Changeset 3060735
- Timestamp:
- 03/28/2024 05:56:05 PM (2 years ago)
- Location:
- monocle
- Files:
-
- 2 edited
- 4 copied
-
tags/1.0.2 (copied) (copied from monocle/trunk)
-
tags/1.0.2/LICENSE (copied) (copied from monocle/trunk/LICENSE)
-
tags/1.0.2/monocle.php (copied) (copied from monocle/trunk/monocle.php) (2 diffs)
-
tags/1.0.2/readme.txt (copied) (copied from monocle/trunk/readme.txt) (1 diff)
-
trunk/monocle.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
monocle/tags/1.0.2/monocle.php
r3060721 r3060735 5 5 Description: Monocle is a client side utility to detect VPNs, proxies, residential proxies, malware proxies, and other types of anonymization technologies at a session level. This allows you to make blocking decisions on busy IPs. 6 6 Author: Spur 7 Version: 1.0. 17 Version: 1.0.2 8 8 Requires at least: 5.3 9 9 Requires PHP: 7.4 … … 250 250 function monocle_add_login_js() 251 251 { 252 wp_enqueue_script('monocle-js', plugins_url('a ssets/js/add-monocle-class-login.js', __FILE__), array('jquery'), 1.0, true);252 wp_enqueue_script('monocle-js', plugins_url('add-monocle-class-login.js', __FILE__), array('jquery'), 1.0, true); 253 253 } 254 254 -
monocle/tags/1.0.2/readme.txt
r3060728 r3060735 5 5 Requires PHP: 7.0 6 6 Tested up to: 6.4.3 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
monocle/trunk/monocle.php
r3060721 r3060735 5 5 Description: Monocle is a client side utility to detect VPNs, proxies, residential proxies, malware proxies, and other types of anonymization technologies at a session level. This allows you to make blocking decisions on busy IPs. 6 6 Author: Spur 7 Version: 1.0. 17 Version: 1.0.2 8 8 Requires at least: 5.3 9 9 Requires PHP: 7.4 … … 250 250 function monocle_add_login_js() 251 251 { 252 wp_enqueue_script('monocle-js', plugins_url('a ssets/js/add-monocle-class-login.js', __FILE__), array('jquery'), 1.0, true);252 wp_enqueue_script('monocle-js', plugins_url('add-monocle-class-login.js', __FILE__), array('jquery'), 1.0, true); 253 253 } 254 254 -
monocle/trunk/readme.txt
r3060728 r3060735 5 5 Requires PHP: 7.0 6 6 Tested up to: 6.4.3 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.