Plugin Directory

Changeset 3373115


Ignore:
Timestamp:
10/05/2025 11:41:13 AM (5 months ago)
Author:
addonmaster
Message:

Update to version 3.4.15 from GitHub

Location:
ajax-filter-posts
Files:
2 deleted
4 edited
1 copied

Legend:

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

    r3353562 r3373115  
    55 * Author:       AddonMaster
    66 * Author URI:   https://addonmaster.com/gridmaster/
    7  * Version:         3.4.14
     7 * Version:         3.4.15
    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
     
    157157// run the plugin.
    158158grid_master_plugin();
     159
     160
     161/**
     162 * Initialize the plugin tracker
     163 *
     164 * @return void
     165 */
     166function grid_master_appsero_init_tracker_ajax_filter_posts() {
     167
     168    if ( ! class_exists( 'Appsero\Client' ) ) {
     169        require_once __DIR__ . '/appsero/src/Client.php';
     170    }
     171
     172    $client = new Appsero\Client( 'dc1dc5f0-8c32-4208-b217-b8b1a1a0b85f', 'Post Grid Master', __FILE__ );
     173
     174    // Active insights
     175    $client->insights()->init();
     176}
     177
     178grid_master_appsero_init_tracker_ajax_filter_posts();
  • ajax-filter-posts/tags/3.4.15/readme.txt

    r3353562 r3373115  
    22Contributors: mdshuvo, addonmaster
    33Tags: infinite scroll, post grid, ajax pagination, taxonomy filter, ajax post filter
    4 Tested up to: 6.8
    5 Stable tag: 3.4.14
     4Tested up to: 6.8.3
     5Stable tag: 3.4.15
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • ajax-filter-posts/trunk/ajax-filter-posts.php

    r3353562 r3373115  
    55 * Author:       AddonMaster
    66 * Author URI:   https://addonmaster.com/gridmaster/
    7  * Version:         3.4.14
     7 * Version:         3.4.15
    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
     
    157157// run the plugin.
    158158grid_master_plugin();
     159
     160
     161/**
     162 * Initialize the plugin tracker
     163 *
     164 * @return void
     165 */
     166function grid_master_appsero_init_tracker_ajax_filter_posts() {
     167
     168    if ( ! class_exists( 'Appsero\Client' ) ) {
     169        require_once __DIR__ . '/appsero/src/Client.php';
     170    }
     171
     172    $client = new Appsero\Client( 'dc1dc5f0-8c32-4208-b217-b8b1a1a0b85f', 'Post Grid Master', __FILE__ );
     173
     174    // Active insights
     175    $client->insights()->init();
     176}
     177
     178grid_master_appsero_init_tracker_ajax_filter_posts();
  • ajax-filter-posts/trunk/readme.txt

    r3353562 r3373115  
    22Contributors: mdshuvo, addonmaster
    33Tags: infinite scroll, post grid, ajax pagination, taxonomy filter, ajax post filter
    4 Tested up to: 6.8
    5 Stable tag: 3.4.14
     4Tested up to: 6.8.3
     5Stable tag: 3.4.15
    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.