Plugin Directory

Changeset 1274954


Ignore:
Timestamp:
10/28/2015 11:39:38 PM (10 years ago)
Author:
picor.ir
Message:

new version 2.0

Location:
wp-simple-ajax-contact-form
Files:
75 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-simple-ajax-contact-form/trunk/index.php

    r888914 r1274954  
    44* Plugin URI: http://picor.ir
    55* Description: This plugin will add fixed contact icon in left side of your wordpress theme, also support shortcode.
    6 * Version: 1.0
     6* Version: 2.0
    77* Author: Arash Heidari
    88* Author URI: http://picor.ir
     
    1010*License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111 */
     12 
     13 include_once "contact_menu_setup.php";
     14 
     15 
    1216 load_plugin_textdomain('wp-simple-ajax-contact-form', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/');
    1317define('wp_simple_ajax_contact_form', WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/' );
  • wp-simple-ajax-contact-form/trunk/readme.txt

    r888914 r1274954  
    55Donate link: http://picor.ir
    66Requires at least: 3.0
    7 Tested up to: 3.8.1
    8 Stable tag: 1.0
     7Tested up to: 4.3.1
     8Stable tag: 2.0
    99
    1010Have a simple ajax contact form in your wordoress theme and pages .
     
    3636== Upgrade Notice ==
    3737
     38= 2.0 =
     39* Admin menu Updated
     40
    3841= 1.0 =
    3942* Start plugin
    4043
    4144== Changelog ==
     45
     46= 2.0 =
     47* Admin menu Updated
    4248
    4349= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.