-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extended debug output : allowed memory size exhausted error Blog : new parameter : apply or not to featured items.
- Loading branch information
1 parent
fae41bd
commit 4714054
Showing
6 changed files
with
38 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<extension version="3.10" type="plugin" group="content" method="upgrade"> | ||
<name>PLG_CONTENT_AUTOREADMORE_TITLE</name> | ||
<creationDate>2023-11-29</creationDate> | ||
<copyright>Copyright (C) 2023 Conseilgouz All rights reserved.</copyright> | ||
<creationDate>2024-01-26</creationDate> | ||
<copyright>Copyright (C) 2024 Conseilgouz All rights reserved.</copyright> | ||
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license> | ||
<author>ConseilGouz</author> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>https://www.conseilgouz.com</authorUrl> | ||
<version>5.1.3</version> | ||
<version>5.1.4</version> | ||
<description>PLG_CONTENT_AUTOREADMORE_THANK_YOU_FOR_USING_AUTO_READ_MORE</description> | ||
<namespace path="src">ConseilGouz\Plugin\Content\Autoreadmore</namespace> | ||
<files> | ||
|
@@ -73,6 +73,10 @@ | |
</field> | ||
<field showon="joomla_articles:1[AND]categories_switch:1,2" name="categories" type="category" extension="com_content" multiple="multiple" size="20" show_uncategorized="1" default="" label="" description="" layout="joomla.form.field.list-fancy-select"/> | ||
<!-- Select articles { --> | ||
<field showon="joomla_articles:1" name="joomla_articles_featured" type="list" default="0" label="PLG_CONTENT_AUTOREADMORE_FIELD_ARTICLES_FEATURED" description="PLG_CONTENT_AUTOREADMORE_FIELD_ARTICLES_FEATURED_DESC"> | ||
<option value="0">JNo</option> | ||
<option value="1">JYes</option> | ||
</field> | ||
<field showon="joomla_articles:1" name="articles_switch" type="list" default="0" label="PLG_CONTENT_AUTOREADMORE_FIELD_SPECIFIC_ARTICLES"> | ||
<option value="1">PLG_CONTENT_AUTOREADMORE_FIELD_SELECTION</option> | ||
<option value="2">PLG_CONTENT_AUTOREADMORE_FIELD_EXCLUDE_SELECTION</option> | ||
|
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