From 69fa0844cdcf315266da44bf035b77de964cce82 Mon Sep 17 00:00:00 2001 From: Glowtayyab Date: Tue, 10 Sep 2024 18:04:42 +0500 Subject: [PATCH] Fix stable tag issue. (#149) --- CHANGELOG.md | 4 ++++ readme.txt | 4 ++-- wp-frontend-profile.php | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed00376..422cee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] +## [1.3.8] - 2024-09-10 +- Fix stable tag issue. +- hcaptcha authentication method. + ## [1.3.7] - 2024-09-09 - hcaptcha authentication method. diff --git a/readme.txt b/readme.txt index 88b85c4..0bd35bc 100644 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Contributors: glowlogix, wpmarkuk Donate link: https://www.glowlogix.com Tags: profile, users, user meta, register, login Requires at least: 4.0.1 -Tested up to: 6.5.4 -Stable tag: 1.3.5 +Tested up to: 6.7 +Stable tag: 1.3.8 Requires PHP: 5.2.17 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/wp-frontend-profile.php b/wp-frontend-profile.php index 58482c5..b44de1d 100644 --- a/wp-frontend-profile.php +++ b/wp-frontend-profile.php @@ -3,7 +3,7 @@ * Plugin Name: WP Frontend Profile * Plugin URI: https://wordpress.org/plugins/wp-front-end-profile/ * Description: This plugin allows users to easily edit their profile information on the frontend rather than having to go into the dashboard to make changes to password, email address and other user meta data. - * Version: 1.3.7 + * Version: 1.3.8 * @package wp-front-end-profile * Author: Glowlogix * Author URI: https://www.glowlogix.com @@ -17,7 +17,7 @@ * Main class for WP Frontend Profile. */ if (! defined('WPFEP_VERSION')) { - define('WPFEP_VERSION', '1.3.7'); + define('WPFEP_VERSION', '1.3.8'); } if (! defined('WPFEP_PATH')) { define('WPFEP_PATH', plugin_dir_path(__FILE__));