Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

Commit

Permalink
Begin 3.0.14 version history and update files
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Nov 10, 2013
1 parent 548f8d6 commit 0252902
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 3 deletions.
52 changes: 52 additions & 0 deletions mssti_abbc3/contrib/update_3.0.13_to_3.0.14.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<!--NOTICE: Please open this file in your web browser. If presented with a security warning, you may safely tell it to allow the blocked content.-->
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD.\nAlthough MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD.\nNo support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://www.phpbb.com/mods/xml/modx-1.2.6.xsd">
<header>
<meta name="generator" content="MODX file generated with PP MODX Creator by tumba25 (online version)"/>
<license><![CDATA[http://opensource.org/licenses/gpl-license.php GNU General Public License v2]]></license>
<title lang="en"><![CDATA[Advanced BBCode Box 3 - Update from 3.0.13 to 3.0.14]]></title>
<description lang="en"><![CDATA[This file provides instructions for upgrading ABBC3 MOD from version 3.0.13 to version 3.0.14]]></description>
<author-notes lang="en"><![CDATA[IMPORTANT:
Make sure you upload every file listed in the File copy section. Any directory with *.* means ALL the contents of that directory (and all content in directories nested within) must be copied to your server.
If you have any doubt - there is no harm in simply uploading every file included in this MOD's root folder to the appropriate locations on your server.]]></author-notes>
<author-group>
<author>
<realname><![CDATA[Matt Friedman]]></realname>
<username><![CDATA[VSE]]></username>
<homepage><![CDATA[http://www.phpbb.com/customise/db/mod/advanced_bbcode_box_3/]]></homepage>
<contributions-group>
<contributions status="current" from="2010-03-02" position="Developer"/>
</contributions-group>
</author>
<author>
<realname><![CDATA[Gabriel Vazquez]]></realname>
<username><![CDATA[leviatan21]]></username>
<email><![CDATA[info@mssti.com]]></email>
<contributions-group>
<contributions status="past" from="2008-01-10" to="2012-03-01" position="Developer"/>
</contributions-group>
</author>
</author-group>
<mod-version>3.0.14</mod-version>
<installation>
<level>easy</level>
<time>180</time>
<target-version>3.0.12</target-version>
</installation>
<link-group>
<link type="parent" href="../install_ABBC3.xml" lang="en">Main Install Instructions</link>
</link-group>
</header>
<action-group>
<copy>
<file from="root/includes/*.*" to="includes/*.*"/>
<file from="root/install_abbc3.php" to="install_abbc3.php"/>
<file from="root/umil/*.*" to="umil/*.*"/>
</copy>
<php-installer><![CDATA[install_abbc3.php]]></php-installer>
<diy-instructions lang="en"><![CDATA[Don't forget to run the install_abbc3.php installation script (click the highlighted link above if you are using AutoMOD)]]></diy-instructions>
</action-group>
</mod>
10 changes: 9 additions & 1 deletion mssti_abbc3/install_ABBC3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,20 @@ WARNING: Please be advised that this MOD might overwrite some custom BBCodes you
</contributions-group>
</author>
</author-group>
<mod-version>3.0.13</mod-version>
<mod-version>3.0.14</mod-version>
<installation>
<level>intermediate</level>
<time>1200</time>
<target-version>3.0.12</target-version>
</installation>
<history>
<entry>
<date>2013-08-14</date>
<rev-version>3.0.14</rev-version>
<changelog lang="en">
<change><![CDATA[[Fix] Fix a problem with BBvideo URLs containing %20 breaking sprintf() functions.]]></change>
</changelog>
</entry>
<entry>
<date>2013-08-14</date>
<rev-version>3.0.13</rev-version>
Expand Down Expand Up @@ -215,6 +222,7 @@ WARNING: Please be advised that this MOD might overwrite some custom BBCodes you
<link type="contrib" href="contrib/update_3.0.10_to_3.0.13.xml" lang="en">Update (3.0.10 to 3.0.13)</link>
<link type="contrib" href="contrib/update_3.0.11_to_3.0.13.xml" lang="en">Update (3.0.11 to 3.0.13)</link>
<link type="contrib" href="contrib/update_3.0.12_to_3.0.13.xml" lang="en">Update (3.0.12 to 3.0.13)</link>
<link type="contrib" href="contrib/update_3.0.13_to_3.0.14.xml" lang="en">Update (3.0.13 to 3.0.14)</link>
<link type="uninstall" href="contrib/uninstall_ABBC3.xml" lang="en">Uninstall ABBC3</link>
</link-group>
</header>
Expand Down
2 changes: 1 addition & 1 deletion mssti_abbc3/root/includes/acp/info/acp_abbcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function module()
return array(
'filename' => 'acp_abbcodes',
'title' => 'ACP_ABBCODES',
'version' => '3.0.13',
'version' => '3.0.14',
'modes' => array(
'settings' => array('title' => 'ACP_ABBC3_SETTINGS', 'auth' => 'acl_a_styles', 'cat' => array('ACP_ABBCODES')),
'bbcodes' => array('title' => 'ACP_ABBC3_BBCODES' , 'auth' => 'acl_a_bbcode', 'cat' => array('ACP_ABBCODES')),
Expand Down
5 changes: 4 additions & 1 deletion mssti_abbc3/root/install_abbc3.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@
// We have some BBCodes to update
'abbc3_bbcode_handler',
),

),

// Version 3.0.14
'3.0.14' => array(
// purge the cache
'cache_purge' => '',
),
Expand Down

0 comments on commit 0252902

Please sign in to comment.