Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman-fx authored Mar 28, 2024
1 parent 543a25d commit 303b5cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@

Changelog
---------
<b>Version 1.0.1</b>
- Bugfixing

<b>Version 1.0</b>
- erste Version mit allen grundlegenden Funktionen
4 changes: 2 additions & 2 deletions package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Alle hier gesetzten Werte können über $addon->getProperty($key) abgefragt werden

package: articletemplates #Pflichtfeld
version: '1.0' #Pflichtfeld
version: '1.0.1' #Pflichtfeld
author: Falko Müller
supportpage: https://github.com/iceman-fx/articletemplates

Expand All @@ -14,7 +14,7 @@ page:
cat: { title: 'translate:a1826_cat' }

help: { title: 'translate:a1826_help', icon: rex-icon fa-info-circle, itemclass: pull-right }
config: { title: 'translate:a1826_config', icon: rex-icon fa-wrench, itemclass: pull-right }
config: { title: 'translate:a1826_config', icon: rex-icon fa-wrench, itemclass: pull-right }

requires:
redaxo: '^5.15.0'

0 comments on commit 303b5cb

Please sign in to comment.