Version Description
- Checking with wordpress version 5.8.2
Download this release
Release Info
Developer | wp-buy |
Plugin | WP Content Copy Protection & No Right Click |
Version | 3.4.3 |
Comparing to | |
See all releases |
Code changes from version 3.4.2 to 3.4.3
- preventer-index.php +2 -2
- readme.txt +12 -2
preventer-index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Content Copy Protection & No Right Click
|
4 |
Plugin URI: http://wordpress.org/plugins/w-p-content-copy-protector/
|
5 |
Description: This wp plugin protect the posts content from being copied by any other web site author , you dont want your content to spread without your permission!!
|
6 |
-
Version: 3.4.
|
7 |
Author: wp-buy
|
8 |
Text Domain: wp-content-copy-protector
|
9 |
Domain Path: /languages
|
@@ -716,7 +716,7 @@ function wccp_free_top_bar_enqueue_style() {
|
|
716 |
</style>
|
717 |
<?php
|
718 |
}
|
719 |
-
|
720 |
function wccp_free_add_items($admin_bar)
|
721 |
{
|
722 |
if ( ! current_user_can( 'manage_options' ) ) {
|
3 |
Plugin Name: WP Content Copy Protection & No Right Click
|
4 |
Plugin URI: http://wordpress.org/plugins/w-p-content-copy-protector/
|
5 |
Description: This wp plugin protect the posts content from being copied by any other web site author , you dont want your content to spread without your permission!!
|
6 |
+
Version: 3.4.3
|
7 |
Author: wp-buy
|
8 |
Text Domain: wp-content-copy-protector
|
9 |
Domain Path: /languages
|
716 |
</style>
|
717 |
<?php
|
718 |
}
|
719 |
+
///////////////////
|
720 |
function wccp_free_add_items($admin_bar)
|
721 |
{
|
722 |
if ( ! current_user_can( 'manage_options' ) ) {
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: wp-buy
|
3 |
Tags: content, content copy protection, content protection, copy protection, prevent copy, protect blog, image protect, image protection, no right click, plagiarism, secure content, content theft
|
4 |
Requires at least: 3.5
|
5 |
-
Tested up to: 5.8.
|
6 |
-
Stable tag: 3.4.
|
7 |
|
8 |
This wp plugin protect the posts content from being copied by any other web site author (content copy protection) , you dont want your content to spread without your permission!!
|
9 |
|
@@ -65,6 +65,16 @@ your posts extremely simple without yelling at your readers</li>
|
|
65 |
|
66 |
== Changelog ==
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
= 3.4.1 =
|
69 |
<ul>
|
70 |
<li>Checking with wordpress version 5.8.1</li>
|
2 |
Contributors: wp-buy
|
3 |
Tags: content, content copy protection, content protection, copy protection, prevent copy, protect blog, image protect, image protection, no right click, plagiarism, secure content, content theft
|
4 |
Requires at least: 3.5
|
5 |
+
Tested up to: 5.8.2
|
6 |
+
Stable tag: 3.4.3
|
7 |
|
8 |
This wp plugin protect the posts content from being copied by any other web site author (content copy protection) , you dont want your content to spread without your permission!!
|
9 |
|
65 |
|
66 |
== Changelog ==
|
67 |
|
68 |
+
= 3.4.3 =
|
69 |
+
<ul>
|
70 |
+
<li>Checking with wordpress version 5.8.2</li>
|
71 |
+
</ul>
|
72 |
+
|
73 |
+
= 3.4.2 =
|
74 |
+
<ul>
|
75 |
+
<li>Checking some code errors</li>
|
76 |
+
</ul>
|
77 |
+
|
78 |
= 3.4.1 =
|
79 |
<ul>
|
80 |
<li>Checking with wordpress version 5.8.1</li>
|