WP Content Copy Protection & No Right Click - Version 3.5.1

Version Description

  • Fix ReferenceError: on is not defined, e.setAttribute(unselectable, on)
  • Checking with wordpress version 6.0.1
Download this release

Release Info

Developer wp-buy
Plugin Icon 128x128 WP Content Copy Protection & No Right Click
Version 3.5.1
Comparing to
See all releases

Code changes from version 3.4.9 to 3.5.1

Files changed (2) hide show
  1. preventer-index.php +2 -2
  2. readme.txt +8 -3
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.9
7
  Author: wp-buy
8
  Text Domain: wp-content-copy-protector
9
  Domain Path: /languages
@@ -384,7 +384,7 @@ user-select: none;
384
  var e = document.getElementsByTagName('body')[0];
385
  if(e)
386
  {
387
- e.setAttribute('unselectable',on);
388
  }
389
  </script>
390
  <?php
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.5.1
7
  Author: wp-buy
8
  Text Domain: wp-content-copy-protector
9
  Domain Path: /languages
384
  var e = document.getElementsByTagName('body')[0];
385
  if(e)
386
  {
387
+ e.setAttribute('unselectable',"on");
388
  }
389
  </script>
390
  <?php
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === WP Content Copy Protection & No Right Click ===
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: 6.0
6
- Stable tag: 3.4.9
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
 
@@ -64,6 +64,11 @@ your posts extremely simple without yelling at your readers</li>
64
  </ul>
65
 
66
  == Changelog ==
 
 
 
 
 
67
  = 3.4.9 =
68
  <ul>
69
  <li>Return to the previous version (3.4.7)with some small fix and new version id (3.4.9) until do more fixes</li>
1
  === WP Content Copy Protection & No Right Click ===
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: 4.8
5
+ Tested up to: 6.0.1
6
+ Stable tag: 3.5.1
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
 
64
  </ul>
65
 
66
  == Changelog ==
67
+ = 3.5.1 =
68
+ <ul>
69
+ <li>Fix ReferenceError: on is not defined, e.setAttribute(unselectable, on)</li>
70
+ <li>Checking with wordpress version 6.0.1</li>
71
+ </ul>
72
  = 3.4.9 =
73
  <ul>
74
  <li>Return to the previous version (3.4.7)with some small fix and new version id (3.4.9) until do more fixes</li>