Skip to content

Commit

Permalink
v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan committed Jan 23, 2023
1 parent 6dba4a6 commit d56cedb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions Changelog-v2.txt
Expand Up @@ -10,6 +10,11 @@ Detailed version release guidelines for phpMussel can be found at:

=== Changes made since last versioned release ===

(none)

=== Version/Release 2.4.4 ===
PATCH RELEASE.

- [2022.09.27; Maikuolan]: Added warnings to the edit file feature of the file
manager regarding editing PHP files directly via browsers and regarding
editing files which belong to components.
Expand Down Expand Up @@ -39,6 +44,9 @@ Detailed version release guidelines for phpMussel can be found at:

- [2023.01.22; Maikuolan]: Synced common classes package.

Caleb M (Maikuolan),
January 23, 2023.

=== Version/Release 2.4.3 ===
PATCH RELEASE.

Expand Down
10 changes: 5 additions & 5 deletions vault/components.dat
@@ -1,7 +1,7 @@
---
phpMussel Core:
Name: "phpMussel Core"
Version: "2.4.4-DEV+22359000"
Version: "2.4.4"
Dependencies:
PHP: "^7.2|^8"
Common Classes Package: "^2.9"
Expand Down Expand Up @@ -39,7 +39,7 @@ phpMussel Core:
- "5fc23d3cba0ac367ab4f06ce186af6d9ca60ded5e65d8f4ba0d57c90185ffe78:32504"
- "19e973bdc4e75557ba10d3934e68993956bc24bd57f6f109f9eca159100a7c50:3872"
- "5d14dd147f82ab17416959e50610f0aa94f3b42ac7b86ce610cb5ed93123edeb:1854"
- "58b645e73e8be8d6f73f9dea3a7cfb9a6016890cfe8f936a10c3be7cc242120c:8100"
- "5fa50777a0501c1ff78fb29795bfeb8181528738b6412e4a1c509fd1f4496a2b:8100"
- "3b77641685f5a0d2fe61c78fc73b862410576951cd0759250e7b5d2cd84e433b:20145"
- "50566be4d8b3455c9c3595fe7245854f01109a9737b7d2599406e7b2289da491:7481"
- "e5427c7cea581e55a780fdfd3d7dcdbe3e1889ed24fd30656c819612d02848a8:232515"
Expand All @@ -49,7 +49,7 @@ phpMussel Core:
Reannotate: "components.dat"
phpMussel Front-End:
Name: "phpMussel Front-End"
Version: "2.4.4-DEV+23011000"
Version: "2.4.4"
Dependencies:
PHP: "^7.2|^8"
Common Classes Package: "^2.9"
Expand Down Expand Up @@ -172,7 +172,7 @@ phpMussel Front-End:
Reannotate: "components.dat"
phpMussel Upload Handler:
Name: "phpMussel Upload Handler"
Version: "2.4.4-DEV+22231000"
Version: "2.4.4"
Dependencies:
PHP: "^7.2|^8"
phpMussel Core: "^2"
Expand All @@ -197,7 +197,7 @@ phpMussel Upload Handler:
Reannotate: "components.dat"
phpMussel CLI Handler:
Name: "phpMussel CLI Handler"
Version: "2.4.4-DEV+22231000"
Version: "2.4.4"
Dependencies:
PHP: "^7.2|^8"
phpMussel Core: "^2"
Expand Down
4 changes: 2 additions & 2 deletions vault/config.php
Expand Up @@ -8,7 +8,7 @@
* License: GNU/GPLv2
* @see LICENSE.txt
*
* This file: Configuration handler (last modified: 2022.08.20).
* This file: Configuration handler (last modified: 2023.01.23).
*/

/** Prevents execution from outside of phpMussel. */
Expand All @@ -17,7 +17,7 @@
}

/** phpMussel version number (SemVer). */
$phpMussel['ScriptVersion'] = '2.4.3';
$phpMussel['ScriptVersion'] = '2.4.4';

/** phpMussel version identifier (complete notation). */
$phpMussel['ScriptIdent'] = 'phpMussel v' . $phpMussel['ScriptVersion'];
Expand Down

0 comments on commit d56cedb

Please sign in to comment.