Skip to content

Commit

Permalink
Fix stable tag issue. (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowtayyab authored Sep 10, 2024
1 parent 99535fb commit 69fa084
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions wp-frontend-profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__));
Expand Down

0 comments on commit 69fa084

Please sign in to comment.