Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
  • Loading branch information
DiegoAndresCortes committed Aug 31, 2021
1 parent 458459d commit 7224802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/PostPrefix/PostPrefix.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class PostPrefix
{
public static $version = '3.2.2';
public static $version = '3.2.3';

public static function initialize()
{
Expand Down
6 changes: 3 additions & 3 deletions package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>smftricks:postprefix</id>
<name>SMF Post Prefix</name>
<version>3.2.2</version>
<version>3.2.3</version>
<type>modification</type>
<install for="2.1 - 2.1.99, 2.1 Beta 1 - 3">
<install for="2.1 - 2.1.99, 2.1 RC4">
<!-- Mod Readme -->
<readme lang="english" parsebbc="true" type="file">readme/readme.english.txt</readme>
<!-- Credits -->
Expand All @@ -28,7 +28,7 @@
<redirect url="?action=admin;area=postprefix">redirect.txt</redirect>
</install>

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

0 comments on commit 7224802

Please sign in to comment.