Skip to content

Commit

Permalink
Merge pull request #78 from joomla-extensions/Release-3.4.1
Browse files Browse the repository at this point in the history
Prepare 3.4.1 release
  • Loading branch information
Thomas Hunziker committed Jul 23, 2015
2 parents 15a42f5 + 667b601 commit 156b7ec
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The release version for the extension package.
version=3.4.1-rc2
version=3.4.1

# The name of the package.
package=weblinks
9 changes: 5 additions & 4 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<description>Joomla! CMS Weblinks Package</description>
<element>pkg_weblinks</element>
<type>package</type>
<version>3.4.0</version>
<!--<client>site</client>-->
<infourl title="Weblinks Extension Package">https://github.com/joomla-extensions/weblinks</infourl>
<version>3.4.1</version>
<client>0</client>
<client_id>0</client_id>
<infourl title="Weblinks Extension Package">https://github.com/joomla-extensions/weblinks/releases/tag/3.4.1</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/weblinks/releases/download/3.4.0/pkg_weblinks_3.4.0.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/weblinks/releases/download/3.4.1/pkg_weblinks_3.4.1.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="3.4" />
</update>
Expand Down
2 changes: 1 addition & 1 deletion src/com_weblinks/weblinks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>3.4.1-rc2</version>
<version>3.4.1</version>
<description>COM_WEBLINKS_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>

Expand Down
2 changes: 1 addition & 1 deletion src/mod_weblinks/mod_weblinks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>3.4.1-rc2</version>
<version>3.4.1</version>
<description>MOD_WEBLINKS_XML_DESCRIPTION</description>
<files>
<folder>language</folder>
Expand Down
2 changes: 1 addition & 1 deletion src/pkg_weblinks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>3.4.1-rc2</version>
<version>3.4.1</version>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<description>PKG_WEBLINKS_XML_DESCRIPTION</description>
<files>
Expand Down
2 changes: 1 addition & 1 deletion src/plg_finder_weblinks/weblinks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>3.4.1-rc2</version>
<version>3.4.1</version>
<description>PLG_FINDER_WEBLINKS_XML_DESCRIPTION</description>
<files>
<filename plugin="weblinks">weblinks.php</filename>
Expand Down
2 changes: 1 addition & 1 deletion src/plg_search_weblinks/weblinks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>3.4.1-rc2</version>
<version>3.4.1</version>
<description>PLG_SEARCH_WEBLINKS_XML_DESCRIPTION</description>
<files>
<filename plugin="weblinks">weblinks.php</filename>
Expand Down

0 comments on commit 156b7ec

Please sign in to comment.