Plugin Directory

Changeset 3006909

Timestamp:
12/07/2023 04:11:32 PM (2 years ago)
Author:
amadeuarderiu
Message:

Update to version 1.0.5 from GitHub

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

Legend:

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

    r3006903 r3006909  
    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.4
     10 * Version:           1.0.
    1111 * Author:            Sirvelia
    1212 * Author URI:        https://sirvelia.com/
     
    2222
    2323// PLUGIN CONSTANTS
    24 define('PROTECTMYCONTENT_VERSION', '1.0.4');
     24define('PROTECTMYCONTENT_VERSION', '1.0.');
    2525define('PROTECTMYCONTENT_PATH', plugin_dir_path(__FILE__));
    2626define('PROTECTMYCONTENT_BASENAME', plugin_basename(__FILE__));
  • protect-my-content/tags/1.0.5/readme.txt

    r3006903 r3006909  
    66Tested up to: 6.4
    77Requires PHP: 7.4
    8 Stable Tag: 1.0.4
     8Stable Tag: 1.0.
    99License: GPLv3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1818There are some protections available:
    1919
    20 * Disable Contextual Menu
    21 * Disable Text Selection
    22 * Disable Feed
    23 * Disable Iframe Embedding
    24 * Protect REST API
     20* Disable Contextual Menu: disable right mouse button click site-wide
     21* Disable Text Selection: disable the ability to select text throughout the site
     22* Disable Feed:
     23disable the content feed provided by WordPress
     24* Disable Iframe Embedding:
     25prevents embedding any website URL in an Iframe
     26* Protect REST API: protect the rest api for only logged in users
    2527
    2628Admin settings are available in Settings/Content Protection.
     
    4547== Changelog ==
    4648
     49
     50
     51
    4752= 1.0.4 =
    4853* Initial release.
  • protect-my-content/tags/1.0.5/vendor/composer/installed.php

    r3006903 r3006909  
    22    'root' => array(
    33        'name' => 'sirvelia/protect-my-content',
    4         'pretty_version' => '1.0.4',
    5         'version' => '1.0.4.0',
    6         'reference' => 'daa66ba12df8a7d0f808c70cfe3119e443d6bee8',
     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.4',
    15             'version' => '1.0.4.0',
    16             'reference' => 'daa66ba12df8a7d0f808c70cfe3119e443d6bee8',
     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

    r3006903 r3006909  
    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.4
     10 * Version:           1.0.
    1111 * Author:            Sirvelia
    1212 * Author URI:        https://sirvelia.com/
     
    2222
    2323// PLUGIN CONSTANTS
    24 define('PROTECTMYCONTENT_VERSION', '1.0.4');
     24define('PROTECTMYCONTENT_VERSION', '1.0.');
    2525define('PROTECTMYCONTENT_PATH', plugin_dir_path(__FILE__));
    2626define('PROTECTMYCONTENT_BASENAME', plugin_basename(__FILE__));
  • protect-my-content/trunk/readme.txt

    r3006903 r3006909  
    66Tested up to: 6.4
    77Requires PHP: 7.4
    8 Stable Tag: 1.0.4
     8Stable Tag: 1.0.
    99License: GPLv3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1818There are some protections available:
    1919
    20 * Disable Contextual Menu
    21 * Disable Text Selection
    22 * Disable Feed
    23 * Disable Iframe Embedding
    24 * Protect REST API
     20* Disable Contextual Menu: disable right mouse button click site-wide
     21* Disable Text Selection: disable the ability to select text throughout the site
     22* Disable Feed:
     23disable the content feed provided by WordPress
     24* Disable Iframe Embedding:
     25prevents embedding any website URL in an Iframe
     26* Protect REST API: protect the rest api for only logged in users
    2527
    2628Admin settings are available in Settings/Content Protection.
     
    4547== Changelog ==
    4648
     49
     50
     51
    4752= 1.0.4 =
    4853* Initial release.
  • protect-my-content/trunk/vendor/composer/installed.php

    r3006903 r3006909  
    22    'root' => array(
    33        'name' => 'sirvelia/protect-my-content',
    4         'pretty_version' => '1.0.4',
    5         'version' => '1.0.4.0',
    6         'reference' => 'daa66ba12df8a7d0f808c70cfe3119e443d6bee8',
     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.4',
    15             'version' => '1.0.4.0',
    16             'reference' => 'daa66ba12df8a7d0f808c70cfe3119e443d6bee8',
     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.