Changeset 2359485
- Timestamp:
- 08/12/2020 10:05:06 PM (6 years ago)
- Location:
- anti-spam-reloaded
- Files:
-
- 1 deleted
- 4 edited
- 14 copied
-
tags/6.4 (copied) (copied from anti-spam-reloaded/trunk)
-
tags/6.4/anti-spam-functions.php (copied) (copied from anti-spam-reloaded/trunk/anti-spam-functions.php)
-
tags/6.4/anti-spam-info.php (copied) (copied from anti-spam-reloaded/trunk/anti-spam-info.php)
-
tags/6.4/anti-spam-settings.php (copied) (copied from anti-spam-reloaded/trunk/anti-spam-settings.php)
-
tags/6.4/anti-spam.php (copied) (copied from anti-spam-reloaded/trunk/anti-spam.php) (2 diffs)
-
tags/6.4/index.php (copied) (copied from anti-spam-reloaded/trunk/index.php)
-
tags/6.4/js (copied) (copied from anti-spam-reloaded/trunk/js)
-
tags/6.4/js/anti-spam-6.1.js (deleted)
-
tags/6.4/js/anti-spam.js (copied) (copied from anti-spam-reloaded/trunk/js/anti-spam.js) (1 diff)
-
tags/6.4/js/anti-spam.min.js (copied) (copied from anti-spam-reloaded/trunk/js/anti-spam.min.js) (1 diff)
-
tags/6.4/languages (copied) (copied from anti-spam-reloaded/trunk/languages)
-
tags/6.4/languages/anti-spam-reloaded-cs_CZ.mo (copied) (copied from anti-spam-reloaded/trunk/languages/anti-spam-reloaded-cs_CZ.mo)
-
tags/6.4/languages/anti-spam-reloaded-cs_CZ.po (copied) (copied from anti-spam-reloaded/trunk/languages/anti-spam-reloaded-cs_CZ.po)
-
tags/6.4/languages/anti-spam-reloaded.pot (copied) (copied from anti-spam-reloaded/trunk/languages/anti-spam-reloaded.pot)
-
tags/6.4/readme.txt (copied) (copied from anti-spam-reloaded/trunk/readme.txt) (2 diffs)
-
trunk/anti-spam.php (modified) (2 diffs)
-
trunk/js/anti-spam.js (modified) (1 diff)
-
trunk/js/anti-spam.min.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
anti-spam-reloaded/tags/6.4/anti-spam.php
r2350647 r2359485 4 4 Plugin URI: http://wordpress.org/plugins/anti-spam-reloaded/ 5 5 Description: No spam in comments. No captcha. 6 Version: 6. 36 Version: 6.4 7 7 Author: kudlav, webvitaly 8 8 Text Domain: anti-spam-reloaded … … 15 15 } 16 16 17 define('ANTISPAMREL_PLUGIN_VERSION', '6. 3');17 define('ANTISPAMREL_PLUGIN_VERSION', '6.4'); 18 18 19 19 include('anti-spam-functions.php'); -
anti-spam-reloaded/tags/6.4/js/anti-spam.js
r2350647 r2359485 52 52 } 53 53 54 window.addEventListener('DOMContentLoaded', anti_spam_reloaded_init, false);54 document.addEventListener('DOMContentLoaded', anti_spam_reloaded_init, false); 55 55 56 56 })(); -
anti-spam-reloaded/tags/6.4/js/anti-spam.min.js
r2350647 r2359485 1 (function(){ window.addEventListener("DOMContentLoaded",function(){for(var a=document.querySelectorAll(".antispamrel-group"),b=0;b<a.length;b++)a[b].style.display="none";b="";a=document.querySelector(".antispamrel-control-a");null!==a&&(b=a.value);a=document.querySelectorAll(".antispamrel-control-q");for(var c=0;c<a.length;c++)a[c].value=b;a=document.querySelectorAll(".antispamrel-control-e");for(b=0;b<a.length;b++)a[b].value="";b=document.createElement("input");b.setAttribute("type","hidden");b.setAttribute("name",1 (function(){document.addEventListener("DOMContentLoaded",function(){for(var a=document.querySelectorAll(".antispamrel-group"),b=0;b<a.length;b++)a[b].style.display="none";b="";a=document.querySelector(".antispamrel-control-a");null!==a&&(b=a.value);a=document.querySelectorAll(".antispamrel-control-q");for(var c=0;c<a.length;c++)a[c].value=b;a=document.querySelectorAll(".antispamrel-control-e");for(b=0;b<a.length;b++)a[b].value="";b=document.createElement("input");b.setAttribute("type","hidden");b.setAttribute("name", 2 2 "antspmrl-d");b.setAttribute("class","antispamrel-control-d");b.setAttribute("value",(new Date).getFullYear().toString());a=document.querySelectorAll("form");for(c=0;c<a.length;c++)"comments"!==a[c].id&&"respond"!==a[c].id&&"commentform"!==a[c].id||-1!==a[c].className.indexOf("anti-spam-reloaded-form-processed")||(a[c].appendChild(b),a[c].className+=" anti-spam-reloaded-form-processed")},!1)})(); -
anti-spam-reloaded/tags/6.4/readme.txt
r2350647 r2359485 4 4 Requires at least: 3.3 5 5 Tested up to: 5.5 6 Stable tag: 6. 36 Stable tag: 6.4 7 7 Requires PHP: 5.6 8 8 License: GPLv3 … … 89 89 == Changelog == 90 90 91 = 6.3 - 2020-07-31 91 = 6.4 - 2020-08-12 = 92 * Bugfix: JavaScript wasn't on some pages invoked (use DOMContentLoaded listener on document again) 93 94 95 = 6.3 - 2020-07-31 = 92 96 * Compatibility with WordPress 5.5 (Use `comment` or empty string for the `comment_type`) 93 97 * Use only DOMContentLoaded listener for autofill and auto-hide (affect 1% of browsers) -
anti-spam-reloaded/trunk/anti-spam.php
r2350647 r2359485 4 4 Plugin URI: http://wordpress.org/plugins/anti-spam-reloaded/ 5 5 Description: No spam in comments. No captcha. 6 Version: 6. 36 Version: 6.4 7 7 Author: kudlav, webvitaly 8 8 Text Domain: anti-spam-reloaded … … 15 15 } 16 16 17 define('ANTISPAMREL_PLUGIN_VERSION', '6. 3');17 define('ANTISPAMREL_PLUGIN_VERSION', '6.4'); 18 18 19 19 include('anti-spam-functions.php'); -
anti-spam-reloaded/trunk/js/anti-spam.js
r2350647 r2359485 52 52 } 53 53 54 window.addEventListener('DOMContentLoaded', anti_spam_reloaded_init, false);54 document.addEventListener('DOMContentLoaded', anti_spam_reloaded_init, false); 55 55 56 56 })(); -
anti-spam-reloaded/trunk/js/anti-spam.min.js
r2350647 r2359485 1 (function(){ window.addEventListener("DOMContentLoaded",function(){for(var a=document.querySelectorAll(".antispamrel-group"),b=0;b<a.length;b++)a[b].style.display="none";b="";a=document.querySelector(".antispamrel-control-a");null!==a&&(b=a.value);a=document.querySelectorAll(".antispamrel-control-q");for(var c=0;c<a.length;c++)a[c].value=b;a=document.querySelectorAll(".antispamrel-control-e");for(b=0;b<a.length;b++)a[b].value="";b=document.createElement("input");b.setAttribute("type","hidden");b.setAttribute("name",1 (function(){document.addEventListener("DOMContentLoaded",function(){for(var a=document.querySelectorAll(".antispamrel-group"),b=0;b<a.length;b++)a[b].style.display="none";b="";a=document.querySelector(".antispamrel-control-a");null!==a&&(b=a.value);a=document.querySelectorAll(".antispamrel-control-q");for(var c=0;c<a.length;c++)a[c].value=b;a=document.querySelectorAll(".antispamrel-control-e");for(b=0;b<a.length;b++)a[b].value="";b=document.createElement("input");b.setAttribute("type","hidden");b.setAttribute("name", 2 2 "antspmrl-d");b.setAttribute("class","antispamrel-control-d");b.setAttribute("value",(new Date).getFullYear().toString());a=document.querySelectorAll("form");for(c=0;c<a.length;c++)"comments"!==a[c].id&&"respond"!==a[c].id&&"commentform"!==a[c].id||-1!==a[c].className.indexOf("anti-spam-reloaded-form-processed")||(a[c].appendChild(b),a[c].className+=" anti-spam-reloaded-form-processed")},!1)})(); -
anti-spam-reloaded/trunk/readme.txt
r2350647 r2359485 4 4 Requires at least: 3.3 5 5 Tested up to: 5.5 6 Stable tag: 6. 36 Stable tag: 6.4 7 7 Requires PHP: 5.6 8 8 License: GPLv3 … … 89 89 == Changelog == 90 90 91 = 6.3 - 2020-07-31 91 = 6.4 - 2020-08-12 = 92 * Bugfix: JavaScript wasn't on some pages invoked (use DOMContentLoaded listener on document again) 93 94 95 = 6.3 - 2020-07-31 = 92 96 * Compatibility with WordPress 5.5 (Use `comment` or empty string for the `comment_type`) 93 97 * Use only DOMContentLoaded listener for autofill and auto-hide (affect 1% of browsers)
Note: See TracChangeset
for help on using the changeset viewer.