Plugin Directory

Changeset 3373252


Ignore:
Timestamp:
10/05/2025 07:49:06 PM (7 weeks ago)
Author:
finalwebsites
Message:

Mkdir func

Location:
fws-ajax-contact-form
Files:
26 added
2 edited

Legend:

Unmodified
Added
Removed
  • fws-ajax-contact-form/trunk/fws-ajax-contact-form.php

    r3373250 r3373252  
    22/*
    33Plugin Name: Ajax Contact Form
    4 Version: 1.5.5
     4Version: 1.5.5.1
    55Description: An easy to use contact form plugin with multiple inbuilt features to prevent contact form spam.
    66Author: Olaf Lederer
     
    2020This program is distributed in the hope that it will be useful,
    2121but WITHOUT ANY WARRANTY; without even the implied warranty of
    22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     22MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    2323GNU General Public License for more details.
    2424
     
    3232
    3333define('FWSACF_DIR', plugin_dir_path( __FILE__ ));
    34 define('FWS_ACF_VER', '1.5.5');
     34define('FWS_ACF_VER', '1.5.5.1');
    3535
    3636include_once FWSACF_DIR.'incl/options.php';
  • fws-ajax-contact-form/trunk/readme.txt

    r3373250 r3373252  
    66Requires at least: 5.4
    77Tested up to: 6.8.2
    8 Stable tag: 1.5.5
     8Stable tag: 1.5.5.1
    99
    1010An easy to use contact form plugin with multiple inbuilt features to prevent contact form spam.
     
    9191== Change log ==
    9292
     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
    9398= 1.5.5 =
    9499
Note: See TracChangeset for help on using the changeset viewer.