Skip to content

Commit

Permalink
Release 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jan 29, 2021
1 parent 6ecc81c commit 97646a3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@
<delete dir="export"/>
<copy file="dist/config/config.php" tofile="dist/config/defaultconfig.php"/>
<copy file="dist/languages/en.php" tofile="dist/languages/default.php"/>
<zip destfile="Pagemanager_XH-3.4.zip" basedir="dist" prefix="pagemanager/"/>
<zip destfile="Pagemanager_XH-3.5.zip" basedir="dist" prefix="pagemanager/"/>
<delete dir="dist"/>
</target>

<target name="build-patch" description="builds a distributable update package">
<fail unless="patchee" message="patchee is not defined!"/>
<unzip file="Pagemanager_XH-3.4.zip" todir="current"/>
<unzip file="Pagemanager_XH-3.5.zip" todir="current"/>
<unzip file="${patchee}" todir="patchee"/>
<copy todir="dist">
<fileset dir="current">
Expand All @@ -149,7 +149,7 @@
<include name="css/stylesheet.css"/>
</fileset>
</delete>
<zip destfile="Pagemanager_XH-3.4-PATCH.zip" basedir="dist"
<zip destfile="Pagemanager_XH-3.5-PATCH.zip" basedir="dist"
includeemptydirs="false"/>
<delete dir="patchee" quiet="true"/>
<delete dir="current" quiet="true"/>
Expand Down
2 changes: 1 addition & 1 deletion classes/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

class Plugin
{
const VERSION = '3.4';
const VERSION = '3.5';

public function run()
{
Expand Down
4 changes: 2 additions & 2 deletions teplad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<!-- Date this xml-file was updated, yyyy.mm.dd -->
<date_update>2021.01.23</date_update>
<!-- version of Plugin -->
<version>3.4</version>
<version>3.5</version>
<!-- date of publication, yyyy.mm.dd -->
<date_version>2020.07.15</date_version>
<!-- the name of the programmer -->
Expand All @@ -62,7 +62,7 @@
<url>
<!-- URL where you can download the plugin -->
<!-- If there no Download-URL, enter this follows! - <download_url></download_url> -->
<download_url>https://github.com/cmb69/pagemanager_xh/releases/3.4</download_url>
<download_url>https://github.com/cmb69/pagemanager_xh/releases/3.5</download_url>
<!-- URL of the programmer's website -->
<!-- If there no Website, enter this follows! - <coder_url></coder_url> -->
<coder_url>https://3-magi.net</coder_url>
Expand Down
2 changes: 1 addition & 1 deletion version.nfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Pagemanager_XH,3.4,3.4,,,https://github.com/cmb69/pagemanager_xh/releases/3.4,https://raw.githubusercontent.com/cmb69/pagemanager_xh/master/version.nfo
Pagemanager_XH,3.5,3.5,,,https://github.com/cmb69/pagemanager_xh/releases/3.5,https://raw.githubusercontent.com/cmb69/pagemanager_xh/master/version.nfo

0 comments on commit 97646a3

Please sign in to comment.