Skip to content

Commit

Permalink
v1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan committed Jan 23, 2023
1 parent 1700a4e commit c06fcbd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions Changelog-v1.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 1.15.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 1.15.3 ===
PATCH RELEASE.

Expand Down
4 changes: 2 additions & 2 deletions vault/components.dat
@@ -1,7 +1,7 @@
---
phpMussel:
Name: "phpMussel"
Version: "1.15.4-DEV+23011000"
Version: "1.15.4"
Dependencies:
PHP: "^5.4|^7|^8"
l10n/{lang}: ">=2022.269"
Expand Down Expand Up @@ -153,7 +153,7 @@ phpMussel:
- "768b9971347bcac928360c352d4219d706d8318350abe41881bd61fcdb9d3074:51449"
- "20aa79769004a7058ed80c7fb5458756c52817868378223077d5a3ce234c8e6f:1840"
- "5573d0ef04910f7ebfd29b45526a8c1b91c7543598840ffa6e141fd776e0487e:28415"
- "6a3330bced9a1bd3a1df31294d284745060230cb32b04bb420cf498a303908a1:7864"
- "775639fb259173c6f169fba8e949c564468f30f98a0b0a2691c0d20b1bb33b69:7864"
- "7f0b63e1f97fcc1240b1feb9ddf62bba5de2491b8a258716e34ef1ff12ea45b9:19942"
- "ca23a2c6e3759ccef2d6e9c5c714f06188885756ee698a5b86832b15b385a3fc:7676"
- "525daa72f2945b7a22356fd75b01e2a1e6dfb667ad52b0becad51ead86832eb7:531"
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'] = '1.15.3';
$phpMussel['ScriptVersion'] = '1.15.4';

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

0 comments on commit c06fcbd

Please sign in to comment.