diff --git a/README.txt b/README.txt
index f86f83f..fed5cda 100755
--- a/README.txt
+++ b/README.txt
@@ -4,8 +4,8 @@ Donate link: https://connekthq.com/donate/
Tags: infinite scroll, load more, lazy load, endless scroll, ajax load more
Requires at least: 5.0
Requires PHP: 5.6
-Tested up to: 6.6
-Stable tag: 7.1.3
+Tested up to: 6.7
+Stable tag: 7.1.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -260,6 +260,20 @@ How to install Ajax Load More.
== Changelog ==
+= 7.1.4 - December 4, 2024 =
+* UPDATE: Updated Axios HTTP library to latest version.
+* UPDATE: Added feature to re-save default Repeater Template if template was deleted from the filesystem.
+* UDPATE: Modified the `alm` db columns to match upcoming Templates add-on requirements.
+* UPDATE: Added functionality required for Elementor Add-on update to support loading previous posts on paged results.
+* UPDATE: Started integration with Query Loop block and Ajax Load More.
+* FIX: Fixed z-index issue with ALM navigation in WP admin.
+* FIX: Added fix for `load_plugin_textdomain` php notice.
+* FIX: Fixed issue with Preloaded amount being 0 and no post remaining.
+* FIX: Fixed issue with Comments add-on and allowing for a default post ID.
+* UPDATE: Code cleanup and other minor bug fixes.
+* UPDATE: Various admin UI/UX updates.
+
+
= 7.1.3 - October 1, 2024 =
* UPDATE: Various security fixes.
diff --git a/admin/admin.php b/admin/admin.php
index 698a1fc..e3cab60 100755
--- a/admin/admin.php
+++ b/admin/admin.php
@@ -24,8 +24,7 @@
function alm_admin_hooks() {
require_once plugin_dir_path( __FILE__ ) . '/classes/class-nag.php';
}
-// phpcs:ignore
-// add_action( 'admin_init', 'alm_admin_hooks' );
+add_action( 'admin_init', 'alm_admin_hooks' );
/**
* Render a notification in the dashboard.
diff --git a/admin/classes/class-nag.php b/admin/classes/class-nag.php
index 267fc2f..c915b23 100644
--- a/admin/classes/class-nag.php
+++ b/admin/classes/class-nag.php
@@ -1,11 +1,16 @@
ID, ALM_Nag::OPTION_ADMIN_NOTICE_KEY, true );
@@ -115,8 +119,8 @@ public function display_admin_notice() {
$query_params = $this->get_admin_querystring_array();
$query_string = '?' . http_build_query( array_merge( $query_params, array( ALM_Nag::OPTION_ADMIN_NOTICE_KEY => '1' ) ) );
- echo '
';
- printf( __( "
You've been using Ajax Load More for some time now, could you please give it a review at wordpress.org? All reviews, both good and bad are important as they help the plugin grow and improve over time.
You've been using Ajax Load More for some time now, could you please give it a review at wordpress.org? All reviews, both good and bad are important as they help the plugin grow and improve over time.