Plugin Directory

Changeset 2749845


Ignore:
Timestamp:
06/29/2022 05:36:54 PM (4 years ago)
Author:
aaf017
Message:

some bugfixes

Location:
wp-cassify/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-cassify/trunk/classes/wp_cassify_plugin.php

    r2688856 r2749845  
    15121512            $wp_cassify_notifications_smtp_password,
    15131513            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
    15151515        );
    15161516       
  • wp-cassify/trunk/readme.txt

    r2749452 r2749845  
    77Tested up to: 6.0
    88Requires PHP: 7.0
    9 Stable tag: 2.2.9
     9Stable tag: 2.3.0
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    143143== Changelog ==
    144144
     145= 2.3.0 =
     146* Some bugfix
     147
    145148= 2.2.9 =
    146149* 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  
    55 * Plugin URI: https://wpcassify.wordpress.com/
    66 * Description: CAS Authentication Client for Wordpress. Also, it handle custom authorizations rules from cas user attributes.
    7  * Version: 2.2.9
     7 * Version: 2.3.0
    88 * Requires PHP: 7.0
    99 * Author: Alain-Aymerick FRANCOIS
Note: See TracChangeset for help on using the changeset viewer.