Plugin Directory

Changeset 2964689


Ignore:
Timestamp:
09/09/2023 08:14:30 AM (3 years ago)
Author:
mdshuvo
Message:

3.4.1 update

Location:
ajax-filter-posts
Files:
57 added
2 edited

Legend:

Unmodified
Added
Removed
  • ajax-filter-posts/trunk/ajax-filter-posts.php

    r2955577 r2964689  
    55 * Author:       AddonMaster
    66 * Author URI:   https://addonmaster.com/gridmaster/
    7  * Version:      3.4.0
     7 * Version:      3.4.1
    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
     
    6666     */
    6767    public function define_constants() {
    68 
    69         define( 'GRIDMASTER_VERSION', '3.4.0' );
     68        define( 'GRIDMASTER_VERSION', '3.4.1' );
    7069        define( 'GRIDMASTER_FILE', __FILE__ );
    7170        define( 'GRIDMASTER_PATH', __DIR__ );
    7271        define( 'GRIDMASTER_URL', plugins_url( '', GRIDMASTER_FILE ) );
    7372        define( 'GRIDMASTER_ASSETS', GRIDMASTER_URL . '/assets/' );
    74         // if ( ! defined( 'GRIDMASTER_PRO_PATH' ) ) {
    75         //     define( 'GRIDMASTER_PRO_PATH', plugin_dir_path( __DIR__ ) . 'gridmaster-pro' );
    76         // }
    77         // if ( ! defined( 'GRIDMASTER_PRO_ASSETS_URL' ) ) {
    78         //     define( 'GRIDMASTER_PRO_ASSETS_URL', plugins_url('gridmaster-pro') . '/assets' );
    79         // }
    8073        define( 'GRIDMASTER_PRO_LINK', 'https://addonmaster.com/gridmaster/' );
    81 
    8274    }
    8375
     
    178170    }
    179171
    180     $client = new Appsero\Client( 'dc1dc5f0-8c32-4208-b217-b8b1a1a0b85f', 'Post Grid Ajax', __FILE__ );
     172    $client = new Appsero\Client( 'dc1dc5f0-8c32-4208-b217-b8b1a1a0b85f', 'Gridmaster', __FILE__ );
    181173
    182174    // Active insights
     
    186178
    187179appsero_init_tracker_ajax_filter_posts();
    188 
    189 function enqueue_select2_jquery() {
    190     wp_register_style( 'select2', '//cdnjs.cloudflare.com/ajax/libs/select2/3.4.8/select2.css', false, '1.0', 'all' );
    191     wp_register_script( 'select2', '//cdnjs.cloudflare.com/ajax/libs/select2/3.4.8/select2.js', array( 'jquery' ), '1.0', true );
    192     wp_enqueue_style( 'select2' );
    193     wp_enqueue_script( 'select2' );
    194 }
    195 // add_action( 'admin_enqueue_scripts', 'enqueue_select2_jquery' );
  • ajax-filter-posts/trunk/readme.txt

    r2955578 r2964689  
    33Tags: infinite scroll, post grid, grid, post type grid, pagination, ajax pagination, grid display, filter, filtering, grid, layout, post, post filter, post layout, taxonomy, taxonomy filter,ajax grid, displaypost gridpost, type grid, wp post frid, ajax post filter, filter post ajax, ajaxify, mixitup, isotop, category filter, filter without reload, ajax filter, ajax plugin
    44Tested up to: 6.3
    5 Stable tag: 3.4.0
     5Stable tag: 3.4.1
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    192192
    193193== Changelog ==
     194
     195= 3.4.1 =
     196* Sep 09, 2023
     197- Fixed: Cannot modify header information issue fixed.
     198- Fixed: Minor code changes.
     199
    194200
    195201= 3.4.0 =
Note: See TracChangeset for help on using the changeset viewer.