Skip to content

Commit

Permalink
Rise version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bigga committed Feb 17, 2022
1 parent fedf3c3 commit 40e5e81
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ To install a fresh TYPO3 9.5 system, try the following installation procedure wi
# * the Apache DocumentRoot is /var/www/dfgviewer/public
# * Apache is running as user www-data with group www-data
# * execution of all following commands as user www-data
www-data@localhost:~/> cd /var/www/
cd /var/www/
# remove /var/www/dfgviewer if it already exist or make sure it's really empty by ls -la dfgviewer/
www-data@localhost:/var/www> rm -r dfgviewer/
rm -r dfgviewer/
# load full TYPO3 via composer
www-data@localhost:/var/www> composer create-project typo3/cms-base-distribution:^9.5 dfgviewer
composer create-project typo3/cms-base-distribution:^9.5 dfgviewer
# Install the TYPO3 system with the TYPO3-console
www-data@localhost:/var/www> cd dfgviewer/
www-data@localhost:/var/www/dfgviewer> ./vendor/bin/typo3cms install:setup
cd dfgviewer/
./vendor/bin/typo3cms install:setup

Instead of using the TYPO3-console, you can you can switch to the web-based installation of TYPO3 in your
browser. Just follow the 4 steps. You need your MySQL/MariaDB credentials of course.::
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
project = DFG-Viewer
release = 5.2.1
release = 5.3.0
t3author = Sebastian Meyer, Alexander Bigga
copyright = 2020 by the author
description = Remote resources navigator for digital libraries. Reads METS/MODS
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
],
"license": "GPL-3.0-or-later",
"require": {
"typo3/cms-core": "~9.5.26",
"kitodo/presentation": "^3.2|dev-master",
"slub/slub-digitalcollections": "^2.0"
"typo3/cms-core": "~9.5.31",
"kitodo/presentation": "~3.3.4|dev-master",
"slub/slub-digitalcollections": "^2.1"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
'modify_tables' => '',
'clearCacheOnLoad' => false,
'lockType' => '',
'version' => '5.2.1',
'version' => '5.3.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.26-9.5.99',
'dlf' => '3.2.0-',
'typo3' => '9.5.31-9.5.99',
'dlf' => '3.3.4-',
],
'conflicts' => [
],
Expand Down

0 comments on commit 40e5e81

Please sign in to comment.