Plugin Directory

Changeset 3147206


Ignore:
Timestamp:
09/05/2024 04:29:54 PM (17 months ago)
Author:
ojopaul
Message:

Releasing v3.25.1

Location:
simple-tags
Files:
2 deleted
4 edited
27 copied

Legend:

Unmodified
Added
Removed
  • simple-tags/tags/3.25.1/inc/class.client.related_posts.php

    r3139716 r3147206  
    5858             'before'      => '',
    5959             'after'       => '',
     60             'default_featured_media' => '',
    6061        );
    6162
  • simple-tags/tags/3.25.1/readme.txt

    r3147079 r3147206  
    44Requires at least: 3.3
    55Tested up to: 6.6
    6 Stable tag: 3.25.0
     6Stable tag: 3.25.1
    77Requires PHP: 7.2.5
    88License: GPLv2 or later
     
    268268
    269269== Changelog ==
     270
     271v3.25.1- 2024-09-05
     272* Fixed: Undefined variable $default_featured_media in Related Posts, #2187
    270273
    271274v3.25.0- 2024-09-05
  • simple-tags/tags/3.25.1/simple-tags.php

    r3147079 r3147206  
    44 * Plugin URI: https://wordpress.org/plugins/simple-tags/
    55 * Description: TaxoPress allows you to create and manage Tags, Categories, and all your WordPress taxonomy terms.
    6  * Version: 3.25.0
     6 * Version: 3.25.1
    77 * Author: TaxoPress
    88 * Author URI: https://taxopress.com
     
    5252
    5353if (!defined('STAGS_VERSION')) {
    54 define('STAGS_VERSION', '3.25.0');
     54define('STAGS_VERSION', '3.25.1');
    5555}
    5656
  • simple-tags/trunk/inc/class.client.related_posts.php

    r3139716 r3147206  
    5858             'before'      => '',
    5959             'after'       => '',
     60             'default_featured_media' => '',
    6061        );
    6162
  • simple-tags/trunk/readme.txt

    r3147079 r3147206  
    44Requires at least: 3.3
    55Tested up to: 6.6
    6 Stable tag: 3.25.0
     6Stable tag: 3.25.1
    77Requires PHP: 7.2.5
    88License: GPLv2 or later
     
    268268
    269269== Changelog ==
     270
     271v3.25.1- 2024-09-05
     272* Fixed: Undefined variable $default_featured_media in Related Posts, #2187
    270273
    271274v3.25.0- 2024-09-05
  • simple-tags/trunk/simple-tags.php

    r3147079 r3147206  
    44 * Plugin URI: https://wordpress.org/plugins/simple-tags/
    55 * Description: TaxoPress allows you to create and manage Tags, Categories, and all your WordPress taxonomy terms.
    6  * Version: 3.25.0
     6 * Version: 3.25.1
    77 * Author: TaxoPress
    88 * Author URI: https://taxopress.com
     
    5252
    5353if (!defined('STAGS_VERSION')) {
    54 define('STAGS_VERSION', '3.25.0');
     54define('STAGS_VERSION', '3.25.1');
    5555}
    5656
Note: See TracChangeset for help on using the changeset viewer.