Plugin Directory

Changeset 3057612

Timestamp:
03/24/2024 10:34:16 AM (2 years ago)
Author:
amadeuarderiu
Message:

Update to version 1.0.6 from GitHub

Location:
protect-my-content
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • protect-my-content/tags/1.0.6/protect-my-content.php

    r3006909 r3057612  
    88 * Plugin URI:        https://github.com/Sirvelia/protect-my-content/
    99 * Description:       A simple plugin to protect your content from humans and bots.
    10  * Version:           1.0.5
     10 * Version:           1.0.
    1111 * Author:            Sirvelia
    1212 * Author URI:        https://sirvelia.com/
     
    2222
    2323// PLUGIN CONSTANTS
    24 define('PROTECTMYCONTENT_VERSION', '1.0.5');
     24define('PROTECTMYCONTENT_VERSION', '1.0.');
    2525define('PROTECTMYCONTENT_PATH', plugin_dir_path(__FILE__));
    2626define('PROTECTMYCONTENT_BASENAME', plugin_basename(__FILE__));
  • protect-my-content/tags/1.0.6/readme.txt

    r3006909 r3057612  
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1111
    12 A simple WordPress plugin that helps proteting the site's content from humans and bots.
     12A simple WordPress plugin that helps proteting the site's content from humans and bots.
    1313
    1414== Description ==
    1515
    16 A simple WordPress plugin that helps proteting the site's content from humans and bots.
     16A simple WordPress plugin that helps proteting the site's content from humans and bots.
    1717
    1818There are some protections available:
     
    2424* Disable Iframe Embedding:
    2525prevents embedding any website URL in an Iframe
    26 * Protect REST API: protect the rest api for only logged in users
     26* Protect REST API: protect the for only logged in users
    2727
    2828Admin settings are available in Settings/Content Protection.
     
    4747== Changelog ==
    4848
     49
     50
     51
    4952= 1.0.5 =
    5053* Readme updated.
  • protect-my-content/tags/1.0.6/vendor/composer/installed.php

    r3006909 r3057612  
    22    'root' => array(
    33        'name' => 'sirvelia/protect-my-content',
    4         'pretty_version' => '1.0.5',
    5         'version' => '1.0.5.0',
    6         'reference' => '321f078735ea1eba755c74d62fd9f2ffba55db63',
     4        'pretty_version' => '1.0.',
     5        'version' => '1.0..0',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'sirvelia/protect-my-content' => array(
    14             'pretty_version' => '1.0.5',
    15             'version' => '1.0.5.0',
    16             'reference' => '321f078735ea1eba755c74d62fd9f2ffba55db63',
     14            'pretty_version' => '1.0.',
     15            'version' => '1.0..0',
     16            'reference' => '',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • protect-my-content/trunk/protect-my-content.php

    r3006909 r3057612  
    88 * Plugin URI:        https://github.com/Sirvelia/protect-my-content/
    99 * Description:       A simple plugin to protect your content from humans and bots.
    10  * Version:           1.0.5
     10 * Version:           1.0.
    1111 * Author:            Sirvelia
    1212 * Author URI:        https://sirvelia.com/
     
    2222
    2323// PLUGIN CONSTANTS
    24 define('PROTECTMYCONTENT_VERSION', '1.0.5');
     24define('PROTECTMYCONTENT_VERSION', '1.0.');
    2525define('PROTECTMYCONTENT_PATH', plugin_dir_path(__FILE__));
    2626define('PROTECTMYCONTENT_BASENAME', plugin_basename(__FILE__));
  • protect-my-content/trunk/readme.txt

    r3006909 r3057612  
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1111
    12 A simple WordPress plugin that helps proteting the site's content from humans and bots.
     12A simple WordPress plugin that helps proteting the site's content from humans and bots.
    1313
    1414== Description ==
    1515
    16 A simple WordPress plugin that helps proteting the site's content from humans and bots.
     16A simple WordPress plugin that helps proteting the site's content from humans and bots.
    1717
    1818There are some protections available:
     
    2424* Disable Iframe Embedding:
    2525prevents embedding any website URL in an Iframe
    26 * Protect REST API: protect the rest api for only logged in users
     26* Protect REST API: protect the for only logged in users
    2727
    2828Admin settings are available in Settings/Content Protection.
     
    4747== Changelog ==
    4848
     49
     50
     51
    4952= 1.0.5 =
    5053* Readme updated.
  • protect-my-content/trunk/vendor/composer/installed.php

    r3006909 r3057612  
    22    'root' => array(
    33        'name' => 'sirvelia/protect-my-content',
    4         'pretty_version' => '1.0.5',
    5         'version' => '1.0.5.0',
    6         'reference' => '321f078735ea1eba755c74d62fd9f2ffba55db63',
     4        'pretty_version' => '1.0.',
     5        'version' => '1.0..0',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'sirvelia/protect-my-content' => array(
    14             'pretty_version' => '1.0.5',
    15             'version' => '1.0.5.0',
    16             'reference' => '321f078735ea1eba755c74d62fd9f2ffba55db63',
     14            'pretty_version' => '1.0.',
     15            'version' => '1.0..0',
     16            'reference' => '',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.