From 0458cbc6fc5aae6e017f3bffda88e6ae6804f9de Mon Sep 17 00:00:00 2001 From: Jacco van der Post Date: Thu, 29 Aug 2019 11:44:58 +0200 Subject: [PATCH] [TASK] Prevent search engine indexing of helpful links and comment form --- Configuration/TypoScript/setup.ts | 2 +- Documentation/ChangeLog/Index.rst | 6 +++++- README.md | 2 +- .../Partials/Categorycomment/LoadCommentFormLink.html | 2 +- Resources/Private/Partials/Question/Helpfulness.html | 2 ++ ext_emconf.php | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Configuration/TypoScript/setup.ts b/Configuration/TypoScript/setup.ts index aba2da5..a8d0f2e 100644 --- a/Configuration/TypoScript/setup.ts +++ b/Configuration/TypoScript/setup.ts @@ -74,7 +74,7 @@ plugin.tx_jpfaq_faq { page { # First include jQuery! Unset tx_jpfaq_jquery if you have your own jQuery lib includeJSFooter { - tx_jpfaq_jquery = https://code.jquery.com/jquery-3.3.1.min.js + tx_jpfaq_jquery = https://code.jquery.com/jquery-3.4.1.min.js tx_jpfaq_jquery { disableCompression = 1 excludeFromConcatenation = 1 diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index 3e8af5a..6cb027a 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -10,13 +10,17 @@ ChangeLog ========= +9.5.3 +""""" +Prevent search engine indexing of helpful links and comment form (thx to Nemo64) + 9.5.2 """"" Some code improvements, added settings for manual 9.5.1 """"" -Added to packagist, updated schema.org +Added to packagist, updated schema.org (thx to Cristian Fries and Starkmann) 9.5.0 """"" diff --git a/README.md b/README.md index f4e5a76..be39d05 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # jpfaq -Frequently Asked Questions (FAQ) plugin. With categories, on-the-fly search, customer helpfulness tracking and comments. +Frequently Asked Questions (FAQ) plugin. Optional features: categories, on-the-fly search, customer helpfulness tracking and comments. For TYPO3 9.5 diff --git a/Resources/Private/Partials/Categorycomment/LoadCommentFormLink.html b/Resources/Private/Partials/Categorycomment/LoadCommentFormLink.html index 94b9fbd..f322e16 100644 --- a/Resources/Private/Partials/Categorycomment/LoadCommentFormLink.html +++ b/Resources/Private/Partials/Categorycomment/LoadCommentFormLink.html @@ -3,7 +3,7 @@
+ class="jpfaqCatCommentContainerLink" rel="nofollow">
diff --git a/Resources/Private/Partials/Question/Helpfulness.html b/Resources/Private/Partials/Question/Helpfulness.html index 5aa75bd..c93cca6 100644 --- a/Resources/Private/Partials/Question/Helpfulness.html +++ b/Resources/Private/Partials/Question/Helpfulness.html @@ -5,12 +5,14 @@ / diff --git a/ext_emconf.php b/ext_emconf.php index 6835b4f..09cd409 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'uploadfolder' => false, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '9.5.2', + 'version' => '9.5.3', 'constraints' => array( 'depends' =>