Skip to content

Commit

Permalink
Readme and dist updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Oct 8, 2020
1 parent 1936fa1 commit 2075676
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ package.json
package-lock.json
phpcs.xml
webpack.config.js
.editorconfig
12 changes: 6 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: login, sidebar, widget, sidebar login, login widget, login form
Requires at least: 5.0
Tested up to: 5.5
Requires PHP: 5.6
Stable tag: 2.7.3
Stable tag: 3.0.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -81,14 +81,14 @@ These tags can be used in the widget settings for titles + links and will be rep
== Changelog ==

= 3.0.0 =
* Fix - Prevent notices due to incorrect sizeof usage.
* Tweak - %nicename% placeholder.
* Refactor - Rewritten majority of plugin using more up to date standards and namespaces.
* Refactor - Cleaned up the widget settings form to make functionality clearer.
* Refactor - Removed email->username conversion since this is supported natively.
* Tweak - Added %nicename% placeholder.
* Tweak - Improved default styling and included extra wrapping divs (.sidebar-login-form, .sidebar-login-account, .sidebar-login-links).
* Refactor - Removed email->username conversion since this is now supported natively.
* Refactor - Rewritten majority of plugin using more up to date standards.
* Refactor - Cleaned up the settings form.
* Performance - Removed jQuery dependency and BlockUI script.
* Performance - Removed `sidebar_login_js_in_footer` filter - this is now true by default.
* Fix - Prevent notices due to incorrect sizeof() usage.

= 2.7.3 =
* Tweak - %avatar% placeholder.
Expand Down
2 changes: 1 addition & 1 deletion sidebar-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Sidebar Login
* Plugin URI: http://wordpress.org/extend/plugins/sidebar-login/
* Description: Easily add an ajax-enhanced login widget to the sidebar of your WordPress site.
* Version: 3.0.0.beta2
* Version: 3.0.0
* Author: Mike Jolley
* Author URI: http://mikejolley.com
* Requires at least: 5.0
Expand Down

0 comments on commit 2075676

Please sign in to comment.