diff --git a/Documentation/Administrator/Index.rst b/Documentation/Administrator/Index.rst index c0e2c94..7f4174d 100644 --- a/Documentation/Administrator/Index.rst +++ b/Documentation/Administrator/Index.rst @@ -14,8 +14,8 @@ Administrator Manual #. Remove jQuery and FontAwesome in typoscript if you have your own libraries included. #. In the page properties of the records folder, under tab 'Behaviour' select 'jpFAQ' at 'Contains Plugin', this gives an own folder icon in the page tree and loads some tsconfig, like hiding tt_content records. #. In the page properties of the folder, under tab 'Resources' enter 'TCEMAIN.clearCacheCmd = 12,45,78'. Where the numbers represent the page id's of the page(s) with a jpFAQ plugin from which you want the cache get auto cleared when adding or editing FAQ records (optional) -#. If you like to restrict at the answers the additional IRRE tt_content types (for example allow only textmedia), check out typo3conf/ext/jpfaq/Configuration/TypoScript/TSconfig/Page/pageTSconfig.ts -#. Check out typo3conf/ext/jpfaq/Configuration/TypoScript/setup.ts for settings to exclude already displayed questions, configuring comment emails and Google Analytics tracking +#. If you like to restrict at the answers the additional IRRE tt_content types (for example allow only textmedia), check out Configuration/TsConfig/Page/pageTSconfig.tsconfig +#. Check out Configuration/TypoScript/setup.typoscript for settings to exclude already displayed questions, configuring comment emails and Google Analytics tracking #. In the extension manager you can go to 'Configure' at jpFAQ to anonymize comment IP addresses. This is needed in for example Germany. #. If you want name and email in the comment form to be required (there is a simple JS frontend validation), just add the class jpfaqRequired at the fields in the FormFields.html files. diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index 60eacd3..0aed22e 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -10,6 +10,12 @@ ChangeLog ========= +11.5.1 +""""" +#. Condition uses `traverse()` to avoid errors +#. Replace old import with `@import` syntax +(thx toMathias Bolt Lesniak) + 11.5.0 """"" Update to TYPO3 11 LTS diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index b32094d..76e0db6 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Frequently Asked Questions -release = 11.5.0 +release = 11.5.1 version = 11.5 copyright = 2022 diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 2bc423f..e68af8f 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -7,7 +7,7 @@ conf.py: copyright: 2022 project: jpFAQ version: 11.5 - release: 11.5.0 + release: 11.5.1 intersphinx_mapping: t3tsref: - http://docs.typo3.org/typo3cms/TyposcriptReference/ diff --git a/ext_emconf.php b/ext_emconf.php index 3a6b6ea..f2a873a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'uploadfolder' => false, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '11.5.0', + 'version' => '11.5.1', 'constraints' => array( 'depends' =>