Changeset 3186126
- Timestamp:
- 11/12/2024 03:09:30 AM (17 months ago)
- Location:
- ajax-load-more-for-acf
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.3 (copied) (copied from ajax-load-more-for-acf/trunk)
-
tags/1.3.3/README.txt (modified) (2 diffs)
-
tags/1.3.3/ajax-load-more-for-acf.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/ajax-load-more-for-acf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ajax-load-more-for-acf/tags/1.3.3/README.txt
r2924852 r3186126 1 1 === Ajax Load More for Advanced Custom Fields === 2 2 3 Contributors: dcooney, connekthq4 Author: Darren Cooney3 Contributors: edanzer, dcooney 4 Author: Erick Danzer 5 5 Author URI: https://connekthq.com/ 6 6 Plugin URI: https://connekthq.com/ajax-load-more/extensions/advanced-custom-fields/ 7 7 Donate link: https://connekthq.com/donate/ 8 Tags: ajax load more, advanced custom fields, custom fields, repeater field, flexible content, gallery, repeater, relationship8 Tags: ajax load more, advanced custom fields, custom fields, acf, infinite scroll 9 9 Requires at least: 4.0 10 Tested up to: 6. 211 Stable tag: 1.3. 210 Tested up to: 6.7 11 Stable tag: 1.3.3 12 12 License: GPLv2 or later 13 13 License URI: http://gnu.org/licenses/gpl-2.0.html … … 95 95 == Changelog == 96 96 97 = 1.3.3 - November 11, 2024 = 98 * UPDATE: Readme, contributors, WordPress tested version 99 * NOTE: Plugin has new ownership 100 97 101 = 1.3.2 - June 11, 2023 = 98 102 * NEW: Added support for accessing sub field data in Repeater or Flexible Content field types by row index. -
ajax-load-more-for-acf/tags/1.3.3/ajax-load-more-for-acf.php
r2924852 r3186126 5 5 * Description: An Ajax Load More extension that adds compatibility for ACF field types. 6 6 * Text Domain: ajax-load-more-for-acf 7 * Author: Darren Cooney 8 * Twitter: @KaptonKaos 7 * Author: Erick Danzer 9 8 * Author URI: https://connekthq.com 10 * Version: 1.3. 29 * Version: 1.3.3 11 10 * License: GPL 12 * Copyright: Darren Cooney & Connekt Media11 * Copyright: Erick Danzer & AjaxWP LLC 13 12 * 14 13 * @package ALM_ACF -
ajax-load-more-for-acf/trunk/README.txt
r2924852 r3186126 1 1 === Ajax Load More for Advanced Custom Fields === 2 2 3 Contributors: dcooney, connekthq4 Author: Darren Cooney3 Contributors: edanzer, dcooney 4 Author: Erick Danzer 5 5 Author URI: https://connekthq.com/ 6 6 Plugin URI: https://connekthq.com/ajax-load-more/extensions/advanced-custom-fields/ 7 7 Donate link: https://connekthq.com/donate/ 8 Tags: ajax load more, advanced custom fields, custom fields, repeater field, flexible content, gallery, repeater, relationship8 Tags: ajax load more, advanced custom fields, custom fields, acf, infinite scroll 9 9 Requires at least: 4.0 10 Tested up to: 6. 211 Stable tag: 1.3. 210 Tested up to: 6.7 11 Stable tag: 1.3.3 12 12 License: GPLv2 or later 13 13 License URI: http://gnu.org/licenses/gpl-2.0.html … … 95 95 == Changelog == 96 96 97 = 1.3.3 - November 11, 2024 = 98 * UPDATE: Readme, contributors, WordPress tested version 99 * NOTE: Plugin has new ownership 100 97 101 = 1.3.2 - June 11, 2023 = 98 102 * NEW: Added support for accessing sub field data in Repeater or Flexible Content field types by row index. -
ajax-load-more-for-acf/trunk/ajax-load-more-for-acf.php
r2924852 r3186126 5 5 * Description: An Ajax Load More extension that adds compatibility for ACF field types. 6 6 * Text Domain: ajax-load-more-for-acf 7 * Author: Darren Cooney 8 * Twitter: @KaptonKaos 7 * Author: Erick Danzer 9 8 * Author URI: https://connekthq.com 10 * Version: 1.3. 29 * Version: 1.3.3 11 10 * License: GPL 12 * Copyright: Darren Cooney & Connekt Media11 * Copyright: Erick Danzer & AjaxWP LLC 13 12 * 14 13 * @package ALM_ACF
Note: See TracChangeset
for help on using the changeset viewer.