Skip to content

Commit

Permalink
Prepare Release 5.0 (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed May 23, 2024
1 parent 459f722 commit 0dd0bfe
Show file tree
Hide file tree
Showing 6 changed files with 867 additions and 8,693 deletions.
2 changes: 1 addition & 1 deletion Documentation/Administrator/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Please run the following commands in your webroot where the TYPO3 :file:`compose

.. code-block:: shell
composer require kitodo/presentation:^4
composer require kitodo/presentation:^5
#. Install and Activate the Extension

Expand Down
6 changes: 3 additions & 3 deletions Documentation/Community/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ All sources of Kitodo.Presentation and other Kitodo software are hosted at
If you find a bug, please report it to the Kitodo.Presentation
`issue tracker on GitHub <https://github.com/kitodo/kitodo-presentation/issues>`_.

Pull-requests are greatly appreciated! ;-)
Pull Requests are greatly appreciated! ;-)

Mailing Lists
-------------
Expand All @@ -31,10 +31,10 @@ lists of Kitodo:

* Community mailing list helps on any questions about installation and usage of
the software. Its address is [email protected]. The list archive
can be found at https://maillist.slub-dresden.de/pipermail/kitodo-community/
can be found at https://maillist.slub-dresden.de/mailman3/postorius/lists/kitodo-community.kitodo.org/
* Developer mailing list discusses implementation details. Its address is
[email protected]. The list archive can be found at
https://maillist.slub-dresden.de/pipermail/kitodo-developer/
https://maillist.slub-dresden.de/mailman3/postorius/lists/kitodo-developer.kitodo.org/

Please write to the lists in English or German.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Currently **TYPO3 10.4 ELTS** and **TYPO3 11.5 LTS** is supported with the follo

| Component | Constraints for 10 LTS | Constraints for 11 LTS |
| ----------------------- | ---------------------- | ---------------------- |
| TYPO3 | 10.4.43+ | 11.5.35+ |
| PHP | 7.4.33 | 7.4.33 |
| TYPO3 | 10.4.45+ (ELTS) | 11.5.37+ |
| PHP | 7.4.x | 7.4.x - 8.3.x |
| MySQL | 5.7.x - 8.0.x | 5.7.9 - 8.0.x |
| MariaDB | 10.2.7 - 10.11.x | 10.2.7 - 10.11.x |
| Apache Solr | 8.x | 8.x |
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"ext-libxml": "*",
"ext-openssl": "*",
"ext-simplexml": "*",
"typo3/cms-core": "^10.4.37|^11.5.35",
"typo3/cms-extbase": "^10.4.37|^11.5.35",
"typo3/cms-tstemplate": "^10.4.37|^11.5.35",
"typo3/cms-core": "^10.4.37|^11.5.37",
"typo3/cms-extbase": "^10.4.37|^11.5.37",
"typo3/cms-tstemplate": "^10.4.37|^11.5.37",
"caseyamcl/phpoaipmh": "^3.3.1",
"ubl/php-iiif-prezi-reader": "0.3.0",
"solarium/solarium": "5.2 - 6.3"
},
"require-dev": {
"phpstan/phpstan": "^1.10.58",
"phpstan/phpstan": "^1.11.1",
"spatie/phpunit-watcher": "^1.23.6",
"typo3/cms-backend": "^10.4.37|^11.5.35",
"typo3/cms-fluid": "^10.4.37|^11.5.35",
"typo3/cms-fluid-styled-content": "^10.4.37|^11.5.35",
"typo3/cms-frontend": "^10.4.37|^11.5.35",
"typo3/cms-backend": "^10.4.37|^11.5.37",
"typo3/cms-fluid": "^10.4.37|^11.5.37",
"typo3/cms-fluid-styled-content": "^10.4.37|^11.5.37",
"typo3/cms-frontend": "^10.4.37|^11.5.37",
"typo3/testing-framework": "^6.16.9",
"vlucas/phpdotenv": "^5.6.0"
},
Expand Down
Loading

0 comments on commit 0dd0bfe

Please sign in to comment.