Changeset 2893157
- Timestamp:
- 04/03/2023 10:50:49 PM (3 years ago)
- Location:
- ajax-load-more-anything
- Files:
-
- 26 added
- 2 edited
-
tags/3.3.1 (added)
-
tags/3.3.1/README.md (added)
-
tags/3.3.1/README.txt (added)
-
tags/3.3.1/admin (added)
-
tags/3.3.1/admin/Menu.php (added)
-
tags/3.3.1/admin/assets (added)
-
tags/3.3.1/admin/assets/css (added)
-
tags/3.3.1/admin/assets/css/admin.css (added)
-
tags/3.3.1/admin/assets/js (added)
-
tags/3.3.1/admin/assets/js/admin.js (added)
-
tags/3.3.1/admin/functions.php (added)
-
tags/3.3.1/ajax-load-div.php (added)
-
tags/3.3.1/appsero (added)
-
tags/3.3.1/appsero/src (added)
-
tags/3.3.1/appsero/src/Client.php (added)
-
tags/3.3.1/appsero/src/Insights.php (added)
-
tags/3.3.1/assets (added)
-
tags/3.3.1/assets/css (added)
-
tags/3.3.1/assets/css/styles.css (added)
-
tags/3.3.1/assets/js (added)
-
tags/3.3.1/assets/js/scripts.js (added)
-
tags/3.3.1/inc (added)
-
tags/3.3.1/inc/ald-functions.php (added)
-
tags/3.3.1/inc/class-admin-notice.php (added)
-
tags/3.3.1/languages (added)
-
tags/3.3.1/languages/ajax-load-more-anything.pot (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/ajax-load-div.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ajax-load-more-anything/trunk/README.txt
r2869678 r2893157 3 3 Tags: infinite scroll, ajax load more, load more, endless scroll, ajax pagination, ajax load, ajax comments, woocommerce ajax 4 4 Requires at least: 4.6 5 Tested up to: 6. 1.15 Tested up to: 6.2 6 6 Requires PHP: 5.6 7 Stable tag: 3.3. 07 Stable tag: 3.3.1 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 171 171 == Changelog == 172 172 173 = 3.3.1 - Apr 04, 2023 = 174 - Tested up to: 6.2 175 173 176 = 3.2.0 - Feb 09, 2023 = 174 177 - WordPress 6.1.1 Compatibility -
ajax-load-more-anything/trunk/ajax-load-div.php
r2869017 r2893157 5 5 * Author: Addon Master 6 6 * Author URI: https://addonmaster.com/contact 7 * Version: 3.3. 07 * Version: 3.3.1 8 8 * Description: A simple plugin that help you to Load more any item with jQuery/Ajax. You can use Ajaxify Load More button for your blog post, Comments, page, Category, Recent Posts, Sidebar widget Data, Woocommerce Product, Images, Photos, Videos, custom selector or whatever you want. 9 9 * License: GPL2 … … 28 28 29 29 if ( !defined('ALD_PLUGIN_VERSION') ) { 30 define('ALD_PLUGIN_VERSION', '3.3. 0' );30 define('ALD_PLUGIN_VERSION', '3.3.1' ); 31 31 } 32 32
Note: See TracChangeset
for help on using the changeset viewer.