-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Support TYPO3 9 LTS (Related to #62)
Updated documentation
- Loading branch information
1 parent
cab2717
commit db64202
Showing
10 changed files
with
105 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.. include:: ../../Includes.txt | ||
|
||
|
||
Version 2.0.0 | ||
^^^^^^^^^^^^^ | ||
|
||
Dropped support of dedicated styling extensions | ||
""""""""""""""""""""""""""""""""""""""""""""""" | ||
As supporting multiple styling extensions like css_styled_content, fluid_styled_content and bootstrap_package and their | ||
dedicated versions, support of these extensions has been dropped. | ||
Instead of that EXT:jh_magnificpopup provides it's own styles to solve this. | ||
If you adapted the old extensions templates, please read next passage "Compatibility mode". | ||
|
||
|
||
Compatibility mode | ||
"""""""""""""""""" | ||
As the templates has been reworked, there may be some breaking changes with your custom template adaptions. | ||
To make your life easier, there is a compatibility mode, which will activate the old processing of data before passing | ||
them to the template. Also the old paths will be used. | ||
|
||
To enable compatibility mode set `plugin.tx_jhmagnificpopup.compatibilityMode` in Constant Editor category | ||
`PLUGIN.TX_JHMAGNIFICPOPUP` | ||
|
||
eID | ||
""" | ||
Usage of eID (ajax hooks) is marked as deprecated and will be removed in EXT:jh_magnificpopup version 3.0.0 as usage is | ||
not as simple and popular as expected. | ||
If you still require support, please contact me. | ||
|
||
type ajax | ||
""""""""" | ||
Connected to deprecation of eID, type ajax is marked as deprecated, too. In default mode, the plugin falls back to type | ||
inline, within compatibility mode, type ajax is available and the extension uses the deprecated classes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ | |
; you can use in 'conf.py' | ||
|
||
project = Magnific Popup | ||
version = 1.1 | ||
release = 1.1.0 | ||
version = 2.0 | ||
release = 2.0.0 | ||
t3author = Jonathan Heilmann | ||
copyright = 2013-2018, Jonathan Heilmann, <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters