Changeset 2667040
- Timestamp:
- 01/27/2022 12:32:10 PM (4 years ago)
- Location:
- nospamnx
- Files:
-
- 23 added
- 2 edited
-
tags/5.2.11 (added)
-
tags/5.2.11/languages (added)
-
tags/5.2.11/languages/nospamnx-be_BY.mo (added)
-
tags/5.2.11/languages/nospamnx-be_BY.po (added)
-
tags/5.2.11/languages/nospamnx-de_DE.mo (added)
-
tags/5.2.11/languages/nospamnx-de_DE.po (added)
-
tags/5.2.11/languages/nospamnx-es_ES.mo (added)
-
tags/5.2.11/languages/nospamnx-es_ES.po (added)
-
tags/5.2.11/languages/nospamnx-he_IL.mo (added)
-
tags/5.2.11/languages/nospamnx-he_IL.po (added)
-
tags/5.2.11/languages/nospamnx-it_IT.mo (added)
-
tags/5.2.11/languages/nospamnx-it_IT.po (added)
-
tags/5.2.11/languages/nospamnx-ru_RU.mo (added)
-
tags/5.2.11/languages/nospamnx-ru_RU.po (added)
-
tags/5.2.11/languages/nospamnx-sv_SE.mo (added)
-
tags/5.2.11/languages/nospamnx-sv_SE.po (added)
-
tags/5.2.11/languages/nospamnx-tr_TR.mo (added)
-
tags/5.2.11/languages/nospamnx-tr_TR.po (added)
-
tags/5.2.11/languages/nospamnx-zh_CN.mo (added)
-
tags/5.2.11/languages/nospamnx-zh_CN.po (added)
-
tags/5.2.11/languages/nospamnx.pot (added)
-
tags/5.2.11/nospamnx.php (added)
-
tags/5.2.11/readme.txt (added)
-
trunk/nospamnx.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nospamnx/trunk/nospamnx.php
r2451325 r2667040 2 2 /* 3 3 Plugin Name: NoSpamNX 4 Plugin URI: http ://wordpress.org/extend/plugins/nospamnx/4 Plugin URI: https://wordpress.org/extend/plugins/nospamnx/ 5 5 Description: To protect your blog from automated spambots, this plugin adds invisible formfields to your comment form. 6 Version: 5.2.1 06 Version: 5.2.11 7 7 Author: Sven Kubiak 8 Author URI: http ://svenkubiak.de8 Author URI: https://svenkubiak.de 9 9 License: GPLv2 or later 10 License URI: http ://www.gnu.org/licenses/gpl-2.0.html10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 Text Domain: nospamnx 12 12 Domain Path: /languages 13 13 14 Copyright 2008-202 1Sven Kubiak14 Copyright 2008-2022 Sven Kubiak 15 15 16 16 This program is free software; you can redistribute it and/or modify … … 30 30 global $wp_version; 31 31 define('NXISWP30', version_compare($wp_version, '3.0', '>=')); 32 define('NXCURLTO', 5);33 32 34 33 if (!class_exists('NoSpamNX')) … … 553 552 $curl = curl_init(); 554 553 curl_setopt($curl,CURLOPT_URL,$this->nospamnx_blacklist_global_url); 555 curl_setopt($curl,CURLOPT_CONNECTTIMEOUT, NXCURLTO);554 curl_setopt($curl,CURLOPT_CONNECTTIMEOUT,5); 556 555 curl_setopt($curl,CURLOPT_RETURNTRANSFER,1); 557 556 $buffer = curl_exec($curl); -
nospamnx/trunk/readme.txt
r2451325 r2667040 1 1 === Plugin Name === 2 2 Contributors: kubi23 3 Tested up to: 5. 64 Stable tag: 5.2.1 03 Tested up to: 5.9 4 Stable tag: 5.2.11 5 5 Requires at least: 3.0 6 6 … … 117 117 == Changelog == 118 118 119 = 5.2.11 = 120 * Cleanup and set copyright to 2022 121 119 122 = 5.2.10 = 120 123 * Cosmetics on settings
Note: See TracChangeset
for help on using the changeset viewer.