Changeset 3055743
- Timestamp:
- 03/21/2024 03:26:53 AM (2 years ago)
- Location:
- content-control
- Files:
-
- 2 added
- 2 deleted
- 6 edited
- 1 copied
-
tags/2.2.7 (copied) (copied from content-control/trunk)
-
tags/2.2.7/assets/blueprint.json (added)
-
tags/2.2.7/assets/blueprints (deleted)
-
tags/2.2.7/content-control.php (modified) (2 diffs)
-
tags/2.2.7/readme.txt (modified) (2 diffs)
-
tags/2.2.7/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/assets/blueprint.json (added)
-
trunk/assets/blueprints (deleted)
-
trunk/content-control.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
content-control/tags/2.2.7/content-control.php
r3055737 r3055743 4 4 * Plugin URI: https://contentcontrolplugin.com/?utm_campaign=plugin-info&utm_source=php-file-header&utm_medium=plugin-ui&utm_content=plugin-uri 5 5 * Description: Restrict content to logged in/out users or specific user roles. Restrict access to certain parts of a page/post. Control the visibility of widgets. 6 * Version: 2.2. 66 * Version: 2.2.7 7 7 * Author: Code Atlantic 8 8 * Author URI: https://code-atlantic.com/?utm_campaign=plugin-info&utm_source=php-file-header&utm_medium=plugin-ui&utm_content=author-uri … … 31 31 'name' => \__( 'Content Control', 'content-control' ), 32 32 'slug' => 'content-control', 33 'version' => '2.2. 6',33 'version' => '2.2.7', 34 34 'option_prefix' => 'content_control', 35 35 // Maybe remove this and simply prefix `name` with `'Popup Maker'`. -
content-control/tags/2.2.7/readme.txt
r3055737 r3055743 7 7 Requires at least: 6.2 8 8 Tested up to: 6.5.0 9 Stable tag: 2.2. 69 Stable tag: 2.2.7 10 10 Requires PHP: 7.4 11 11 License: GPLv3 (or later) … … 106 106 == Changelog == 107 107 108 = v2.2.7 - 03/20/2024 = 109 110 - Improvement: Fix plugin preview blueprint file location. 111 108 112 = v2.2.6 - 03/20/2024 = 109 113 -
content-control/tags/2.2.7/vendor/composer/installed.php
r3055737 r3055743 2 2 'root' => array( 3 3 'name' => 'code-atlantic/content-control', 4 'pretty_version' => '2.2. 6',5 'version' => '2.2. 6.0',4 'pretty_version' => '2.2.7', 5 'version' => '2.2.7.0', 6 6 'reference' => null, 7 7 'type' => 'wordpress-plugin', … … 12 12 'versions' => array( 13 13 'code-atlantic/content-control' => array( 14 'pretty_version' => '2.2. 6',15 'version' => '2.2. 6.0',14 'pretty_version' => '2.2.7', 15 'version' => '2.2.7.0', 16 16 'reference' => null, 17 17 'type' => 'wordpress-plugin', -
content-control/trunk/content-control.php
r3055737 r3055743 4 4 * Plugin URI: https://contentcontrolplugin.com/?utm_campaign=plugin-info&utm_source=php-file-header&utm_medium=plugin-ui&utm_content=plugin-uri 5 5 * Description: Restrict content to logged in/out users or specific user roles. Restrict access to certain parts of a page/post. Control the visibility of widgets. 6 * Version: 2.2. 66 * Version: 2.2.7 7 7 * Author: Code Atlantic 8 8 * Author URI: https://code-atlantic.com/?utm_campaign=plugin-info&utm_source=php-file-header&utm_medium=plugin-ui&utm_content=author-uri … … 31 31 'name' => \__( 'Content Control', 'content-control' ), 32 32 'slug' => 'content-control', 33 'version' => '2.2. 6',33 'version' => '2.2.7', 34 34 'option_prefix' => 'content_control', 35 35 // Maybe remove this and simply prefix `name` with `'Popup Maker'`. -
content-control/trunk/readme.txt
r3055737 r3055743 7 7 Requires at least: 6.2 8 8 Tested up to: 6.5.0 9 Stable tag: 2.2. 69 Stable tag: 2.2.7 10 10 Requires PHP: 7.4 11 11 License: GPLv3 (or later) … … 106 106 == Changelog == 107 107 108 = v2.2.7 - 03/20/2024 = 109 110 - Improvement: Fix plugin preview blueprint file location. 111 108 112 = v2.2.6 - 03/20/2024 = 109 113 -
content-control/trunk/vendor/composer/installed.php
r3055737 r3055743 2 2 'root' => array( 3 3 'name' => 'code-atlantic/content-control', 4 'pretty_version' => '2.2. 6',5 'version' => '2.2. 6.0',4 'pretty_version' => '2.2.7', 5 'version' => '2.2.7.0', 6 6 'reference' => null, 7 7 'type' => 'wordpress-plugin', … … 12 12 'versions' => array( 13 13 'code-atlantic/content-control' => array( 14 'pretty_version' => '2.2. 6',15 'version' => '2.2. 6.0',14 'pretty_version' => '2.2.7', 15 'version' => '2.2.7.0', 16 16 'reference' => null, 17 17 'type' => 'wordpress-plugin',
Note: See TracChangeset
for help on using the changeset viewer.