Plugin Directory

Changeset 3137280


Ignore:
Timestamp:
08/18/2024 05:54:45 PM (19 months ago)
Author:
pluginly
Message:

Update to version 1.0.1 from GitHub

Location:
content-restriction
Files:
65 added
2 deleted
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • content-restriction/tags/1.0.1/config.php

    r3137277 r3137280  
    99
    1010return [
    11     'version'     => '1.0.0',
     11    'version'     => '1.0.1',
    1212    'min_php'     => '7.4',
    1313    'db_version'  => '1.0.0',
  • content-restriction/tags/1.0.1/content-restriction.php

    r3137277 r3137280  
    66 * Plugin URI: https://wordpress.org/plugins/content-restriction/
    77 * Description: Content Restriction - A simple and user-friendly plugin to restrict users / visitors from viewing posts by restricting access, as simple as that.
    8  * Version: 1.0.0
     8 * Version: 1.0.1
    99 * Author: Pluginly
    1010 * Author URI: https://profiles.wordpress.org/pluginly/
  • content-restriction/tags/1.0.1/languages/content-restriction.pot

    r3137277 r3137280  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: All-in-One Content Restriction 1.0.0\n"
     5"Project-Id-Version: All-in-One Content Restriction 1.0.1\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/content-restriction\n"
    8 "POT-Creation-Date: 2024-08-18 17:14:20+00:00\n"
     8"POT-Creation-Date: 2024-08-18 17:54:24+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • content-restriction/tags/1.0.1/readme.txt

    r3137277 r3137280  
    55Tested up to: 6.6
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 All-in-One Content Restriction is a comprehensive, easy to use & feature-packed WordPress content restriction plugin to set content access rules for any user - whether logged in, holding specific user role, or a visitor.
     11All-in-One Content Restriction is a comprehensive, easy to use & feature-packed WordPress content restriction plugin.
    1212
    1313== Description ==
     
    120120== Changelog ==
    121121
    122 = 1.0.0 – Aug 15, 2024 =
    123 * Initial Release 
     122= 1.0.0 – Aug 18, 2024 =
     123* Initial Release
  • content-restriction/tags/1.0.1/vendor/composer/installed.php

    r3137277 r3137280  
    22    'root' => array(
    33        'name' => 'pluginly/content-restriction',
    4         'pretty_version' => '1.0.0',
    5         'version' => '1.0.0.0',
    6         'reference' => '4bdfc156f0e03b0fe529a7443e1723dd95f68b38',
     4        'pretty_version' => '1.0.1',
     5        'version' => '1.0.1.0',
     6        'reference' => '5ea4675332e24203269ea1f41aec5e3a0ffc7493',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'pluginly/content-restriction' => array(
    14             'pretty_version' => '1.0.0',
    15             'version' => '1.0.0.0',
    16             'reference' => '4bdfc156f0e03b0fe529a7443e1723dd95f68b38',
     14            'pretty_version' => '1.0.1',
     15            'version' => '1.0.1.0',
     16            'reference' => '5ea4675332e24203269ea1f41aec5e3a0ffc7493',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • content-restriction/trunk/config.php

    r3137277 r3137280  
    99
    1010return [
    11     'version'     => '1.0.0',
     11    'version'     => '1.0.1',
    1212    'min_php'     => '7.4',
    1313    'db_version'  => '1.0.0',
  • content-restriction/trunk/content-restriction.php

    r3137277 r3137280  
    66 * Plugin URI: https://wordpress.org/plugins/content-restriction/
    77 * Description: Content Restriction - A simple and user-friendly plugin to restrict users / visitors from viewing posts by restricting access, as simple as that.
    8  * Version: 1.0.0
     8 * Version: 1.0.1
    99 * Author: Pluginly
    1010 * Author URI: https://profiles.wordpress.org/pluginly/
  • content-restriction/trunk/languages/content-restriction.pot

    r3137277 r3137280  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: All-in-One Content Restriction 1.0.0\n"
     5"Project-Id-Version: All-in-One Content Restriction 1.0.1\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/content-restriction\n"
    8 "POT-Creation-Date: 2024-08-18 17:14:20+00:00\n"
     8"POT-Creation-Date: 2024-08-18 17:54:24+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • content-restriction/trunk/readme.txt

    r3137277 r3137280  
    55Tested up to: 6.6
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 All-in-One Content Restriction is a comprehensive, easy to use & feature-packed WordPress content restriction plugin to set content access rules for any user - whether logged in, holding specific user role, or a visitor.
     11All-in-One Content Restriction is a comprehensive, easy to use & feature-packed WordPress content restriction plugin.
    1212
    1313== Description ==
     
    120120== Changelog ==
    121121
    122 = 1.0.0 – Aug 15, 2024 =
    123 * Initial Release 
     122= 1.0.0 – Aug 18, 2024 =
     123* Initial Release
  • content-restriction/trunk/vendor/composer/installed.php

    r3137277 r3137280  
    22    'root' => array(
    33        'name' => 'pluginly/content-restriction',
    4         'pretty_version' => '1.0.0',
    5         'version' => '1.0.0.0',
    6         'reference' => '4bdfc156f0e03b0fe529a7443e1723dd95f68b38',
     4        'pretty_version' => '1.0.1',
     5        'version' => '1.0.1.0',
     6        'reference' => '5ea4675332e24203269ea1f41aec5e3a0ffc7493',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'pluginly/content-restriction' => array(
    14             'pretty_version' => '1.0.0',
    15             'version' => '1.0.0.0',
    16             'reference' => '4bdfc156f0e03b0fe529a7443e1723dd95f68b38',
     14            'pretty_version' => '1.0.1',
     15            'version' => '1.0.1.0',
     16            'reference' => '5ea4675332e24203269ea1f41aec5e3a0ffc7493',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.