Plugin Directory

Changeset 3152412


Ignore:
Timestamp:
09/16/2024 07:09:27 AM (17 months ago)
Author:
stalukder03
Message:

WP 6.6 compatibility check

Location:
wpxon-ajax-contact-form
Files:
46 added
2 edited

Legend:

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

    r2751208 r3152412  
    44 * Plugin URI:        http://wpxon.com/ajcf
    55 * Description:       Ajax contact form is a simple and clean deisnged contact form.
    6  * Version:           1.0.4
     6 * Version:           1.0.5
    77 * Author:            WPxon
    88 * Author URI:        http://wpxon.com/
     
    2525 * Currently plugin version. 
    2626 */
    27 define( 'AJAX_CONTACT_FORM_VERSION', '1.0.2' );
     27define( 'AJAX_CONTACT_FORM_VERSION', '1.0.5' );
    2828define( 'AJAX_CONTACT_FORM_PLUGIN', plugin_basename( __FILE__ ) ); 
    2929define( 'AJAX_CONTACT_FORM', dirname( AJAX_CONTACT_FORM_PLUGIN ) );           
  • wpxon-ajax-contact-form/trunk/readme.txt

    r2751209 r3152412  
    44Tags: contact form, ajax contact form, bootstrap contact form
    55Requires at least: 4.0
    6 Tested up to: 6.0
    7 Stable tag: 1.0.4
     6Tested up to: 6.6
     7Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6666 
    6767= 1.0.4 =
     68* WordPress 6.6 tested up
     69 
     70 
     71= 1.0.5 =
    6872* WordPress 6.0 tested up
    6973 
Note: See TracChangeset for help on using the changeset viewer.