Skip to content

Commit

Permalink
[TASK] Update 11.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zillion01 committed Oct 24, 2022
1 parent a2663f9 commit c05b78b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Documentation/Administrator/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 6 additions & 0 deletions Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = Frequently Asked Questions
release = 11.5.0
release = 11.5.1
version = 11.5
copyright = 2022

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'uploadfolder' => false,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '11.5.0',
'version' => '11.5.1',
'constraints' =>
array(
'depends' =>
Expand Down

0 comments on commit c05b78b

Please sign in to comment.