Changeset 3373252
- Timestamp:
- 10/05/2025 07:49:06 PM (7 weeks ago)
- Location:
- fws-ajax-contact-form
- Files:
-
- 26 added
- 2 edited
-
tags/1.5.5.1 (added)
-
tags/1.5.5.1/assets (added)
-
tags/1.5.5.1/assets/admin.js (added)
-
tags/1.5.5.1/assets/adminstyle.css (added)
-
tags/1.5.5.1/assets/contact.js (added)
-
tags/1.5.5.1/assets/gutenberg-block.js (added)
-
tags/1.5.5.1/assets/ico-error.png (added)
-
tags/1.5.5.1/assets/loading.gif (added)
-
tags/1.5.5.1/assets/style.css (added)
-
tags/1.5.5.1/blueprint.json (added)
-
tags/1.5.5.1/fws-ajax-contact-form.php (added)
-
tags/1.5.5.1/incl (added)
-
tags/1.5.5.1/incl/challenges.php (added)
-
tags/1.5.5.1/incl/emailtemplate.html (added)
-
tags/1.5.5.1/incl/meta-fields.php (added)
-
tags/1.5.5.1/incl/options.php (added)
-
tags/1.5.5.1/incl/post-types.php (added)
-
tags/1.5.5.1/incl/shortcodes.php (added)
-
tags/1.5.5.1/incl/spam-logs.php (added)
-
tags/1.5.5.1/incl/tpl-options.php (added)
-
tags/1.5.5.1/languages (added)
-
tags/1.5.5.1/languages/fws-ajax-contact-form-nl_NL.mo (added)
-
tags/1.5.5.1/languages/fws-ajax-contact-form-nl_NL.po (added)
-
tags/1.5.5.1/languages/fws-ajax-contact-form.pot (added)
-
tags/1.5.5.1/readme.txt (added)
-
tags/1.5.5.1/uninstall.php (added)
-
trunk/fws-ajax-contact-form.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fws-ajax-contact-form/trunk/fws-ajax-contact-form.php
r3373250 r3373252 2 2 /* 3 3 Plugin Name: Ajax Contact Form 4 Version: 1.5.5 4 Version: 1.5.5.1 5 5 Description: An easy to use contact form plugin with multiple inbuilt features to prevent contact form spam. 6 6 Author: Olaf Lederer … … 20 20 This program is distributed in the hope that it will be useful, 21 21 but WITHOUT ANY WARRANTY; without even the implied warranty of 22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 23 GNU General Public License for more details. 24 24 … … 32 32 33 33 define('FWSACF_DIR', plugin_dir_path( __FILE__ )); 34 define('FWS_ACF_VER', '1.5.5 ');34 define('FWS_ACF_VER', '1.5.5.1'); 35 35 36 36 include_once FWSACF_DIR.'incl/options.php'; -
fws-ajax-contact-form/trunk/readme.txt
r3373250 r3373252 6 6 Requires at least: 5.4 7 7 Tested up to: 6.8.2 8 Stable tag: 1.5.5 8 Stable tag: 1.5.5.1 9 9 10 10 An easy to use contact form plugin with multiple inbuilt features to prevent contact form spam. … … 91 91 == Change log == 92 92 93 = 1.5.5.1 = 94 95 * Bug fixes 96 * The function that creates the directory for the spam attempt log file was missing. 97 93 98 = 1.5.5 = 94 99
Note: See TracChangeset
for help on using the changeset viewer.