Plugin Directory

Changeset 2893157

Timestamp:
04/03/2023 10:50:49 PM (16 months ago)
Author:
mdshuvo
Message:

-v 3.3.1 update

Location:
ajax-load-more-anything
Files:
26 added
2 edited

Legend:

Unmodified
Added
Removed
  • ajax-load-more-anything/trunk/README.txt

    r2869678 r2893157  
    33Tags: infinite scroll, ajax load more, load more, endless scroll, ajax pagination, ajax load, ajax comments, woocommerce ajax
    44Requires at least: 4.6
    5 Tested up to: 6.1.1
     5Tested up to: 6.
    66Requires PHP: 5.6
    7 Stable tag: 3.3.0
     7Stable tag: 3.3.
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    171171== Changelog ==
    172172
     173
     174
     175
    173176= 3.2.0 - Feb 09, 2023 =
    174177- WordPress 6.1.1 Compatibility
  • ajax-load-more-anything/trunk/ajax-load-div.php

    r2869017 r2893157  
    55 * Author:       Addon Master
    66 * Author URI:   https://addonmaster.com/contact
    7  * Version:      3.3.0
     7 * Version:      3.3.
    88 * 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.
    99 * License:      GPL2
     
    2828
    2929if ( !defined('ALD_PLUGIN_VERSION') ) {
    30     define('ALD_PLUGIN_VERSION', '3.3.0' );
     30    define('ALD_PLUGIN_VERSION', '3.3.' );
    3131}
    3232
Note: See TracChangeset for help on using the changeset viewer.