From 76a7ad11eae7dd9a2761808913291e75b95d50c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Wed, 1 Jan 2025 17:40:28 +0100 Subject: [PATCH] Release Movim 0.29 Rankin --- CHANGELOG.md | 5 ++++- VERSION | 2 +- app/Widgets/Publish/publish.js | 2 ++ composer.lock | 26 +++++++++++++------------- doap.xml | 7 +++++++ 5 files changed, 27 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 604598b8d..d38c51ab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ Movim Changelog ================ -v0.29 (master) +v0.30 (master) +--------------------------- + +v0.29 --------------------------- * Don't notify twice when a Post is edited * Fix the buggy Post comment notification diff --git a/VERSION b/VERSION index 7c94d4f0b..8ede5104c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.28 \ No newline at end of file +v0.29 \ No newline at end of file diff --git a/app/Widgets/Publish/publish.js b/app/Widgets/Publish/publish.js index a8cbf7b96..1ade36629 100644 --- a/app/Widgets/Publish/publish.js +++ b/app/Widgets/Publish/publish.js @@ -38,6 +38,8 @@ var Publish = { Publish.saveContent(); }, 1000); }); + + MovimUtils.applyAutoheight(); }, saveTitle: function () { diff --git a/composer.lock b/composer.lock index ff0eae5e1..50f7e4097 100644 --- a/composer.lock +++ b/composer.lock @@ -5553,16 +5553,16 @@ }, { "name": "symfony/console", - "version": "v6.4.15", + "version": "v6.4.17", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd" + "reference": "799445db3f15768ecc382ac5699e6da0520a0a04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/f1fc6f47283e27336e7cebb9e8946c8de7bff9bd", - "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd", + "url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04", + "reference": "799445db3f15768ecc382ac5699e6da0520a0a04", "shasum": "" }, "require": { @@ -5627,7 +5627,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.15" + "source": "https://github.com/symfony/console/tree/v6.4.17" }, "funding": [ { @@ -5643,7 +5643,7 @@ "type": "tidelift" } ], - "time": "2024-11-06T14:19:14+00:00" + "time": "2024-12-07T12:07:30+00:00" }, { "name": "symfony/deprecation-contracts", @@ -5780,23 +5780,23 @@ }, { "name": "symfony/http-client", - "version": "v6.4.16", + "version": "v6.4.17", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "60a113666fa67e598abace38e5f46a0954d8833d" + "reference": "88898d842eb29d7e1a903724c94e90a6ca9c0509" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/60a113666fa67e598abace38e5f46a0954d8833d", - "reference": "60a113666fa67e598abace38e5f46a0954d8833d", + "url": "https://api.github.com/repos/symfony/http-client/zipball/88898d842eb29d7e1a903724c94e90a6ca9c0509", + "reference": "88898d842eb29d7e1a903724c94e90a6ca9c0509", "shasum": "" }, "require": { "php": ">=8.1", "psr/log": "^1|^2|^3", "symfony/deprecation-contracts": "^2.5|^3", - "symfony/http-client-contracts": "~3.4.3|^3.5.1", + "symfony/http-client-contracts": "~3.4.4|^3.5.2", "symfony/service-contracts": "^2.5|^3" }, "conflict": { @@ -5853,7 +5853,7 @@ "http" ], "support": { - "source": "https://github.com/symfony/http-client/tree/v6.4.16" + "source": "https://github.com/symfony/http-client/tree/v6.4.17" }, "funding": [ { @@ -5869,7 +5869,7 @@ "type": "tidelift" } ], - "time": "2024-11-27T11:52:33+00:00" + "time": "2024-12-18T12:18:31+00:00" }, { "name": "symfony/http-client-contracts", diff --git a/doap.xml b/doap.xml index c1b34da89..d9ceb7b84 100644 --- a/doap.xml +++ b/doap.xml @@ -593,6 +593,13 @@ + + + 0.29 + 2025-01-01 + + + 0.28