Plugin Directory

Changeset 3055743


Ignore:
Timestamp:
03/21/2024 03:26:53 AM (2 years ago)
Author:
codeatlantic
Message:

Update to version 2.2.7 from GitHub

Location:
content-control
Files:
2 added
2 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • content-control/tags/2.2.7/content-control.php

    r3055737 r3055743  
    44 * Plugin URI: https://contentcontrolplugin.com/?utm_campaign=plugin-info&utm_source=php-file-header&utm_medium=plugin-ui&utm_content=plugin-uri
    55 * 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.6
     6 * Version: 2.2.7
    77 * Author: Code Atlantic
    88 * Author URI: https://code-atlantic.com/?utm_campaign=plugin-info&utm_source=php-file-header&utm_medium=plugin-ui&utm_content=author-uri
     
    3131        'name'          => \__( 'Content Control', 'content-control' ),
    3232        'slug'          => 'content-control',
    33         'version'       => '2.2.6',
     33        'version'       => '2.2.7',
    3434        'option_prefix' => 'content_control',
    3535        // Maybe remove this and simply prefix `name` with `'Popup Maker'`.
  • content-control/tags/2.2.7/readme.txt

    r3055737 r3055743  
    77Requires at least: 6.2
    88Tested up to: 6.5.0
    9 Stable tag: 2.2.6
     9Stable tag: 2.2.7
    1010Requires PHP: 7.4
    1111License: GPLv3 (or later)
     
    106106== Changelog ==
    107107
     108= v2.2.7 - 03/20/2024 =
     109
     110- Improvement: Fix plugin preview blueprint file location.
     111
    108112= v2.2.6 - 03/20/2024 =
    109113
  • content-control/tags/2.2.7/vendor/composer/installed.php

    r3055737 r3055743  
    22    'root' => array(
    33        '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',
    66        'reference' => null,
    77        'type' => 'wordpress-plugin',
     
    1212    'versions' => array(
    1313        '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',
    1616            'reference' => null,
    1717            'type' => 'wordpress-plugin',
  • content-control/trunk/content-control.php

    r3055737 r3055743  
    44 * Plugin URI: https://contentcontrolplugin.com/?utm_campaign=plugin-info&utm_source=php-file-header&utm_medium=plugin-ui&utm_content=plugin-uri
    55 * 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.6
     6 * Version: 2.2.7
    77 * Author: Code Atlantic
    88 * Author URI: https://code-atlantic.com/?utm_campaign=plugin-info&utm_source=php-file-header&utm_medium=plugin-ui&utm_content=author-uri
     
    3131        'name'          => \__( 'Content Control', 'content-control' ),
    3232        'slug'          => 'content-control',
    33         'version'       => '2.2.6',
     33        'version'       => '2.2.7',
    3434        'option_prefix' => 'content_control',
    3535        // Maybe remove this and simply prefix `name` with `'Popup Maker'`.
  • content-control/trunk/readme.txt

    r3055737 r3055743  
    77Requires at least: 6.2
    88Tested up to: 6.5.0
    9 Stable tag: 2.2.6
     9Stable tag: 2.2.7
    1010Requires PHP: 7.4
    1111License: GPLv3 (or later)
     
    106106== Changelog ==
    107107
     108= v2.2.7 - 03/20/2024 =
     109
     110- Improvement: Fix plugin preview blueprint file location.
     111
    108112= v2.2.6 - 03/20/2024 =
    109113
  • content-control/trunk/vendor/composer/installed.php

    r3055737 r3055743  
    22    'root' => array(
    33        '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',
    66        'reference' => null,
    77        'type' => 'wordpress-plugin',
     
    1212    'versions' => array(
    1313        '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',
    1616            'reference' => null,
    1717            'type' => 'wordpress-plugin',
Note: See TracChangeset for help on using the changeset viewer.