Skip to content

Commit

Permalink
[RELEASE] Prepare version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Aug 1, 2021
1 parent b7725ae commit 912656b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2021-08-01

### Added
- Node identifier and blank node identifier (#65, #67)
- Multiple types for a node (#64, #68)
Expand Down Expand Up @@ -264,7 +266,8 @@ Initial release
- View helpers for usage in Fluid templates


[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.11.1...HEAD
[Unreleased]: https://github.com/brotkrueml/schema/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/brotkrueml/schema/compare/v1.12.0...v2.0.0
[1.12.0]: https://github.com/brotkrueml/schema/compare/v1.11.1...v1.12.0
[1.11.1]: https://github.com/brotkrueml/schema/compare/v1.11.0...v1.11.1
[1.11.0]: https://github.com/brotkrueml/schema/compare/v1.10.0...v1.11.0
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Target group: **Administrators**

.. note::

The extension in version |release| supports TYPO3 v10 LTS and TYPO3 v11
The extension in version |release| supports TYPO3 v10 LTS and TYPO3 v11.3+
and needs at least PHP 7.4. Use version 1.x for compatibility with
TYPO3 v9 LTS or PHP 7.2/7.3.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[general]
project = schema
release = 2.0.0-dev
release = 2.0.0
copyright = 2019-2021 by Chris Müller

[html_theme_options]
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 @@
[![Latest Stable Version](https://img.shields.io/packagist/v/brotkrueml/schema.svg?label=stable)](https://packagist.org/packages/brotkrueml/schema)
[![Total Downloads](https://img.shields.io/packagist/dt/brotkrueml/schema.svg)](https://packagist.org/packages/brotkrueml/schema)

The upcoming version 2 of the extension supports TYPO3 v10 LTS and TYPO3 v11
Version 2 of the extension supports TYPO3 v10 LTS and TYPO3 v11.3+
and needs at least PHP 7.4.

Version 1.x supports TYPO3 v9 LTS, TYPO3 v10 LTS, TYPO3 v11 and PHP 7.2+.
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'clearCacheOnLoad' => true,
'author' => 'Chris Müller',
'author_email' => 'typo3@krue.ml',
'version' => '2.0.0-dev',
'version' => '2.0.0',
'constraints' => [
'depends' => [
'php' => '7.4.0-0.0.0',
Expand Down

0 comments on commit 912656b

Please sign in to comment.