Skip to content

Commit

Permalink
Merge pull request #58 from jweiland-net/updateDocumentation
Browse files Browse the repository at this point in the history
Update Upgrade instructions
  • Loading branch information
froemken committed Jan 19, 2023
2 parents 6c1b767 + d8e58cb commit 9b577fb
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Documentation/AdministratorManual/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Administrator manual
:titlesonly:

Routes/Index
Update/Index
Upgrade/Index
44 changes: 40 additions & 4 deletions Documentation/AdministratorManual/Upgrade/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,53 @@ Updating

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

Update to Version 5.0.0
=======================
Upgrade to Version 6.0.0
========================

As TYPO3 has deprecated the ObjectManager we have changed many properties in our
scheduler task `Update yellowpages`. Please remove that scheduler task completely
and create a new one of type `Inform users to update their company record`.

We have changed a lot of classes. Please click `Flush Cache` button in Installtool
to re-build the Dependency Injection cache.

If you have maps2 version 9 installed you have to override or change following
part in `Properties.html` from:

.. code-block:: html

<f:link.action title="Map detail"
action="show"
controller="PoiCollection"
extensionName="maps2"
pluginName="maps2"
pageUid="{settings.pidOfMaps2Plugin}"
arguments="{poiCollectionUid: company.txMaps2Uid}">

to:

.. code-block:: html

<f:link.action title="Map detail"
action="show"
controller="PoiCollection"
extensionName="maps2"
pluginName="maps2"
pageUid="{settings.pidOfMaps2Plugin}"
arguments="{poiCollection: company.txMaps2Uid}">


Upgrade to Version 5.0.0
========================

We have moved a lot of code of yellowpages2 controllers to EventListeners. Please flush cache in
maintenance module.

As a developer you should check, if you have overwritten some methods of MapController or CompanyController and
adopt them to new structure.

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

We have removed column wsp_member as this column was a specific column for one of our customers. If you have used it
you have to add it back with help of EXT:extender.
Expand Down
3 changes: 2 additions & 1 deletion Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ Version 6.0.0
=============

* Add TYPO3 11 compatibility
* Remove TYPO3 9 compatibility
* Replace controller constructors with inject methods
* Add and update tests for TYPO3 11
* Update structure of documentation
* Migrate makeCategorizeable to TCA directly
* Add defaults in TCA and ext_tables.sql

Version 5.1.1
=============
Expand Down

0 comments on commit 9b577fb

Please sign in to comment.