Skip to content

Commit

Permalink
Bump v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Nov 26, 2024
1 parent c7f5bd4 commit ce79970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: temporary login, passwordless login, temporary access, login
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 1.2.0
Stable tag: 1.3.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
4 changes: 2 additions & 2 deletions temporary-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin URI: https://elementor.com/
* Author: Elementor.com
* Author URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=temp-login&utm_medium=wp-dash
* Version: 1.2.0
* Version: 1.3.0
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
*
Expand All @@ -16,7 +16,7 @@
exit; // Exit if accessed directly.
}

define( 'TEMPORARY_LOGIN_VERSION', '1.2.0' );
define( 'TEMPORARY_LOGIN_VERSION', '1.3.0' );

define( 'TEMPORARY_LOGIN__FILE__', __FILE__ );
define( 'TEMPORARY_LOGIN_PLUGIN_BASE', plugin_basename( TEMPORARY_LOGIN__FILE__ ) );
Expand Down

0 comments on commit ce79970

Please sign in to comment.