Plugin Directory

Changeset 3035855


Ignore:
Timestamp:
02/14/2024 06:15:07 PM (2 years ago)
Author:
mdshuvo
Message:

3.4.6

  • Feb 14, 2024
  • Fixed: Minor code changes.
  • Tested up to WordPress 6.4.3
  • Minified CSS and JS
Location:
ajax-filter-posts
Files:
54 added
2 edited

Legend:

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

    r3002004 r3035855  
    11<?php
    22/**
    3  * Plugin Name:  Post Grid Master - The Ultimate Post Grid Solution with Ajax
     3 * Plugin Name:  Post Grid Master - Post Grid Solution with Ajax Filter
    44 * Plugin URI:   http://addonmaster.com
    55 * Author:       AddonMaster
    66 * Author URI:   https://addonmaster.com/gridmaster/
    7  * Version:      3.4.5
     7 * Version:      3.4.6
    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
     
    1616    exit;
    1717}
    18 
    1918
    2019/**
     
    6665     */
    6766    public function define_constants() {
    68         define( 'GRIDMASTER_VERSION', '3.4.5' );
     67        define( 'GRIDMASTER_VERSION', '3.4.6' );
    6968        define( 'GRIDMASTER_FILE', __FILE__ );
    7069        define( 'GRIDMASTER_PATH', __DIR__ );
     
    121120    public function scripts() {
    122121
    123         wp_enqueue_script( 'gridmaster-frontend', GRIDMASTER_ASSETS . 'frontend.js', array( 'jquery' ), GRIDMASTER_VERSION, true );
     122        wp_enqueue_script( 'gridmaster-frontend', GRIDMASTER_ASSETS . 'frontend.min.js', array( 'jquery' ), GRIDMASTER_VERSION, true );
    124123
    125124        // Localization
     
    127126            'asr_ajax_nonce' => wp_create_nonce( 'asr_ajax_nonce' ),
    128127            'asr_ajax_url' => admin_url( 'admin-ajax.php' ),
     128            'is_pro' => gridmaster_is_pro(),
     129            'breakpoints' => gm_get_breakpoints(),
    129130        ) );
    130131
    131         wp_enqueue_style( 'gridmaster-frontend', GRIDMASTER_ASSETS . 'css/frontend.css', array(), GRIDMASTER_VERSION );
     132        wp_enqueue_style( 'gridmaster-frontend', GRIDMASTER_ASSETS . 'css/frontend.min.css', array(), GRIDMASTER_VERSION );
    132133    }
    133134
  • ajax-filter-posts/trunk/readme.txt

    r3002004 r3035855  
    1 === Post Grid Master - The Ultimate Post Grid Solution with Ajax ===
    2 Contributors: mdshuvo, addonmaster, mdashikul
    3 Tags: 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
     1=== Post Grid Master - Custom Post Types, Taxonomies & Ajax Filter Everything with Infinite Scroll, Load More, Pagination & Shortcode Builder ===
     2Contributors: mdshuvo, addonmaster
     3Tags: 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.1
    55Stable tag: 3.4.5
     
    121121**Post Items Per Row**
    122122Post Grid Master has a post items per row feature that helps you to control the number of post items per row. You can select different post items per row for different devices.
     123
     124**Slider Option**
     125Post Grid Master has a slider option that helps you to show the post grid in a slider. You can show the post grid in a slider with different slider options. Those are:
     126- Slides to Show
     127- Slides to Scroll
     128- Show Prev/Next Arrows
     129- Show Dots
     130- Enable Autoplay
     131- Autoplay Speed
     132- Pause Autoplay on Hover
     133- Infinite loop sliding
     134- Enable Center View
    123135
    124136= More feature coming soon... =
     
    197209
    198210== Changelog ==
     211
     212= 3.4.6 =
     213* Feb 14, 2024
     214- Fixed: Minor code changes.
     215- Tested up to WordPress 6.4.3
     216- Minified CSS and JS
     217
    199218
    200219= 3.4.3 =
Note: See TracChangeset for help on using the changeset viewer.