Version Description
(03 May 2020) =
- Fixed an issue where the favicons were not getting displayed on the site.
- Compatibility with WordPress 5.4
Download this release
Release Info
Developer | Dhruvin |
Plugin | WP Content Copy Protection |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.2
- includes/class-protection.php +1 -1
- readme.txt +24 -13
- wpccpl.php +4 -4
includes/class-protection.php
CHANGED
@@ -41,7 +41,7 @@ class Protection {
|
|
41 |
add_action( 'wp_enqueue_scripts', [ __CLASS__, 'register_assets' ] );
|
42 |
register_activation_hook( WPCCP_PLUGIN_FILE, [ __CLASS__, 'on_activation' ] );
|
43 |
add_action( 'wp', [ __CLASS__, 'add_source_padding' ] );
|
44 |
-
add_action( 'wp_head', [ __CLASS__, 'render_noscript' ] );
|
45 |
|
46 |
// Set data.
|
47 |
self::$options = get_option( 'wpccp' );
|
41 |
add_action( 'wp_enqueue_scripts', [ __CLASS__, 'register_assets' ] );
|
42 |
register_activation_hook( WPCCP_PLUGIN_FILE, [ __CLASS__, 'on_activation' ] );
|
43 |
add_action( 'wp', [ __CLASS__, 'add_source_padding' ] );
|
44 |
+
add_action( 'wp_head', [ __CLASS__, 'render_noscript' ], 9999 );
|
45 |
|
46 |
// Set data.
|
47 |
self::$options = get_option( 'wpccp' );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: tychesoftwares, dhruvin
|
|
4 |
Donate link: https://www.paypal.me/TycheSoftwares
|
5 |
Tags: protection, copyright, theft, no right click, content protection, image protection, image protect, copyprotect, security, copy protection, protect blog, plagiarism, duplicate, seo, context menu
|
6 |
Requires at least: 3.0
|
7 |
-
Tested up to: 5.
|
8 |
Stable tag: trunk
|
9 |
License: GPLv2 or Later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -13,7 +13,7 @@ WP Content Copy Protection uses aggressive techniques in protecting your online
|
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
-
WP Content Copy Protection is a simple, yet effective plugin that uses an array of aggressive techniques in protecting your online content from being stolen.
|
17 |
|
18 |
Some of the most common content copy methods (via mouse, keyboard and browser), such as right-click, image drag/drop/save, text selection/drag/drop, source code viewing, and keyboard copy shortcut keys such as CTRL A, C, X, U, S, and P are disabled with this plugin (just to name a few).
|
19 |
|
@@ -81,15 +81,17 @@ This is a plugin with teeth - and an absolute must for any business owner, blogg
|
|
81 |
|
82 |
6. **[Payment Gateway Based Fees and Discounts for WooCommerce - Pro](https://www.tychesoftwares.com/store/premium-plugins/payment-gateway-based-fees-and-discounts-for-woocommerce-plugin/?utm_source=wprepo&utm_medium=link&utm_campaign=WCCPLite "Payment Gateway Based Fees and Discounts for WooCommerce - Pro")**
|
83 |
|
84 |
-
7. **[Custom Order
|
85 |
|
86 |
-
8. **[
|
87 |
|
88 |
-
9. **[
|
89 |
|
90 |
-
10. **[
|
91 |
|
92 |
-
11. **[
|
|
|
|
|
93 |
|
94 |
### Some of our other free plugins
|
95 |
|
@@ -99,17 +101,21 @@ This is a plugin with teeth - and an absolute must for any business owner, blogg
|
|
99 |
|
100 |
3. **[Product Delivery Date for WooCommerce - Lite](https://wordpress.org/plugins/product-delivery-date-for-woocommerce-lite/ "Product Delivery Date for WooCommerce")**
|
101 |
|
102 |
-
4. **[
|
|
|
|
|
|
|
|
|
103 |
|
104 |
-
|
105 |
|
106 |
-
|
107 |
|
108 |
-
|
109 |
|
110 |
-
|
111 |
|
112 |
-
|
113 |
|
114 |
== Installation ==
|
115 |
|
@@ -162,6 +168,11 @@ This plugin inheritently disables right click/copy/save functions on your defaul
|
|
162 |
|
163 |
== Changelog ==
|
164 |
|
|
|
|
|
|
|
|
|
|
|
165 |
= 2.0.1 (04 Nov 2019) =
|
166 |
|
167 |
* Fixed an issue where links were getting freezed when an image is wrapped around anchor(<a>) tags.
|
4 |
Donate link: https://www.paypal.me/TycheSoftwares
|
5 |
Tags: protection, copyright, theft, no right click, content protection, image protection, image protect, copyprotect, security, copy protection, protect blog, plagiarism, duplicate, seo, context menu
|
6 |
Requires at least: 3.0
|
7 |
+
Tested up to: 5.4
|
8 |
Stable tag: trunk
|
9 |
License: GPLv2 or Later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
+
[WP Content Copy Protection](https://www.tychesoftwares.com/store/premium-plugins/wp-content-copy-protection-pro/?utm_source=wprepo&utm_medium=topprolink&utm_campaign=WCCPLite) is a simple, yet effective plugin that uses an array of aggressive techniques in protecting your online content from being stolen.
|
17 |
|
18 |
Some of the most common content copy methods (via mouse, keyboard and browser), such as right-click, image drag/drop/save, text selection/drag/drop, source code viewing, and keyboard copy shortcut keys such as CTRL A, C, X, U, S, and P are disabled with this plugin (just to name a few).
|
19 |
|
81 |
|
82 |
6. **[Payment Gateway Based Fees and Discounts for WooCommerce - Pro](https://www.tychesoftwares.com/store/premium-plugins/payment-gateway-based-fees-and-discounts-for-woocommerce-plugin/?utm_source=wprepo&utm_medium=link&utm_campaign=WCCPLite "Payment Gateway Based Fees and Discounts for WooCommerce - Pro")**
|
83 |
|
84 |
+
7. **[Custom Order Status for WooCommerce - Pro](https://www.tychesoftwares.com/store/premium-plugins/custom-order-status-woocommerce/?utm_source=wprepo&utm_medium=link&utm_campaign=WCCPLite "Custom Order Status for WooCommerce - Pro")**
|
85 |
|
86 |
+
8. **[Custom Order Numbers for WooCommerce - Pro](https://www.tychesoftwares.com/store/premium-plugins/custom-order-numbers-woocommerce/?utm_source=wprepo&utm_medium=link&utm_campaign=WCCPLite "Custom Order Numbers for WooCommerce - Pro")**
|
87 |
|
88 |
+
9. **[Product Input Fields for WooCommerce - Pro](https://www.tychesoftwares.com/store/premium-plugins/product-input-fields-for-woocommerce/?utm_source=wprepo&utm_medium=link&utm_campaign=WCCPLite "Product Input Fields for WooCommerce - Pro")**
|
89 |
|
90 |
+
10. **[Call for Price for WooCommerce - Pro](https://www.tychesoftwares.com/store/premium-plugins/woocommerce-call-for-price-plugin/?utm_source=wprepo&utm_medium=link&utm_campaign=WCCPLite "Call for Price for WooCommerce - Pro")**
|
91 |
|
92 |
+
11. **[Price based on User Role for WooCommerce - Pro](https://www.tychesoftwares.com/store/premium-plugins/price-user-role-woocommerce/?utm_source=wprepo&utm_medium=link&utm_campaign=WCCPLite "Price based on User Role for WooCommerce - Pro")**
|
93 |
+
|
94 |
+
12. **[Currency per Product for WooCommerce - Pro](https://www.tychesoftwares.com/store/premium-plugins/currency-per-product-for-woocommerce/?utm_source=wprepo&utm_medium=link&utm_campaign=WCCPLite "Currency per Product for WooCommerce - Pro")**
|
95 |
|
96 |
### Some of our other free plugins
|
97 |
|
101 |
|
102 |
3. **[Product Delivery Date for WooCommerce - Lite](https://wordpress.org/plugins/product-delivery-date-for-woocommerce-lite/ "Product Delivery Date for WooCommerce")**
|
103 |
|
104 |
+
4. **[WooCommerce Print Invoice & Delivery Note](https://wordpress.org/plugins/woocommerce-delivery-notes/ "WooCommerce Print Invoice & Delivery Note")**
|
105 |
+
|
106 |
+
5. **[Payment Gateway Based Fees and Discounts for WooCommerce](https://wordpress.org/plugins/checkout-fees-for-woocommerce/ "Payment Gateway Based Fees and Discounts for WooCommerce")**
|
107 |
+
|
108 |
+
6. **[Custom Order Status for WooCommerce](https://wordpress.org/plugins/custom-order-statuses-woocommerce/ "Custom Order Status for WooCommerce")**
|
109 |
|
110 |
+
7. **[Custom Order Numbers for WooCommerce](https://wordpress.org/plugins/custom-order-numbers-for-woocommerce/ "Custom Order Numbers for WooCommerce")**
|
111 |
|
112 |
+
8. **[Product Input Fields for WooCommerce](https://wordpress.org/plugins/product-input-fields-for-woocommerce/ "Product Input Fields for WooCommerce")**
|
113 |
|
114 |
+
9. **[Call for Price for WooCommerce](https://wordpress.org/plugins/woocommerce-call-for-price/ "Call for Price for WooCommerce")**
|
115 |
|
116 |
+
10. **[Price based on User Role for WooCommerce](https://wordpress.org/plugins/price-by-user-role-for-woocommerce/ "Price based on User Role for WooCommerce")**
|
117 |
|
118 |
+
11. **[Currency per Product for WooCommerce](https://wordpress.org/plugins/currency-per-product-for-woocommerce/ "Currency per Product for WooCommerce")**
|
119 |
|
120 |
== Installation ==
|
121 |
|
168 |
|
169 |
== Changelog ==
|
170 |
|
171 |
+
= 2.0.2 (03 May 2020) =
|
172 |
+
|
173 |
+
* Fixed an issue where the favicons were not getting displayed on the site.
|
174 |
+
* Compatibility with WordPress 5.4
|
175 |
+
|
176 |
= 2.0.1 (04 Nov 2019) =
|
177 |
|
178 |
* Fixed an issue where links were getting freezed when an image is wrapped around anchor(<a>) tags.
|
wpccpl.php
CHANGED
@@ -5,13 +5,13 @@
|
|
5 |
* Description: WP Content Copy Protection prevents plagiarism and protects your valuable online content (such as source code, text and images) from being copied illegally. Copy methods are disabled via mouse and keyboard.
|
6 |
* Author: Tyche Softwares
|
7 |
* Author URI: https://www.tychesoftwares.com/
|
8 |
-
* Version: 2.0.
|
9 |
* Text Domain: wpccp
|
10 |
* Domain Path: /languages
|
11 |
* Tags: content, protection,
|
12 |
* Requires at least: 3.0.1
|
13 |
-
* Tested up to: 5.
|
14 |
-
* Stable tag: 2.0.
|
15 |
* License: GPLv2 or later
|
16 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.html/
|
17 |
*
|
@@ -27,7 +27,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
27 |
*/
|
28 |
// Plugin version.
|
29 |
if ( ! defined( 'WPCCP_VERSION' ) ) {
|
30 |
-
define( 'WPCCP_VERSION', '2.0.
|
31 |
}
|
32 |
// Plugin Root File.
|
33 |
if ( ! defined( 'WPCCP_PLUGIN_FILE' ) ) {
|
5 |
* Description: WP Content Copy Protection prevents plagiarism and protects your valuable online content (such as source code, text and images) from being copied illegally. Copy methods are disabled via mouse and keyboard.
|
6 |
* Author: Tyche Softwares
|
7 |
* Author URI: https://www.tychesoftwares.com/
|
8 |
+
* Version: 2.0.2
|
9 |
* Text Domain: wpccp
|
10 |
* Domain Path: /languages
|
11 |
* Tags: content, protection,
|
12 |
* Requires at least: 3.0.1
|
13 |
+
* Tested up to: 5.4
|
14 |
+
* Stable tag: 2.0.2
|
15 |
* License: GPLv2 or later
|
16 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.html/
|
17 |
*
|
27 |
*/
|
28 |
// Plugin version.
|
29 |
if ( ! defined( 'WPCCP_VERSION' ) ) {
|
30 |
+
define( 'WPCCP_VERSION', '2.0.2' );
|
31 |
}
|
32 |
// Plugin Root File.
|
33 |
if ( ! defined( 'WPCCP_PLUGIN_FILE' ) ) {
|