Changeset 3373121
- Timestamp:
- 10/05/2025 11:48:17 AM (6 months ago)
- Location:
- ajax-filter-posts
- Files:
-
- 61 added
- 4 edited
-
tags/3.4.15/ajax-filter-posts.php (modified) (2 diffs)
-
tags/3.4.15/readme.txt (modified) (1 diff)
-
tags/3.4.16 (added)
-
tags/3.4.16/README.md (added)
-
tags/3.4.16/admin (added)
-
tags/3.4.16/admin/Admin.php (added)
-
tags/3.4.16/admin/Ajax.php (added)
-
tags/3.4.16/admin/DB_Migration.php (added)
-
tags/3.4.16/admin/Grids.php (added)
-
tags/3.4.16/admin/admin-functions.php (added)
-
tags/3.4.16/admin/assets (added)
-
tags/3.4.16/admin/assets/admin.css (added)
-
tags/3.4.16/admin/assets/admin.js (added)
-
tags/3.4.16/admin/assets/admin.min.css (added)
-
tags/3.4.16/admin/assets/admin.min.js (added)
-
tags/3.4.16/admin/assets/block-pro-admin.css (added)
-
tags/3.4.16/admin/assets/block-pro-admin.min.css (added)
-
tags/3.4.16/admin/assets/bootstrap-grid.min.css (added)
-
tags/3.4.16/admin/assets/tmpl-imgs (added)
-
tags/3.4.16/admin/assets/tmpl-imgs/template-1.png (added)
-
tags/3.4.16/admin/views (added)
-
tags/3.4.16/admin/views/admin.php (added)
-
tags/3.4.16/admin/views/build-grid.php (added)
-
tags/3.4.16/admin/views/my-grids.php (added)
-
tags/3.4.16/admin/views/settings.php (added)
-
tags/3.4.16/admin/views/templates.php (added)
-
tags/3.4.16/admin/views/welcome.php (added)
-
tags/3.4.16/ajax-filter-posts.php (added)
-
tags/3.4.16/appsero (added)
-
tags/3.4.16/appsero/src (added)
-
tags/3.4.16/appsero/src/Client.php (added)
-
tags/3.4.16/appsero/src/Insights.php (added)
-
tags/3.4.16/appsero/src/License.php (added)
-
tags/3.4.16/assets (added)
-
tags/3.4.16/assets/css (added)
-
tags/3.4.16/assets/css/bootstrap-grid.min.css (added)
-
tags/3.4.16/assets/css/frontend.css (added)
-
tags/3.4.16/assets/css/frontend.min.css (added)
-
tags/3.4.16/assets/css/style-2.css (added)
-
tags/3.4.16/assets/css/style-3.css (added)
-
tags/3.4.16/assets/frontend.js (added)
-
tags/3.4.16/assets/frontend.min.js (added)
-
tags/3.4.16/assets/img (added)
-
tags/3.4.16/assets/img/all.png (added)
-
tags/3.4.16/inc (added)
-
tags/3.4.16/inc/Shortcode.php (added)
-
tags/3.4.16/inc/functions.php (added)
-
tags/3.4.16/languages (added)
-
tags/3.4.16/languages/ajax-filter-posts.pot (added)
-
tags/3.4.16/package.json (added)
-
tags/3.4.16/readme.txt (added)
-
tags/3.4.16/templates (added)
-
tags/3.4.16/templates/filter (added)
-
tags/3.4.16/templates/filter/default.php (added)
-
tags/3.4.16/templates/filter/style-2.php (added)
-
tags/3.4.16/templates/filter/style-3.php (added)
-
tags/3.4.16/templates/filter/style-4.php (added)
-
tags/3.4.16/templates/grid (added)
-
tags/3.4.16/templates/grid/default.php (added)
-
tags/3.4.16/templates/grid/style-2.php (added)
-
tags/3.4.16/templates/grid/style-3.php (added)
-
tags/3.4.16/templates/pagination (added)
-
tags/3.4.16/templates/pagination/default.php (added)
-
trunk/ajax-filter-posts.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ajax-filter-posts/tags/3.4.15/ajax-filter-posts.php
r3373115 r3373121 5 5 * Author: AddonMaster 6 6 * Author URI: https://addonmaster.com/gridmaster/ 7 * Version: 3.4.1 57 * Version: 3.4.16 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 … … 64 64 */ 65 65 public function define_constants() { 66 define( 'GRIDMASTER_VERSION', '3.4.1 4' );66 define( 'GRIDMASTER_VERSION', '3.4.16' ); 67 67 define( 'GRIDMASTER_FILE', __FILE__ ); 68 68 define( 'GRIDMASTER_PATH', __DIR__ ); -
ajax-filter-posts/tags/3.4.15/readme.txt
r3373115 r3373121 3 3 Tags: infinite scroll, post grid, ajax pagination, taxonomy filter, ajax post filter 4 4 Tested up to: 6.8.3 5 Stable tag: 3.4.1 55 Stable tag: 3.4.16 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
r3373115 r3373121 5 5 * Author: AddonMaster 6 6 * Author URI: https://addonmaster.com/gridmaster/ 7 * Version: 3.4.1 57 * Version: 3.4.16 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 … … 64 64 */ 65 65 public function define_constants() { 66 define( 'GRIDMASTER_VERSION', '3.4.1 4' );66 define( 'GRIDMASTER_VERSION', '3.4.16' ); 67 67 define( 'GRIDMASTER_FILE', __FILE__ ); 68 68 define( 'GRIDMASTER_PATH', __DIR__ ); -
ajax-filter-posts/trunk/readme.txt
r3373115 r3373121 3 3 Tags: infinite scroll, post grid, ajax pagination, taxonomy filter, ajax post filter 4 4 Tested up to: 6.8.3 5 Stable tag: 3.4.1 55 Stable tag: 3.4.16 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.