Changeset 2749452
- Timestamp:
- 06/29/2022 06:13:29 AM (4 years ago)
- Location:
- wp-cassify/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wp-cassify.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-cassify/trunk/readme.txt
r2688827 r2749452 5 5 Donate link: https://wpcassify.wordpress.com/donate/ 6 6 Requires at least: 4.4 7 Tested up to: 5.7.17 Tested up to: 6.0 8 8 Requires PHP: 7.0 9 Stable tag: 2.2. 89 Stable tag: 2.2.9 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 34 34 = Features included = 35 35 36 * NEW FEATURES !!!37 36 * SLO (Single Log Out) support (thanks to dedotombo and me) 38 37 * Adding NCONTAINS operator (thanks to blandman) … … 145 144 146 145 = 2.2.9 = 147 * Add PHP8 support 146 * Add PHP8 support (experimental). Reordering optionnal parameters to delete PHP8 deprecated warnings. Replace deprecated method wp_get_sites() by get_sites(). 148 147 149 148 = 2.2.8 = -
wp-cassify/trunk/wp-cassify.php
r2690954 r2749452 5 5 * Plugin URI: https://wpcassify.wordpress.com/ 6 6 * Description: CAS Authentication Client for Wordpress. Also, it handle custom authorizations rules from cas user attributes. 7 * Version: 2.2. 87 * Version: 2.2.9 8 8 * Requires PHP: 7.0 9 9 * Author: Alain-Aymerick FRANCOIS
Note: See TracChangeset
for help on using the changeset viewer.