Plugin Directory

Changeset 2457272


Ignore:
Timestamp:
01/16/2021 12:34:41 AM (4 years ago)
Author:
processby
Message:

Ajax pagination update

Location:
wp-ajax-pagination/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-ajax-pagination/trunk/readme.txt

    r2301102 r2457272  
    11===WP Ajax Load More Pagination and Infinite Scroll===
    22Contributors: Processby
    3 Donate link: https://www.patreon.com/processby
     3Donate link: https://www.paypal.com/donate/?hosted_button_id=C28JNE5JS75X4
    44Tags: load more, infinite scroll, ajax pagination, pagination, ajax
    55Requires at least: 4.0
    6 Tested up to: 5.4
    7 Stable tag: 1.1.4
     6Tested up to: 5.6
     7Stable tag: 1.1.5
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    3737
    3838== Changelog ==
     39
     40= 1.1.4 =
     41
     42Release Date: Jan 16, 2021
     43
     44* Compatibility with WordPress 5.6
    3945
    4046
  • wp-ajax-pagination/trunk/views/admin/main.php

    r2293399 r2457272  
    2626
    2727    <?php _e('If you like <strong>WP Load More Ajax Pagination</strong> please leave us a <a href="https://wordpress.org/support/plugin/wp-ajax-pagination/reviews/?rate=5#new-post">★★★★★</a> rating.','wp-ajax-pagination') ?><br>
    28     <?php _e('Or', 'wp-ajax-pagination'); ?> <strong><a href="https://www.patreon.com/processby" ><?php _e('support on Patreon', 'responsive-sidebar'); ?></a></strong>. <?php _e('Thanks!', 'wp-ajax-pagination'); ?>
     28    <?php _e('Or', 'wp-ajax-pagination'); ?> support on <strong><a href="https://www.patreon.com/processby" ><?php _e('Patreon', 'wp-ajax-pagination'); ?></a></strong>, <strong><a href="https://www.paypal.com/donate/?hosted_button_id=C28JNE5JS75X4">PayPal</a></strong>. <?php _e('Thanks!', 'wp-ajax-pagination'); ?>
    2929
    3030
  • wp-ajax-pagination/trunk/wp-ajax-pagination.php

    r2301102 r2457272  
    88 * Plugin URI:        https://processby.com/ajax-pagination-plugin-wordpress/
    99 * Description:       Loading paged content with Ajax.
    10  * Version:           1.1.4
     10 * Version:           1.1.5
    1111 * Author:            Processby
    1212 * Author URI:        https://processby.com
Note: See TracChangeset for help on using the changeset viewer.