Version bump to 0.12

This commit is contained in:
Tekaoh
2020-07-04 16:22:10 -04:00
parent 4dda69be16
commit b283c70078
2 changed files with 11 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
* Plugin Name: SWG Auth
* Plugin URI: https://tekaohswg.github.io/swg-auth-wordpress.html
* Description: Star Wars Galaxies Authentication for WordPress
* Version: 0.11
* Version: 0.12
* Author: Tekaoh
* Author URI: https://tekaohswg.github.io
*/

View File

@@ -3,7 +3,7 @@ Contributors: tekaoh
Tags: admin, integration
Requires at least: 2.8
Tested up to: 5.4
Stable tag: 0.11
Stable tag: 0.12
Requires PHP: 4.3
License: The Unlicense
License URI: https://unlicense.org
@@ -23,6 +23,12 @@ If you're running a Star Wars Galaxies server, now you can use WordPress to mana
== Changelog ==
= 0.12 =
* Show a list of characters associated with an account
* Support JsonWebAPI for authentication
* Optionally display the highest population achieved on your server
* Minor appearance tweaks
= 0.11 =
* Secret keys can now be used to secure communications from SWG Server
* Fixed an issue where some settings couldn't be changed
@@ -65,6 +71,9 @@ If you're running a Star Wars Galaxies server, now you can use WordPress to mana
== Upgrade Notice ==
= 0.12 =
* New features
= 0.11 =
* Secret Keys and Bug Fixes