Changeset 2457272
- Timestamp:
- 01/16/2021 12:34:41 AM (4 years ago)
- Location:
- wp-ajax-pagination/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-ajax-pagination/trunk/readme.txt
r2301102 r2457272 1 1 ===WP Ajax Load More Pagination and Infinite Scroll=== 2 2 Contributors: Processby 3 Donate link: https://www.pa treon.com/processby3 Donate link: https://www.paypal.com/donate/?hosted_button_id=C28JNE5JS75X4 4 4 Tags: load more, infinite scroll, ajax pagination, pagination, ajax 5 5 Requires at least: 4.0 6 Tested up to: 5. 47 Stable tag: 1.1. 46 Tested up to: 5.6 7 Stable tag: 1.1.5 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 37 37 38 38 == Changelog == 39 40 = 1.1.4 = 41 42 Release Date: Jan 16, 2021 43 44 * Compatibility with WordPress 5.6 39 45 40 46 -
wp-ajax-pagination/trunk/views/admin/main.php
r2293399 r2457272 26 26 27 27 <?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'); ?> 29 29 30 30 -
wp-ajax-pagination/trunk/wp-ajax-pagination.php
r2301102 r2457272 8 8 * Plugin URI: https://processby.com/ajax-pagination-plugin-wordpress/ 9 9 * Description: Loading paged content with Ajax. 10 * Version: 1.1. 410 * Version: 1.1.5 11 11 * Author: Processby 12 12 * Author URI: https://processby.com
Note: See TracChangeset
for help on using the changeset viewer.