| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | === Authorizer === |
| 2 | 2 | Contributors: figureone, the_magician, pkarjala, aargh-a-knot, elarequi, jojaba |
| 3 | 3 | Tags: cas, ldap, google, google plus, login, authentication, authorization, access, education, limit login attempts, oauth |
| 4 | 4 | Requires at least: 4.4 |
| 5 | -Tested up to: 5.1.0 | |
| 5 | +Tested up to: 4.9.1 | |
| 6 | 6 | Stable tag: trunk |
| 7 | 7 | License: GPLv2 or later |
| 8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | 9 | |
| @@ -60,41 +60,8 @@ | ||
| 60 | 60 | 11. Authorizer Network Admin Options: Advanced. |
| 61 | 61 | 12. Authorizer Option overridden by a Network Admin Option. |
| 62 | 62 | |
| 63 | 63 | == Changelog == |
| 64 | - | |
| 65 | -= 2.8.8 = | |
| 66 | -* Add missing database migration for new option added in last version. | |
| 67 | - | |
| 68 | -= 2.8.7 = | |
| 69 | -* Allow CAS servers to link to WordPress accounts via username instead of email (less secure, but supports more uncommon server configurations). Props @mrn55 for the suggestion! | |
| 70 | -* Clarify that new local WordPress users get emailed an activation link, not a password. | |
| 71 | -* Update French translations. Props @julienlusson for the updates! | |
| 72 | -* Update translatable strings. | |
| 73 | -* Use the WordPress certificate bundle at /wp-includes/certificates/ca-bundle.crt instead of our own. Props @julienlusson for leading us there! | |
| 74 | -* Fix for PHP warning in edge case where user isn't allowed to log in. | |
| 75 | -* Fix pager button styles in Approved User list. | |
| 76 | -* Fix multisite approved users showing on a site with "override multisite options" enabled. | |
| 77 | -* Fix for Chrome autofilling the new Blocked User field with saved login email. | |
| 78 | - | |
| 79 | -= 2.8.6 = | |
| 80 | -* Feature: Specify a domain wildcard (e.g., “@example.com”) in the block list to block all emails from that domain. Props @olhirt for the feature request! | |
| 81 | - | |
| 82 | -= 2.8.5 = | |
| 83 | -* Update phpCAS library from 1.3.5 to 1.3.6. PHP 7.2 users running CAS are now fully supported. Props @julienlusson for the pull request! | |
| 84 | - | |
| 85 | -= 2.8.4 = | |
| 86 | -* Fix when inviting existing users to a blog in multisite and setting a role with a display name that doesn't match the role name. Props @julienlusson for finding the bug! | |
| 87 | - | |
| 88 | -= 2.8.3 = | |
| 89 | -* Fix for using wp-cli to activate the plugin (broke in 2.8.0). Props @timkite for the discovery! | |
| 90 | -* Fix for network-activating authorizer via wp-cli. | |
| 91 | - | |
| 92 | -= 2.8.2 = | |
| 93 | -* Revert overly strict querystring sanitization (caused CAS login problems in servers that don’t encode forward slashes as %2F in querystring values). Props @anamba for the report and bug testing! | |
| 94 | - | |
| 95 | -= 2.8.1 = | |
| 96 | -* Force asset reload (coding standards changed the formatting of a lot of js and css assets). | |
| 97 | 64 | |
| 98 | 65 | = 2.8.0 = |
| 99 | 66 | * Add authorizer_ldap_search_filter filter (for customizing the LDAP search filter to further restrict LDAP logins). Props @jesus33c for the idea! |
| 100 | 67 | * Add authorizer_user_register action. Props @pablo-tapia for the suggestion! |