Skip to content

Commit

Permalink
7.0.2 deployment chores
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooney committed Feb 8, 2024
1 parent 4acd0b9 commit 4d73cf8
Show file tree
Hide file tree
Showing 13 changed files with 13,723 additions and 8,678 deletions.
10 changes: 9 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: infinite scroll, load more, ajax, lazy load, endless scroll, infinite scro
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.4
Stable tag: 7.0.1
Stable tag: 7.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -260,6 +260,14 @@ How to install Ajax Load More.

== Changelog ==

= 7.0.2 - February 8, 2024 =
* NEW: Added 'alm_licensing_sslverify' hook to allow users to disable SSL verification when checking for updates.
* NEW: Added new Paging add-on parameter `paging_container_classes` used for adding CSS classes to the paging HTML container.
* NEW: Added support for Elementor Loop Grid widget when using Elementor add-on.
* FIX: Fixed issue with Elementor add-on potentially not disabling the Load More button when no content remains.
* SECURITY: Various security fixes for admin level plugin settings.


= 7.0.1 - January 23, 2024 =
* HOTFIX: Fixed issue with Filters add-on that would appear when using the Paging add-on. Filters would remain disabled after interacting with a filter due to a missing callback function.
* HOTFIX: Fixed issue with display of Single Posts data when being used with Elementor.
Expand Down
16 changes: 3 additions & 13 deletions ajax-load-more.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,15 @@
* Author: Darren Cooney
* Twitter: @KaptonKaos
* Author URI: https://connekthq.com
* Version: 7.0.1
* Version: 7.0.2
* License: GPL
* Copyright: Darren Cooney & Connekt Media
*
* @package AjaxLoadMore
*/

/*
* NEW: Added 'alm_licensing_sslverify' hook to allow users to disable SSL verification when checking for updates.
* NEW: Added new Paging add-on parameter `paging_container_classes` used for adding CSS classes to the paging HTML container.
* NEW: Added support for Elementor Loop Grid widget when using Elementor add-on.
* FIX: Fixed issue with Elementor add-on potentially not disabling the Load More button when no content remains.
* SECURITY: Various security fixes for admin level plugin settings.
*/

define( 'ALM_VERSION', '7.0.1' );
define( 'ALM_RELEASE', 'January 23, 2024' );
define( 'ALM_VERSION', '7.0.2' );
define( 'ALM_RELEASE', 'February 8, 2024' );
define( 'ALM_STORE_URL', 'https://connekthq.com' );

// Plugin installation helpers.
Expand Down
2 changes: 1 addition & 1 deletion build/admin/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '94106781e37454d4d7c3');
<?php return array('dependencies' => array(), 'version' => '83ddb342dd077dbc0034');
Loading

0 comments on commit 4d73cf8

Please sign in to comment.