We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6de1c0 commit 91fc7d4Copy full SHA for 91fc7d4
plugin.xml
@@ -41,6 +41,11 @@ Features
41
<author>TECLIB'</author>
42
</authors>
43
<versions>
44
+ <version>
45
+ <num>1.3.2.5</num>
46
+ <compatibility>0.90.1</compatibility>
47
+ <compatibility>9.1</compatibility>
48
+ </version>
49
<version>
50
<num>1.3.2.4</num>
51
<compatibility>0.90.1</compatibility>
setup.php
@@ -21,7 +21,7 @@
21
--------------------------------------------------------------------------
22
*/
23
24
-define ('PLUGIN_NEWS_VERSION', '1.3.2.4');
+define ('PLUGIN_NEWS_VERSION', '1.3.2.5');
25
26
function plugin_init_news() {
27
global $PLUGIN_HOOKS;
0 commit comments