Changeset 2749845
- Timestamp:
- 06/29/2022 05:36:54 PM (4 years ago)
- Location:
- wp-cassify/trunk
- Files:
-
- 3 edited
-
classes/wp_cassify_plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-cassify.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-cassify/trunk/classes/wp_cassify_plugin.php
r2688856 r2749845 1512 1512 $wp_cassify_notifications_smtp_password, 1513 1513 esc_attr( WP_Cassify_Utils::wp_cassify_get_option( $this->wp_cassify_network_activated, 'wp_cassify_notifications_smtp_port' ) ), 1514 $wp_cassify_notifications_smtp_auth_enabled ,1514 $wp_cassify_notifications_smtp_auth_enabled 1515 1515 ); 1516 1516 -
wp-cassify/trunk/readme.txt
r2749452 r2749845 7 7 Tested up to: 6.0 8 8 Requires PHP: 7.0 9 Stable tag: 2. 2.99 Stable tag: 2.3.0 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 143 143 == Changelog == 144 144 145 = 2.3.0 = 146 * Some bugfix 147 145 148 = 2.2.9 = 146 149 * Add PHP8 support (experimental). Reordering optionnal parameters to delete PHP8 deprecated warnings. Replace deprecated method wp_get_sites() by get_sites(). -
wp-cassify/trunk/wp-cassify.php
r2749452 r2749845 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.97 * Version: 2.3.0 8 8 * Requires PHP: 7.0 9 9 * Author: Alain-Aymerick FRANCOIS
Note: See TracChangeset
for help on using the changeset viewer.