Skip to content

Commit

Permalink
[TASK] release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaecke committed Oct 24, 2021
1 parent fa5dbff commit 8e188f3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.0.4 (2021-10-24)
[BUGFIX] add slug when creating an event (slug was added in ext:calendarize v10)

All changes
https://github.com/cdaecke/md_calendarize_frontend/compare/1.0.3...1.0.4

Version 1.0.3 (2021-10-21)
[FEATURE] Compatibility with ext:calendarize v11

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Templates are ready to use with the [bootstrap framework](https://getbootstrap.c
## Requirements

- TYPO3 >= 9.5
- ext:calendarize >= 8.0
- ext:calendarize >= 10.0

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mediadreams/md_calendarize_frontend",
"type": "typo3-cms-extension",
"description": "This TYPO3 extension enables frontend users to add ext:calendarize items in the frontend.",
"version": "1.0.3",
"version": "1.0.4",
"license": "GPL-2.0+",
"keywords": [
"TYPO3",
Expand All @@ -27,7 +27,7 @@
},
"require": {
"typo3/cms-core": "^9.5 || ^10.4",
"lochmueller/calendarize": ">=8.0,<12.0"
"lochmueller/calendarize": ">=10.0,<12.0"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.0.3',
'version' => '1.0.4',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
'calendarize' => '8.0.0-11.99.99',
'calendarize' => '10.0.0-11.99.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 8e188f3

Please sign in to comment.