Changeset 3057612
- Timestamp:
- 03/24/2024 10:34:16 AM (2 years ago)
- Location:
- protect-my-content
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.6 (copied) (copied from protect-my-content/trunk)
-
tags/1.0.6/protect-my-content.php (modified) (2 diffs)
-
tags/1.0.6/readme.txt (modified) (3 diffs)
-
tags/1.0.6/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.6/protect-my-content.php
r3006909 r3057612 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. 510 * 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. 5');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.6/readme.txt
r3006909 r3057612 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html 11 11 12 A simple WordPress plugin that helps prote ting the site's content from humans and bots.12 A simple WordPress plugin that helps proteting the site's content from humans and bots. 13 13 14 14 == Description == 15 15 16 A simple WordPress plugin that helps prote ting the site's content from humans and bots.16 A simple WordPress plugin that helps proteting the site's content from humans and bots. 17 17 18 18 There are some protections available: … … 24 24 * Disable Iframe Embedding: 25 25 prevents embedding any website URL in an Iframe 26 * Protect REST API: protect the rest apifor only logged in users26 * Protect REST API: protect the for only logged in users 27 27 28 28 Admin settings are available in Settings/Content Protection. … … 47 47 == Changelog == 48 48 49 50 51 49 52 = 1.0.5 = 50 53 * Readme updated. -
protect-my-content/tags/1.0.6/vendor/composer/installed.php
r3006909 r3057612 2 2 'root' => array( 3 3 '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' => '', 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. 5',15 'version' => '1.0. 5.0',16 'reference' => ' 321f078735ea1eba755c74d62fd9f2ffba55db63',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
r3006909 r3057612 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. 510 * 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. 5');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
r3006909 r3057612 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html 11 11 12 A simple WordPress plugin that helps prote ting the site's content from humans and bots.12 A simple WordPress plugin that helps proteting the site's content from humans and bots. 13 13 14 14 == Description == 15 15 16 A simple WordPress plugin that helps prote ting the site's content from humans and bots.16 A simple WordPress plugin that helps proteting the site's content from humans and bots. 17 17 18 18 There are some protections available: … … 24 24 * Disable Iframe Embedding: 25 25 prevents embedding any website URL in an Iframe 26 * Protect REST API: protect the rest apifor only logged in users26 * Protect REST API: protect the for only logged in users 27 27 28 28 Admin settings are available in Settings/Content Protection. … … 47 47 == Changelog == 48 48 49 50 51 49 52 = 1.0.5 = 50 53 * Readme updated. -
protect-my-content/trunk/vendor/composer/installed.php
r3006909 r3057612 2 2 'root' => array( 3 3 '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' => '', 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. 5',15 'version' => '1.0. 5.0',16 'reference' => ' 321f078735ea1eba755c74d62fd9f2ffba55db63',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.