Plugin Directory

Changeset 3373121


Ignore:
Timestamp:
10/05/2025 11:48:17 AM (6 months ago)
Author:
mdshuvo
Message:

Update

Location:
ajax-filter-posts
Files:
61 added
4 edited

Legend:

Unmodified
Added
Removed
  • ajax-filter-posts/tags/3.4.15/ajax-filter-posts.php

    r3373115 r3373121  
    55 * Author:       AddonMaster
    66 * Author URI:   https://addonmaster.com/gridmaster/
    7  * Version:         3.4.15
     7 * Version:         3.4.16
    88 * Description:  GridMaster is a powerful post filter plugin that allows you create stunning, customizable post grids on your website with its robust support for all post types and taxonomies, versatile pagination options including infinite scroll, and a suite of pre-built grid and filter styles.
    99 * License:      GPL2
     
    6464     */
    6565    public function define_constants() {
    66         define( 'GRIDMASTER_VERSION', '3.4.14' );
     66        define( 'GRIDMASTER_VERSION', '3.4.16' );
    6767        define( 'GRIDMASTER_FILE', __FILE__ );
    6868        define( 'GRIDMASTER_PATH', __DIR__ );
  • ajax-filter-posts/tags/3.4.15/readme.txt

    r3373115 r3373121  
    33Tags: infinite scroll, post grid, ajax pagination, taxonomy filter, ajax post filter
    44Tested up to: 6.8.3
    5 Stable tag: 3.4.15
     5Stable tag: 3.4.16
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • ajax-filter-posts/trunk/ajax-filter-posts.php

    r3373115 r3373121  
    55 * Author:       AddonMaster
    66 * Author URI:   https://addonmaster.com/gridmaster/
    7  * Version:         3.4.15
     7 * Version:         3.4.16
    88 * Description:  GridMaster is a powerful post filter plugin that allows you create stunning, customizable post grids on your website with its robust support for all post types and taxonomies, versatile pagination options including infinite scroll, and a suite of pre-built grid and filter styles.
    99 * License:      GPL2
     
    6464     */
    6565    public function define_constants() {
    66         define( 'GRIDMASTER_VERSION', '3.4.14' );
     66        define( 'GRIDMASTER_VERSION', '3.4.16' );
    6767        define( 'GRIDMASTER_FILE', __FILE__ );
    6868        define( 'GRIDMASTER_PATH', __DIR__ );
  • ajax-filter-posts/trunk/readme.txt

    r3373115 r3373121  
    33Tags: infinite scroll, post grid, ajax pagination, taxonomy filter, ajax post filter
    44Tested up to: 6.8.3
    5 Stable tag: 3.4.15
     5Stable tag: 3.4.16
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.