Changeset 3373115
- Timestamp:
- 10/05/2025 11:41:13 AM (5 months ago)
- Location:
- ajax-filter-posts
- Files:
-
- 2 deleted
- 4 edited
- 1 copied
-
tags/3.4.15 (copied) (copied from ajax-filter-posts/trunk)
-
tags/3.4.15/ajax-filter-posts.php (modified) (2 diffs)
-
tags/3.4.15/lang (deleted)
-
tags/3.4.15/readme.txt (modified) (1 diff)
-
trunk/ajax-filter-posts.php (modified) (2 diffs)
-
trunk/lang (deleted)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ajax-filter-posts/tags/3.4.15/ajax-filter-posts.php
r3353562 r3373115 5 5 * Author: AddonMaster 6 6 * Author URI: https://addonmaster.com/gridmaster/ 7 * Version: 3.4.1 47 * Version: 3.4.15 8 8 * 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. 9 9 * License: GPL2 … … 157 157 // run the plugin. 158 158 grid_master_plugin(); 159 160 161 /** 162 * Initialize the plugin tracker 163 * 164 * @return void 165 */ 166 function 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 178 grid_master_appsero_init_tracker_ajax_filter_posts(); -
ajax-filter-posts/tags/3.4.15/readme.txt
r3353562 r3373115 2 2 Contributors: mdshuvo, addonmaster 3 3 Tags: infinite scroll, post grid, ajax pagination, taxonomy filter, ajax post filter 4 Tested up to: 6.8 5 Stable tag: 3.4.1 44 Tested up to: 6.8.3 5 Stable tag: 3.4.15 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
ajax-filter-posts/trunk/ajax-filter-posts.php
r3353562 r3373115 5 5 * Author: AddonMaster 6 6 * Author URI: https://addonmaster.com/gridmaster/ 7 * Version: 3.4.1 47 * Version: 3.4.15 8 8 * 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. 9 9 * License: GPL2 … … 157 157 // run the plugin. 158 158 grid_master_plugin(); 159 160 161 /** 162 * Initialize the plugin tracker 163 * 164 * @return void 165 */ 166 function 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 178 grid_master_appsero_init_tracker_ajax_filter_posts(); -
ajax-filter-posts/trunk/readme.txt
r3353562 r3373115 2 2 Contributors: mdshuvo, addonmaster 3 3 Tags: infinite scroll, post grid, ajax pagination, taxonomy filter, ajax post filter 4 Tested up to: 6.8 5 Stable tag: 3.4.1 44 Tested up to: 6.8.3 5 Stable tag: 3.4.15 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.