Skip to content

Commit 7224802

Browse files
update version
Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
1 parent 458459d commit 7224802

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/PostPrefix/PostPrefix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class PostPrefix
1717
{
18-
public static $version = '3.2.2';
18+
public static $version = '3.2.3';
1919

2020
public static function initialize()
2121
{

package-info.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
44
<id>smftricks:postprefix</id>
55
<name>SMF Post Prefix</name>
6-
<version>3.2.2</version>
6+
<version>3.2.3</version>
77
<type>modification</type>
8-
<install for="2.1 - 2.1.99, 2.1 Beta 1 - 3">
8+
<install for="2.1 - 2.1.99, 2.1 RC4">
99
<!-- Mod Readme -->
1010
<readme lang="english" parsebbc="true" type="file">readme/readme.english.txt</readme>
1111
<!-- Credits -->
@@ -28,7 +28,7 @@
2828
<redirect url="?action=admin;area=postprefix">redirect.txt</redirect>
2929
</install>
3030

31-
<uninstall for="2.1 - 2.1.99, 2.1 Beta 1 - 3">
31+
<uninstall for="2.1 - 2.1.99, 2.1 RC4">
3232
<!-- Hooks -->
3333
<hook hook="integrate_pre_load" function="PostPrefix\PostPrefix::initialize" file="$sourcedir/PostPrefix/PostPrefix.php" reverse="true" />
3434
<!-- Source Files -->

0 commit comments

Comments
 (0)