Changeset 2397958
- Timestamp:
- 10/12/2020 12:46:47 PM (5 years ago)
- Location:
- all-in-one-intranet/trunk
- Files:
-
- 2 edited
-
basic_all_in_one_intranet.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
all-in-one-intranet/trunk/basic_all_in_one_intranet.php
r2303132 r2397958 5 5 * Plugin URI: http://wp-glogin.com/all-in-one-intranet 6 6 * Description: Instantly turn WordPress into a private corporate intranet 7 * Version: 1.6 7 * Version: 1.6.1 8 8 * Author: Lever Technology LLC 9 9 * Author URI: http://wp-glogin.com/ … … 19 19 class aioi_basic_all_in_one_intranet extends core_all_in_one_intranet { 20 20 21 protected $PLUGIN_VERSION = '1.6 ';21 protected $PLUGIN_VERSION = '1.6.1'; 22 22 23 23 // Singleton -
all-in-one-intranet/trunk/readme.txt
r2303132 r2397958 3 3 Tags: authentication, company, intranet, extranet, private, privacy, network, security, visibility, secure 4 4 Requires at least: 3.5 5 Tested up to: 5. 4.16 Stable tag: 1.6 5 Tested up to: 5.5.1 6 Stable tag: 1.6.1 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 111 111 == Changelog == 112 112 113 = 1.6.1 = 114 115 Security update and added WordPress 5.5.1 compatibility. 116 113 117 = 1.6 = 114 118
Note: See TracChangeset
for help on using the changeset viewer.