Changeset 2966042
- Timestamp:
- 09/12/2023 05:59:01 PM (2 years ago)
- Location:
- max-access
- Files:
-
- 6 added
- 8 edited
- 1 copied
-
.idea (added)
-
.idea/max-access.iml (added)
-
.idea/modules.xml (added)
-
.idea/php.xml (added)
-
.idea/vcs.xml (added)
-
.idea/workspace.xml (added)
-
tags/1.0.9 (copied) (copied from max-access/trunk)
-
tags/1.0.9/CHANGELOG.md (modified) (1 diff)
-
tags/1.0.9/Readme.md (modified) (1 diff)
-
tags/1.0.9/maxaccess.php (modified) (1 diff)
-
tags/1.0.9/src/Plugin.php (modified) (1 diff)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/Readme.md (modified) (1 diff)
-
trunk/maxaccess.php (modified) (1 diff)
-
trunk/src/Plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
max-access/tags/1.0.9/CHANGELOG.md
r2595260 r2966042 21 21 22 22 * Fixed output before header error 23 24 ## [ 1.0.9 ] - 09/6/2023 25 26 * Tested up to WordPress 6.3.1 27 * Tested up to PHP version 8.2 -
max-access/tags/1.0.9/Readme.md
r2654331 r2966042 7 7 Author URI: https://onlineada.com 8 8 Author: Online ADA 9 Tested up to: 5.8.39 Tested up to: 6.3.1 10 10 Requires at least: 4.6 11 Stable tag: 1.0. 811 Stable tag: 1.0.9 12 12 Version 1.0.8 13 13 Requires PHP: 5.6 -
max-access/tags/1.0.9/maxaccess.php
r2654331 r2966042 4 4 * Plugin URI: https://maxaccess.io/ 5 5 * Description: This plugin helps expedite the Max Access installation process on wordpress by effortlessly connecting your Online ADA account to your website. 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Requires at least: 4.6 8 8 * Requires PHP: 5.6 -
max-access/tags/1.0.9/src/Plugin.php
r2595260 r2966042 11 11 function __construct() { 12 12 Admin::getInstance(); 13 14 if ( get_option('max_access_settings') === null) { 15 set_option( 'max_access_settings' )['max_access_enabled'] = true; 16 set_option( 'max_access_settings' )['oada_license_key'] = null; 17 } 13 18 14 19 if(isset(get_option( 'max_access_settings' )['max_access_enabled'])) { -
max-access/trunk/CHANGELOG.md
r2595260 r2966042 21 21 22 22 * Fixed output before header error 23 24 ## [ 1.0.9 ] - 09/6/2023 25 26 * Tested up to WordPress 6.3.1 27 * Tested up to PHP version 8.2 -
max-access/trunk/Readme.md
r2654331 r2966042 7 7 Author URI: https://onlineada.com 8 8 Author: Online ADA 9 Tested up to: 5.8.39 Tested up to: 6.3.1 10 10 Requires at least: 4.6 11 Stable tag: 1.0. 811 Stable tag: 1.0.9 12 12 Version 1.0.8 13 13 Requires PHP: 5.6 -
max-access/trunk/maxaccess.php
r2654331 r2966042 4 4 * Plugin URI: https://maxaccess.io/ 5 5 * Description: This plugin helps expedite the Max Access installation process on wordpress by effortlessly connecting your Online ADA account to your website. 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Requires at least: 4.6 8 8 * Requires PHP: 5.6 -
max-access/trunk/src/Plugin.php
r2595260 r2966042 11 11 function __construct() { 12 12 Admin::getInstance(); 13 14 if ( get_option('max_access_settings') === null) { 15 set_option( 'max_access_settings' )['max_access_enabled'] = true; 16 set_option( 'max_access_settings' )['oada_license_key'] = null; 17 } 13 18 14 19 if(isset(get_option( 'max_access_settings' )['max_access_enabled'])) {
Note: See TracChangeset
for help on using the changeset viewer.