Plugin Directory

Changeset 2792256


Ignore:
Timestamp:
09/30/2022 05:46:23 AM (4 years ago)
Author:
wpintegrate
Message:

tested up to 6.0.2

Location:
o365-wp-restrict/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • o365-wp-restrict/trunk/o365-wp-restrict.php

    r2707372 r2792256  
    33    * Plugin Name: Intranet and Extranet with O365 Login
    44    * Plugin URI: http://wpintegrate.com
    5     * Version: 1.3
     5    * Version: 1.4
    66    * Author: contact@wpintegrate.com
    77    * Author URI: contact@wpintegrate.com
     
    1515define( 'O365_WP_RESTRICT_PATH', plugin_dir_path(__FILE__) );
    1616define( 'O365_WP_RESTRICT_URL', plugin_dir_url(__FILE__) );
    17 define( 'O365_WP_RESTRICT_VERSION', '1.0' );
     17define( 'O365_WP_RESTRICT_VERSION', '1.4' );
    1818define( 'O365_WP_RESTRICT_BASENAME', plugin_basename(__FILE__));
    1919
  • o365-wp-restrict/trunk/readme.txt

    r2707372 r2792256  
    44Tags: office 365, intranet extranet, limited access, protect, restriction
    55Requires at least: 3.5.2
    6 Tested up to: 5.9.3
     6Tested up to: 6.0.2
    77Requires PHP: 5.6.36
    8 Stable tag: 1.3
     8Stable tag: 1.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.