Skip to content

Commit

Permalink
version bump 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tripflex committed Oct 7, 2020
1 parent 942a3f5 commit 2ddc761
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 19 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.1.0 - 2019-09-09 */#wplf-loader {
/*! wp-login-flow - v3.1.0 - 2020-10-07 */#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.1.0 - 2019-09-09 */
/*! wp-login-flow - v3.1.0 - 2020-10-07 */
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.1.0 - 2019-09-09 */#wplf-all-settings {
/*! wp-login-flow - v3.1.0 - 2020-10-07 */#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.1.0 - 2019-09-09 */
/*! wp-login-flow - v3.1.0 - 2020-10-07 */
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.

2 changes: 1 addition & 1 deletion assets/js/build/wplf.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jQuery.fn.getHexBackgroundColor = function () {
var file_frame;

jQuery(function ( $ ) {
$( '.wplf-upload-show' ).live( 'click', function ( event ) {
$( '.wplf-upload-show' ).on( 'click', function ( event ) {

event.preventDefault();
var fileInput = $( this ).data( 'name' );
Expand Down
2 changes: 1 addition & 1 deletion assets/js/wplf.min.js

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

8 changes: 4 additions & 4 deletions languages/wp-login-flow.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (C) 2019 Myles McNamara
# Copyright (C) 2020 Myles McNamara
# This file is distributed under the same license as the WP Login Flow package.
msgid ""
msgstr ""
"Project-Id-Version: WP Login Flow 3.1.0\n"
"Project-Id-Version: WP Login Flow 3.1.1\n"
"Report-Msgid-Bugs-To: http://plugins.smyl.es\n"
"POT-Creation-Date: 2019-09-09 20:32:08+00:00\n"
"POT-Creation-Date: 2020-10-07 16:57:52+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: Myles McNamara\n"
"Language-Team: sMyles <[email protected]>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
Expand Down
9 changes: 7 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.2
**Stable tag:** 3.1.0
**Tested up to:** 5.5.1
**Stable tag:** 3.1.1
**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 @@ -155,6 +155,11 @@ Yes! It works with any version of WordPress 4.4 or newer!

## Changelog ##

### 3.1.1 - September 7, 2020 ###
* NEW setting to auto disable custom redirects/rewrites if htaccess or web.config do not exist
* Added Nginx notice that rewrites must be manually set
* Fix CodeMirror enqueued on all admin pages

### 3.1.0 - September 9, 2019 ###
* NEW setting to auto disable custom redirects/rewrites if htaccess or web.config do not exist
* Added Nginx notice that rewrites must be manually set
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: tripflex
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.2
Stable tag: 3.1.0
Tested up to: 5.5.1
Stable tag: 3.1.1
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 @@ -127,6 +127,11 @@ Yes! It works with any version of WordPress 4.4 or newer!

== Changelog ==

= 3.1.1 - September 7, 2020 =
* NEW setting to auto disable custom redirects/rewrites if htaccess or web.config do not exist
* Added Nginx notice that rewrites must be manually set
* Fix CodeMirror enqueued on all admin pages

= 3.1.0 - September 9, 2019 =
* NEW setting to auto disable custom redirects/rewrites if htaccess or web.config do not exist
* Added Nginx notice that rewrites must be manually set
Expand Down
6 changes: 3 additions & 3 deletions wp-login-flow.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
* 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.1.0
* Version: 3.1.1
* Last Updated: @@timestamp
* Domain Path: /languages
* Text Domain: wp_login_flow
* Tested up to: 5.2.1
* Tested up to: 5.5.1
* Requires at least: 4.4.0
*/

Expand All @@ -30,7 +30,7 @@
const PROD_ID = 'WP Login Flow';
const VERSION = '3.1.0';
/**
* @var Singleton Instance
* @var WP_Login_Flow Singleton Instance
*/
protected static $instance;
/**
Expand Down

0 comments on commit 2ddc761

Please sign in to comment.