Plugin Directory

Changeset 3048028


Ignore:
Timestamp:
03/08/2024 08:06:52 PM (2 years ago)
Author:
mdshuvo
Message:

Fixed security patch

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

Legend:

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

    r3044605 r3048028  
    55 * Author:       AddonMaster
    66 * Author URI:   https://addonmaster.com/gridmaster/
    7  * Version:      3.4.7
     7 * Version:      3.4.8
    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
     
    6565     */
    6666    public function define_constants() {
    67         define( 'GRIDMASTER_VERSION', '3.4.7' );
     67        define( 'GRIDMASTER_VERSION', '3.4.8' );
    6868        define( 'GRIDMASTER_FILE', __FILE__ );
    6969        define( 'GRIDMASTER_PATH', __DIR__ );
     
    124124        // Localization
    125125        wp_localize_script( 'gridmaster-frontend', 'asr_ajax_params', array(
    126             'asr_ajax_nonce' => wp_create_nonce( 'asr_ajax_nonce' ),
     126            'nonce' => wp_create_nonce( 'asr_ajax_nonce' ),
    127127            'asr_ajax_url' => admin_url( 'admin-ajax.php' ),
    128128            'is_pro' => gridmaster_is_pro(),
  • ajax-filter-posts/trunk/readme.txt

    r3044605 r3048028  
    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, ajax post filter, filter post ajax, ajaxify, mixitup, isotop, category filter, ajax filter
    44Tested up to: 6.4.3
    5 Stable tag: 3.4.7
     5Stable tag: 3.4.8
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    88
    9 Post Grid Master helps you to create post grid with ajax filter and grid. You can create post grid layout with taxonomy filter, ajax pagination, load more button, infinite scroll, and many more.
     9Create post grid layout with taxonomy filter, ajax pagination, load more button, infinite scroll, custom post type and many more.
    1010
    1111== Description ==
     
    215215
    216216== Changelog ==
     217
     218= 3.4.8 =
     219* Mar 09, 2024
     220- Fixed: Security issues
     221- Added: Nonce checking on post grid
     222- Compatible with WordPress 6.4.3
    217223
    218224= 3.4.7 =
Note: See TracChangeset for help on using the changeset viewer.