Version Description
- Tested on 5.7 version of WordPress.
Download this release
Release Info
Developer | willjenkins |
Plugin | No Right Click Images Plugin |
Version | 3.6 |
Comparing to | |
See all releases |
Code changes from version 3.5 to 3.6
- includes/nrci_options.php +4 -2
- no-right-click-images-plugin.php +3 -3
- readme.txt +7 -4
includes/nrci_options.php
CHANGED
@@ -148,9 +148,11 @@ function kpg_no_rc_img_control_2() {
|
|
148 |
</table>
|
149 |
</fieldset>
|
150 |
</div>
|
|
|
151 |
</div>
|
152 |
-
|
153 |
-
}
|
|
|
154 |
|
155 |
// end of module
|
156 |
|
148 |
</table>
|
149 |
</fieldset>
|
150 |
</div>
|
151 |
+
<div style="width:220px;float:right;">Powered By <a href="http://www.siteground.com/recommended?referrer_id=6975888" target="_blank">SiteGround.com</a>
|
152 |
</div>
|
153 |
+
</div>
|
154 |
+
<?php }
|
155 |
+
|
156 |
|
157 |
// end of module
|
158 |
|
no-right-click-images-plugin.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?PHP
|
2 |
/*
|
3 |
Plugin Name: No Right Click Images Plugin
|
4 |
-
Plugin URI: https://www.
|
5 |
Description: Uses Javascript to prevent right clicking of images to help keep leaches from copying images
|
6 |
-
Version: 3.
|
7 |
Author: Keith P. Graham
|
8 |
-
Author URI: https://www.
|
9 |
|
10 |
This software is distributed in the hope that it will be useful,
|
11 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
1 |
<?PHP
|
2 |
/*
|
3 |
Plugin Name: No Right Click Images Plugin
|
4 |
+
Plugin URI: https://www.kpgraham.com
|
5 |
Description: Uses Javascript to prevent right clicking of images to help keep leaches from copying images
|
6 |
+
Version: 3.6
|
7 |
Author: Keith P. Graham
|
8 |
+
Author URI: https://www.kpgraham.com
|
9 |
|
10 |
This software is distributed in the hope that it will be useful,
|
11 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== No Right Click Images Plugin ===
|
2 |
Tags: images, image, right click, stealing
|
3 |
-
Donate link: https://www.
|
4 |
Requires at least: 3.0
|
5 |
-
Tested up to:
|
6 |
Contributors: Keith Graham
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -34,8 +34,11 @@ The plugin no longer tries to replace images with a dummy image. This method har
|
|
34 |
|
35 |
== Changelog ==
|
36 |
|
|
|
|
|
|
|
37 |
= 3.5 =
|
38 |
-
* Tested on 5.4
|
39 |
|
40 |
= 3.4 =
|
41 |
* Added right click enable for admins only option.
|
1 |
=== No Right Click Images Plugin ===
|
2 |
Tags: images, image, right click, stealing
|
3 |
+
Donate link: https://www.kpgraham.com
|
4 |
Requires at least: 3.0
|
5 |
+
Tested up to: 6.1
|
6 |
Contributors: Keith Graham
|
7 |
+
Stable tag: 3.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
34 |
|
35 |
== Changelog ==
|
36 |
|
37 |
+
= 3.6 =
|
38 |
+
* Tested on 5.7 version of WordPress.
|
39 |
+
|
40 |
= 3.5 =
|
41 |
+
* Tested on 5.4 version of WordPress.
|
42 |
|
43 |
= 3.4 =
|
44 |
* Added right click enable for admins only option.
|