Changeset 2792256
- Timestamp:
- 09/30/2022 05:46:23 AM (4 years ago)
- Location:
- o365-wp-restrict/trunk
- Files:
-
- 2 edited
-
o365-wp-restrict.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
o365-wp-restrict/trunk/o365-wp-restrict.php
r2707372 r2792256 3 3 * Plugin Name: Intranet and Extranet with O365 Login 4 4 * Plugin URI: http://wpintegrate.com 5 * Version: 1. 35 * Version: 1.4 6 6 * Author: contact@wpintegrate.com 7 7 * Author URI: contact@wpintegrate.com … … 15 15 define( 'O365_WP_RESTRICT_PATH', plugin_dir_path(__FILE__) ); 16 16 define( 'O365_WP_RESTRICT_URL', plugin_dir_url(__FILE__) ); 17 define( 'O365_WP_RESTRICT_VERSION', '1. 0' );17 define( 'O365_WP_RESTRICT_VERSION', '1.4' ); 18 18 define( 'O365_WP_RESTRICT_BASENAME', plugin_basename(__FILE__)); 19 19 -
o365-wp-restrict/trunk/readme.txt
r2707372 r2792256 4 4 Tags: office 365, intranet extranet, limited access, protect, restriction 5 5 Requires at least: 3.5.2 6 Tested up to: 5.9.36 Tested up to: 6.0.2 7 7 Requires PHP: 5.6.36 8 Stable tag: 1. 38 Stable tag: 1.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.