Skip to content

Commit

Permalink
Correct meta file
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoerrmann committed Jun 19, 2015
1 parent f0974b4 commit 567f303
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions extension.meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<extension id="storage" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Storage</name>
<description>Storing data in the session.</description>
<repo type="github">https://github.com/hananils/storage</repo>
<authors>
<author>
<name github="hananils" symphony="hananils">Büro für Web- und Textgestaltung</name>
Expand All @@ -13,7 +14,7 @@
</author>
</authors>
<releases>
<release version="1.5" date="2013-05-27" min="2.3">
<release version="1.5.0" date="2013-05-27" min="2.3">
- Refactored storage class; storage can actually be unset now, fixes cookie issues.
</release>
<release version="1.4.3" date="2013-05-26" min="2.3">
Expand All @@ -27,26 +28,26 @@
- Minor adjustments
- First public release
</release>
<release version="1.4" date="2013-04-10" min="2.3">
<release version="1.4.0" date="2013-04-10" min="2.3">
- Honor redirect param if the event is successful
- Enable passing groups or items with the drop action
- Bugfixes
</release>
<release version="1.3" date="2013-03-28" min="2.3">
<release version="1.3.0" date="2013-03-28" min="2.3">
- Items will be dropped from storage if the resulting 'count-positive' value is not positive
- Storage class rewrite
- Bugfixes
</release>
<release version="1.2" date="2013-03-20" min="2.3">
<release version="1.2.0" date="2013-03-20" min="2.3">
- First stable release
</release>
<release version="1.1" date="2013-03-19" min="2.3">
<release version="1.1.0" date="2013-03-19" min="2.3">
- Bunch of bugfixes
</release>
<release version="1.0.1" date="2013-02-19" min="2.3">
- PSR compliant code formatting
</release>
<release version="1.0" date="2013-02-19" min="2.3">
<release version="1.0.0" date="2013-02-19" min="2.3">
- Initial release
</release>
</releases>
Expand Down

0 comments on commit 567f303

Please sign in to comment.