Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
prepare 1.2.6 pl 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mutec committed Aug 3, 2017
1 parent 08c4bf4 commit 646045c
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<packagename language="de"><![CDATA[ToDo-Liste]]></packagename>
<packagedescription><![CDATA[Gives the possibility to manage ToDos in several custom categories on your website]]></packagedescription>
<packagedescription language="de"><![CDATA[Ermöglicht die Verwaltung von ToDos in mehreren Kategorien auf Ihrer Website]]></packagedescription>
<version>1.2.6</version>
<date>2017-01-23</date>
<version>1.2.6 pl 1</version>
<date>2017-08-03</date>
<packageurl>https://www.mysterycode.de/index.php?page/products/todo/</packageurl>
</packageinformation>

Expand Down Expand Up @@ -58,13 +58,23 @@
<instruction type="file">files.tar</instruction>
<instruction type="template">templates.tar</instruction>

<!-- XMLs -->
<instruction type="objectType">xml/objectType.xml</instruction>

<!-- SQL -->
<instruction type="sql">update.sql</instruction>
<instruction type="script">acp/update_de.mysterycode.wcf.todo_1.2.0.php</instruction>

<!-- language -->
<instruction type="language">language/*.xml</instruction>
</instructions>

<!-- XMLs -->
<instruction type="objectType">xml/objectType.xml</instruction>
<instructions type="update" fromversion="1.2.6">
<!-- files -->
<instruction type="file">files.tar</instruction>

<!-- SQL -->
<instruction type="sql">update126.sql</instruction>
<instruction type="script">acp/update_de.mysterycode.wcf.todo_1.2.0.php</instruction>
</instructions>
</package>

0 comments on commit 646045c

Please sign in to comment.