Changeset 3035855
- Timestamp:
- 02/14/2024 06:15:07 PM (2 years ago)
- Location:
- ajax-filter-posts
- Files:
-
- 54 added
- 2 edited
-
tags/3.4.6 (added)
-
tags/3.4.6/LICENSE (added)
-
tags/3.4.6/admin (added)
-
tags/3.4.6/admin/Admin.php (added)
-
tags/3.4.6/admin/admin-functions.php (added)
-
tags/3.4.6/admin/assets (added)
-
tags/3.4.6/admin/assets/admin.css (added)
-
tags/3.4.6/admin/assets/admin.js (added)
-
tags/3.4.6/admin/assets/admin.min.css (added)
-
tags/3.4.6/admin/assets/admin.min.js (added)
-
tags/3.4.6/admin/assets/block-pro-admin.css (added)
-
tags/3.4.6/admin/assets/block-pro-admin.min.css (added)
-
tags/3.4.6/admin/assets/bootstrap-grid.min.css (added)
-
tags/3.4.6/admin/assets/tmpl-imgs (added)
-
tags/3.4.6/admin/assets/tmpl-imgs/template-1.png (added)
-
tags/3.4.6/admin/views (added)
-
tags/3.4.6/admin/views/admin.php (added)
-
tags/3.4.6/admin/views/build-grid.php (added)
-
tags/3.4.6/admin/views/settings.php (added)
-
tags/3.4.6/admin/views/templates.php (added)
-
tags/3.4.6/admin/views/welcome.php (added)
-
tags/3.4.6/ajax-filter-posts.php (added)
-
tags/3.4.6/appsero (added)
-
tags/3.4.6/appsero/src (added)
-
tags/3.4.6/appsero/src/Client.php (added)
-
tags/3.4.6/appsero/src/Insights.php (added)
-
tags/3.4.6/assets (added)
-
tags/3.4.6/assets/css (added)
-
tags/3.4.6/assets/css/bootstrap-grid.min.css (added)
-
tags/3.4.6/assets/css/frontend.css (added)
-
tags/3.4.6/assets/css/frontend.min.css (added)
-
tags/3.4.6/assets/css/style-2.css (added)
-
tags/3.4.6/assets/css/style-3.css (added)
-
tags/3.4.6/assets/frontend.js (added)
-
tags/3.4.6/assets/frontend.min.js (added)
-
tags/3.4.6/assets/img (added)
-
tags/3.4.6/assets/img/all.png (added)
-
tags/3.4.6/inc (added)
-
tags/3.4.6/inc/Shortcode.php (added)
-
tags/3.4.6/inc/functions.php (added)
-
tags/3.4.6/lang (added)
-
tags/3.4.6/lang/gridmaster.pot (added)
-
tags/3.4.6/readme.txt (added)
-
tags/3.4.6/templates (added)
-
tags/3.4.6/templates/filter (added)
-
tags/3.4.6/templates/filter/default.php (added)
-
tags/3.4.6/templates/filter/style-2.php (added)
-
tags/3.4.6/templates/filter/style-3.php (added)
-
tags/3.4.6/templates/grid (added)
-
tags/3.4.6/templates/grid/default.php (added)
-
tags/3.4.6/templates/grid/style-2.php (added)
-
tags/3.4.6/templates/grid/style-3.php (added)
-
tags/3.4.6/templates/pagination (added)
-
tags/3.4.6/templates/pagination/default.php (added)
-
trunk/ajax-filter-posts.php (modified) (5 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ajax-filter-posts/trunk/ajax-filter-posts.php
r3002004 r3035855 1 1 <?php 2 2 /** 3 * Plugin Name: Post Grid Master - The Ultimate Post Grid Solution with Ajax3 * Plugin Name: Post Grid Master - Post Grid Solution with Ajax Filter 4 4 * Plugin URI: http://addonmaster.com 5 5 * Author: AddonMaster 6 6 * Author URI: https://addonmaster.com/gridmaster/ 7 * Version: 3.4. 57 * Version: 3.4.6 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 … … 16 16 exit; 17 17 } 18 19 18 20 19 /** … … 66 65 */ 67 66 public function define_constants() { 68 define( 'GRIDMASTER_VERSION', '3.4. 5' );67 define( 'GRIDMASTER_VERSION', '3.4.6' ); 69 68 define( 'GRIDMASTER_FILE', __FILE__ ); 70 69 define( 'GRIDMASTER_PATH', __DIR__ ); … … 121 120 public function scripts() { 122 121 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 ); 124 123 125 124 // Localization … … 127 126 'asr_ajax_nonce' => wp_create_nonce( 'asr_ajax_nonce' ), 128 127 'asr_ajax_url' => admin_url( 'admin-ajax.php' ), 128 'is_pro' => gridmaster_is_pro(), 129 'breakpoints' => gm_get_breakpoints(), 129 130 ) ); 130 131 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 ); 132 133 } 133 134 -
ajax-filter-posts/trunk/readme.txt
r3002004 r3035855 1 === Post Grid Master - The Ultimate Post Grid Solution with Ajax===2 Contributors: mdshuvo, addonmaster , mdashikul3 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 plugin1 === Post Grid Master - Custom Post Types, Taxonomies & Ajax Filter Everything with Infinite Scroll, Load More, Pagination & Shortcode Builder === 2 Contributors: mdshuvo, addonmaster 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, ajax post filter, filter post ajax, ajaxify, mixitup, isotop, category filter, ajax filter 4 4 Tested up to: 6.4.1 5 5 Stable tag: 3.4.5 … … 121 121 **Post Items Per Row** 122 122 Post 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** 125 Post 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 123 135 124 136 = More feature coming soon... = … … 197 209 198 210 == 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 199 218 200 219 = 3.4.3 =
Note: See TracChangeset
for help on using the changeset viewer.