PluginProbe
Authorizer / 2.6.20
Authorizer v2.6.20
3.15.3 3.15.2 3.15.1 3.15.0 3.14.3 3.14.4 3.14.2 3.14.1 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.9.0 2.9.1 2.9.10 2.9.11 2.9.12 2.9.13 2.9.2 2.9.3 2.9.6 All 126 releases
← All changes | readme.txt +2 -55 2.8.32.6.20 View file →
@@ -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 -Requires at least: 4.4
5 -Tested up to: 4.9.1
4 +Requires at least: 3.8
5 +Tested up to: 4.8.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,61 +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.3 =
66 -* Fix for using wp-cli to activate the plugin (broke in 2.8.0). Props @timkite for the discovery!
67 -* Fix for network-activating authorizer via wp-cli.
68 -
69 -= 2.8.2 =
70 -* 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!
71 -
72 -= 2.8.1 =
73 -* Force asset reload (coding standards changed the formatting of a lot of js and css assets).
74 -
75 -= 2.8.0 =
76 -* Add authorizer_ldap_search_filter filter (for customizing the LDAP search filter to further restrict LDAP logins). Props @jesus33c for the idea!
77 -* Add authorizer_user_register action. Props @pablo-tapia for the suggestion!
78 -* Allow CAS servers behind redirected URLs. Props @cwhunt for the code!
79 -* Check CAS server reachability by testing serviceValidate endpoint. Props @cwhunt for the code!
80 -* Allow "No role for this site" as a default role for new users. Props @julienlusson for the pull request!
81 -* Update French translations. Props @julienlusson for the pull request!
82 -* Update code to follow WordPress coding standards (php, css, js). Props @michaeldfoley for fixing a bug with our overzealous sanitization!
83 -* Update cacert.pem.
84 -* Fix bug with paging on network approved user list.
85 -* Note: this version requires WordPress 4.4 or later.
86 -
87 -= 2.7.2 =
88 -* Fix Approved User list sort when set to Date approved / Descending (was still showing as ascending).
89 -* Support multiple LDAP search bases. Props @jmutsaerts for the feature request.
90 -
91 -= 2.7.1 =
92 -* Compatibility fix for PHP < 5.5. Props @klausdk for the report!
93 -* Additional fix for role not getting set when adding an existing user to a site in multisite. Props @julienlusson for the fix!
94 -
95 -= 2.7.0 =
96 -* Feature: Approve multiple users at once (by pasting their email addresses into the new approved user field, separated by newlines, spaces, commas, or semicolons).
97 -* Feature: Paging, sorting, and searching in the Approved User list for sites with many users (finally!).
98 -* Update LDAP TLS option for clarity. Props @Scriptkiddi for the pull request!
99 -* Support deprecated multisite constant BLOGID_CURRENT_SITE in addition to BLOG_ID_CURRENT_SITE. Props @er2576 for tracking that down!
100 -* Fix for CAS logouts not working in some situations (remove CAS isAuthenticated() check before CAS logout).
101 -* Fix for updating approved list entry when an email address change is made on the WordPress user profile page in a multisite environment.
102 -* Fix for role not getting set when creating and adding a new user to a blog in multisite. Props @julienlusson for the report and @pkarjala for the fix!
103 -
104 -= 2.6.23 =
105 -* Added ability to disable the dashboard widget (useful on sites with many users until paged user lists are implemented).
106 -* Fix for the multisite option override link always going to the External Services tab.
107 -* Fix for hide/show of Login Access options when certain options are selected.
108 -
109 -= 2.6.22 =
110 -* Fix for regression showing certain private posts. Props @InvisibleMass for finding the bug!
111 -* Fix for users without the php-mbstring extension installed.
112 -* Update jQuery multi-select plugin from 0.9.8 to 0.9.12.
113 -* Fix for bug in syncing user roles during login. Props @dsusco for the pull request!
114 -
115 -= 2.6.21 =
116 -* Fix broken logins caused by regression on previous fix for multivalued email attribute
117 64
118 65 = 2.6.20 =
119 66 * Fix for issue with incorrect parsing of an array of email addresses to be converted to lowercase.
120 67 * Fix for nonce cookie issue on google logins where cookie was being sent after headers, resulting in an error message.