Browse Source

Release Movim 0.29 Rankin

pull/1394/head v0.29
Timothée Jaussoin 10 months ago
parent
commit
76a7ad11ea
  1. 5
      CHANGELOG.md
  2. 2
      VERSION
  3. 2
      app/Widgets/Publish/publish.js
  4. 26
      composer.lock
  5. 7
      doap.xml

5
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

2
VERSION

@ -1 +1 @@
v0.28
v0.29

2
app/Widgets/Publish/publish.js

@ -38,6 +38,8 @@ var Publish = {
Publish.saveContent();
}, 1000);
});
MovimUtils.applyAutoheight();
},
saveTitle: function () {

26
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",

7
doap.xml

@ -593,6 +593,13 @@
</xmpp:SupportedXep>
</implements>
<release>
<Version>
<revision>0.29</revision>
<created>2025-01-01</created>
<file-release rdf:resource="https://github.com/movim/movim/releases/tag/v0.29"/>
</Version>
</release>
<release>
<Version>
<revision>0.28</revision>

Loading…
Cancel
Save