Changeset 3147206
- Timestamp:
- 09/05/2024 04:29:54 PM (17 months ago)
- Location:
- simple-tags
- Files:
-
- 2 deleted
- 4 edited
- 27 copied
-
tags/3.25.1 (copied) (copied from simple-tags/trunk)
-
tags/3.25.1/assets/css/admin.css (copied) (copied from simple-tags/trunk/assets/css/admin.css)
-
tags/3.25.1/assets/frontend (copied) (copied from simple-tags/trunk/assets/frontend)
-
tags/3.25.1/assets/js/admin.js (copied) (copied from simple-tags/trunk/assets/js/admin.js)
-
tags/3.25.1/composer.lock (copied) (copied from simple-tags/trunk/composer.lock)
-
tags/3.25.1/inc/ajax-request.php (copied) (copied from simple-tags/trunk/inc/ajax-request.php)
-
tags/3.25.1/inc/autolinks.php (copied) (copied from simple-tags/trunk/inc/autolinks.php)
-
tags/3.25.1/inc/autoterms-table.php (copied) (copied from simple-tags/trunk/inc/autoterms-table.php)
-
tags/3.25.1/inc/autoterms.php (copied) (copied from simple-tags/trunk/inc/autoterms.php)
-
tags/3.25.1/inc/autoterms_content.php (copied) (copied from simple-tags/trunk/inc/autoterms_content.php)
-
tags/3.25.1/inc/class.admin.php (copied) (copied from simple-tags/trunk/inc/class.admin.php)
-
tags/3.25.1/inc/class.client.autolinks.php (copied) (copied from simple-tags/trunk/inc/class.client.autolinks.php)
-
tags/3.25.1/inc/class.client.php (copied) (copied from simple-tags/trunk/inc/class.client.php)
-
tags/3.25.1/inc/class.client.related_posts.php (modified) (1 diff)
-
tags/3.25.1/inc/class.client.tagcloud.php (copied) (copied from simple-tags/trunk/inc/class.client.tagcloud.php)
-
tags/3.25.1/inc/tag-clouds-table.php (copied) (copied from simple-tags/trunk/inc/tag-clouds-table.php)
-
tags/3.25.1/inc/tag-clouds.php (copied) (copied from simple-tags/trunk/inc/tag-clouds.php)
-
tags/3.25.1/languages/simple-tags-es_ES.mo (copied) (copied from simple-tags/trunk/languages/simple-tags-es_ES.mo)
-
tags/3.25.1/languages/simple-tags-es_ES.po (copied) (copied from simple-tags/trunk/languages/simple-tags-es_ES.po)
-
tags/3.25.1/languages/simple-tags-fr_FR.mo (copied) (copied from simple-tags/trunk/languages/simple-tags-fr_FR.mo)
-
tags/3.25.1/languages/simple-tags-fr_FR.po (copied) (copied from simple-tags/trunk/languages/simple-tags-fr_FR.po)
-
tags/3.25.1/languages/simple-tags-it_IT.mo (copied) (copied from simple-tags/trunk/languages/simple-tags-it_IT.mo)
-
tags/3.25.1/languages/simple-tags-it_IT.po (copied) (copied from simple-tags/trunk/languages/simple-tags-it_IT.po)
-
tags/3.25.1/languages/simple-tags.pot (copied) (copied from simple-tags/trunk/languages/simple-tags.pot)
-
tags/3.25.1/modules/taxopress-ai/classes/TaxoPressAiApi.php (copied) (copied from simple-tags/trunk/modules/taxopress-ai/classes/TaxoPressAiApi.php)
-
tags/3.25.1/readme.txt (copied) (copied from simple-tags/trunk/readme.txt) (2 diffs)
-
tags/3.25.1/simple-tags.php (copied) (copied from simple-tags/trunk/simple-tags.php) (2 diffs)
-
tags/3.25.1/vendor/composer/installed.php (copied) (copied from simple-tags/trunk/vendor/composer/installed.php)
-
tags/3.25.1/vendor/symfony/polyfill-php73 (deleted)
-
tags/3.25.1/vendor/symfony/polyfill-php80 (deleted)
-
trunk/inc/class.client.related_posts.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-tags/tags/3.25.1/inc/class.client.related_posts.php
r3139716 r3147206 58 58 'before' => '', 59 59 'after' => '', 60 'default_featured_media' => '', 60 61 ); 61 62 -
simple-tags/tags/3.25.1/readme.txt
r3147079 r3147206 4 4 Requires at least: 3.3 5 5 Tested up to: 6.6 6 Stable tag: 3.25. 06 Stable tag: 3.25.1 7 7 Requires PHP: 7.2.5 8 8 License: GPLv2 or later … … 268 268 269 269 == Changelog == 270 271 v3.25.1- 2024-09-05 272 * Fixed: Undefined variable $default_featured_media in Related Posts, #2187 270 273 271 274 v3.25.0- 2024-09-05 -
simple-tags/tags/3.25.1/simple-tags.php
r3147079 r3147206 4 4 * Plugin URI: https://wordpress.org/plugins/simple-tags/ 5 5 * Description: TaxoPress allows you to create and manage Tags, Categories, and all your WordPress taxonomy terms. 6 * Version: 3.25. 06 * Version: 3.25.1 7 7 * Author: TaxoPress 8 8 * Author URI: https://taxopress.com … … 52 52 53 53 if (!defined('STAGS_VERSION')) { 54 define('STAGS_VERSION', '3.25. 0');54 define('STAGS_VERSION', '3.25.1'); 55 55 } 56 56 -
simple-tags/trunk/inc/class.client.related_posts.php
r3139716 r3147206 58 58 'before' => '', 59 59 'after' => '', 60 'default_featured_media' => '', 60 61 ); 61 62 -
simple-tags/trunk/readme.txt
r3147079 r3147206 4 4 Requires at least: 3.3 5 5 Tested up to: 6.6 6 Stable tag: 3.25. 06 Stable tag: 3.25.1 7 7 Requires PHP: 7.2.5 8 8 License: GPLv2 or later … … 268 268 269 269 == Changelog == 270 271 v3.25.1- 2024-09-05 272 * Fixed: Undefined variable $default_featured_media in Related Posts, #2187 270 273 271 274 v3.25.0- 2024-09-05 -
simple-tags/trunk/simple-tags.php
r3147079 r3147206 4 4 * Plugin URI: https://wordpress.org/plugins/simple-tags/ 5 5 * Description: TaxoPress allows you to create and manage Tags, Categories, and all your WordPress taxonomy terms. 6 * Version: 3.25. 06 * Version: 3.25.1 7 7 * Author: TaxoPress 8 8 * Author URI: https://taxopress.com … … 52 52 53 53 if (!defined('STAGS_VERSION')) { 54 define('STAGS_VERSION', '3.25. 0');54 define('STAGS_VERSION', '3.25.1'); 55 55 } 56 56
Note: See TracChangeset
for help on using the changeset viewer.