Skip to content

Commit

Permalink
Merge pull request #22 from jweiland-net/updateUpgradeInstructions
Browse files Browse the repository at this point in the history
Update upgrade instructions
  • Loading branch information
sfroemkenjw authored Mar 2, 2023
2 parents 516a54f + 329aba5 commit 3c26551
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Configuration/TSconfig/ContentElementWizard.tsconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod.wizards.newContentElement.wizardItems.plugins {
elements {
socialservices-socialservices {
iconIdentifier = ext-socialservices-socialservices-wizard-icon
iconIdentifier = ext-socialservices-wizard-icon
title = LLL:EXT:socialservices/Resources/Private/Language/locallang_db.xlf:plugin.socialservices.title
description = LLL:EXT:socialservices/Resources/Private/Language/locallang_db.xlf:plugin.socialservices.description
tt_content_defValues {
Expand Down
7 changes: 7 additions & 0 deletions Documentation/AdministratorManual/Upgrade/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Upgrade

If you update EXT:socialservices to a newer version, please read this section carefully!

Update to Version 5.0.0
=======================

We have added TYPO3 11 compatibiliy.

Currently, there is nothing more to do.

Update to Version 4.0.0
=======================

Expand Down
7 changes: 7 additions & 0 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
ChangeLog
=========

Version 5.0.0
=============

* Add TYPO3 11 compatibility
* Repair item for newContentElementWizard
* Implement our own Category model and CategoryRepository

Version 4.0.1
=============

Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[general]

project = socialservices
version = 4.0.1
release = 4.0
version = 5.0.0
release = 5.0
copyright = since 2013 by jweiland.net

[html_theme_options]
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
'author_email' => '[email protected]',
'author_company' => 'jweiland.net',
'state' => 'stable',
'version' => '4.0.1',
'version' => '5.0.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.19-10.4.99',
'typo3' => '10.4.36-11.5.99',
'maps2' => '8.0.0-0.0.0',
'glossary2' => '5.0.0-0.0.0',
],
Expand Down
2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

// Register SVG Icon Identifier
$svgIcons = [
'ext-socialservices-socialservices-wizard-icon' => 'plugin_wizard.svg',
'ext-socialservices-wizard-icon' => 'Extension.svg',
];
$iconRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(
\TYPO3\CMS\Core\Imaging\IconRegistry::class
Expand Down

0 comments on commit 3c26551

Please sign in to comment.