Skip to content

Commit

Permalink
version bump 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tripflex committed Jul 19, 2019
1 parent e690557 commit 8f1ea33
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion assets/css/build/frontend.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! wp-login-flow - v3.0.2 - 2019-05-30 */#wplf-loader {
/*! wp-login-flow - v3.0.3 - 2019-07-19 */#wplf-loader {
display: none;
z-index: 99999;
position: fixed;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/build/vendor.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! wp-login-flow - v3.0.2 - 2019-05-30 */
/*! wp-login-flow - v3.0.3 - 2019-07-19 */
2 changes: 1 addition & 1 deletion assets/css/build/wplf.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! wp-login-flow - v3.0.2 - 2019-05-30 */#wplf-all-settings {
/*! wp-login-flow - v3.0.3 - 2019-07-19 */#wplf-all-settings {
margin-top: -1px;
}
#wplf-all-settings .wp-editor-wrap iframe {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/frontend.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/vendor.min.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! wp-login-flow - v3.0.2 - 2019-05-30 */
/*! wp-login-flow - v3.0.3 - 2019-07-19 */
2 changes: 1 addition & 1 deletion assets/css/wplf.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions languages/wp-login-flow.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the WP Login Flow package.
msgid ""
msgstr ""
"Project-Id-Version: WP Login Flow 3.0.2\n"
"Project-Id-Version: WP Login Flow 3.0.3\n"
"Report-Msgid-Bugs-To: http://plugins.smyl.es\n"
"POT-Creation-Date: 2019-05-30 20:41:39+00:00\n"
"POT-Creation-Date: 2019-07-19 16:50:55+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -35,18 +35,18 @@ msgstr ""
msgid "Possible reason: your host may have disabled the mail() function."
msgstr ""

#: classes/login.php:136
#: classes/login.php:139
msgid "Set Password"
msgstr ""

#: classes/login.php:179
#: classes/login.php:182
msgid ""
"<p>Thank you for registering. Please check your email for your activation "
"link.</p><p>If you do not receive the email please request a <a "
"href=\"%s\">password reset</a> to have the email sent again.</p>"
msgstr ""

#: classes/login.php:182
#: classes/login.php:185
msgid "Pending Activation"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wp-login-flow",
"title": "WP Login Flow",
"acronym": "wplf",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "http://plugins.smyl.es",
"author_homepage": "http://smyl.es",
"class": "WP_Login_Flow",
Expand Down
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
**Donate link:** https://www.patreon.com/smyles
**Tags:** wp-login, wp-login.php, login flow, wp login flow, activation, activate, email, background, responsive, color, login, customize, custom, permalink, rewrite, url, register, lost, forgot, password, template, reset, register, registration, password, password registration, admin bar, smyles, tripflex
**Requires at least:** 4.4
**Tested up to:** 5.2.1
**Stable tag:** 3.0.2
**Tested up to:** 5.2.2
**Stable tag:** 3.0.3
**License:** GPLv3

wp-login permalinks, auto login, register w/ pass, login/logout redirects, email as username, bg/logo/color customizations, hide admin bar, and more!
Expand Down Expand Up @@ -154,6 +154,10 @@ Yes! It works with any version of WordPress 4.4 or newer!

## Changelog ##

### 3.0.3 - July 19, 2019 ###
* Fix login/register loader not being added when activation is not enabled
* Bump tested up to 5.2.2

### 3.0.2 - May 30, 2019 ###
* Use `login_headertext` for 5.2.0+ instead of `login_headertitle`
* Bump tested up to 5.2.1
Expand Down
4 changes: 2 additions & 2 deletions wp-login-flow.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Complete wp-login.php customization, including rewrites, require email activation, email templates, custom colors, logo, link, responsiveness, border radius, and more!
* Author: Myles McNamara
* Author URI: http://smyl.es
* Version: 3.0.2
* Version: 3.0.3
* Last Updated: @@timestamp
* Domain Path: /languages
* Text Domain: wp_login_flow
Expand All @@ -28,7 +28,7 @@

const PLUGIN_SLUG = 'wp-login-flow';
const PROD_ID = 'WP Login Flow';
const VERSION = '3.0.2';
const VERSION = '3.0.3';
/**
* @var Singleton Instance
*/
Expand Down

0 comments on commit 8f1ea33

Please sign in to comment.