Changeset 3006909
- Timestamp:
- 12/07/2023 04:11:32 PM (2 years ago)
- Location:
- protect-my-content
- Files:
-
- 3 added
- 6 edited
- 1 copied
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon.png (added)
-
tags/1.0.5 (copied) (copied from protect-my-content/trunk)
-
tags/1.0.5/protect-my-content.php (modified) (2 diffs)
-
tags/1.0.5/readme.txt (modified) (3 diffs)
-
tags/1.0.5/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/protect-my-content.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
protect-my-content/tags/1.0.5/protect-my-content.php
r3006903 r3006909 8 8 * Plugin URI: https://github.com/Sirvelia/protect-my-content/ 9 9 * Description: A simple plugin to protect your content from humans and bots. 10 * Version: 1.0. 410 * Version: 1.0. 11 11 * Author: Sirvelia 12 12 * Author URI: https://sirvelia.com/ … … 22 22 23 23 // PLUGIN CONSTANTS 24 define('PROTECTMYCONTENT_VERSION', '1.0. 4');24 define('PROTECTMYCONTENT_VERSION', '1.0.'); 25 25 define('PROTECTMYCONTENT_PATH', plugin_dir_path(__FILE__)); 26 26 define('PROTECTMYCONTENT_BASENAME', plugin_basename(__FILE__)); -
protect-my-content/tags/1.0.5/readme.txt
r3006903 r3006909 6 6 Tested up to: 6.4 7 7 Requires PHP: 7.4 8 Stable Tag: 1.0. 48 Stable Tag: 1.0. 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 18 18 There are some protections available: 19 19 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: 23 disable the content feed provided by WordPress 24 * Disable Iframe Embedding: 25 prevents embedding any website URL in an Iframe 26 * Protect REST API: protect the rest api for only logged in users 25 27 26 28 Admin settings are available in Settings/Content Protection. … … 45 47 == Changelog == 46 48 49 50 51 47 52 = 1.0.4 = 48 53 * Initial release. -
protect-my-content/tags/1.0.5/vendor/composer/installed.php
r3006903 r3006909 2 2 'root' => array( 3 3 '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' => '', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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' => '', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
protect-my-content/trunk/protect-my-content.php
r3006903 r3006909 8 8 * Plugin URI: https://github.com/Sirvelia/protect-my-content/ 9 9 * Description: A simple plugin to protect your content from humans and bots. 10 * Version: 1.0. 410 * Version: 1.0. 11 11 * Author: Sirvelia 12 12 * Author URI: https://sirvelia.com/ … … 22 22 23 23 // PLUGIN CONSTANTS 24 define('PROTECTMYCONTENT_VERSION', '1.0. 4');24 define('PROTECTMYCONTENT_VERSION', '1.0.'); 25 25 define('PROTECTMYCONTENT_PATH', plugin_dir_path(__FILE__)); 26 26 define('PROTECTMYCONTENT_BASENAME', plugin_basename(__FILE__)); -
protect-my-content/trunk/readme.txt
r3006903 r3006909 6 6 Tested up to: 6.4 7 7 Requires PHP: 7.4 8 Stable Tag: 1.0. 48 Stable Tag: 1.0. 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 18 18 There are some protections available: 19 19 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: 23 disable the content feed provided by WordPress 24 * Disable Iframe Embedding: 25 prevents embedding any website URL in an Iframe 26 * Protect REST API: protect the rest api for only logged in users 25 27 26 28 Admin settings are available in Settings/Content Protection. … … 45 47 == Changelog == 46 48 49 50 51 47 52 = 1.0.4 = 48 53 * Initial release. -
protect-my-content/trunk/vendor/composer/installed.php
r3006903 r3006909 2 2 'root' => array( 3 3 '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' => '', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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' => '', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.