Contact Form 7 - Version 2.0

Version Description

Download this release

Release Info

Developer takayukister
Plugin Icon 128x128 Contact Form 7
Version 2.0
Comparing to
See all releases

Code changes from version 2.0-beta to 2.0

Files changed (3) hide show
  1. README.txt +1 -1
  2. admin/admin.php +1 -1
  3. wp-contact-form-7.php +2 -2
README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://pledgie.com/campaigns/3117
4
  Tags: contact, contact form, email, ajax, captcha, akismet
5
  Requires at least: 2.7
6
  Tested up to: 2.9-rare
7
- Stable tag: 1.10.1
8
 
9
  Just another contact form plugin. Simple but flexible.
10
 
4
  Tags: contact, contact form, email, ajax, captcha, akismet
5
  Requires at least: 2.7
6
  Tested up to: 2.9-rare
7
+ Stable tag: 2.0
8
 
9
  Just another contact form plugin. Simple but flexible.
10
 
admin/admin.php CHANGED
@@ -285,7 +285,7 @@ function wpcf7_install() {
285
  ), array( '%d', '%s', '%s', '%s', '%s', '%s', '%s' ) );
286
  }
287
 
288
- delete_option( 'wpcf7' );
289
  } else {
290
  wpcf7_load_plugin_textdomain();
291
 
285
  ), array( '%d', '%s', '%s', '%s', '%s', '%s', '%s' ) );
286
  }
287
 
288
+ // delete_option( 'wpcf7' ); // Comment out for downgrading case for a while
289
  } else {
290
  wpcf7_load_plugin_textdomain();
291
 
wp-contact-form-7.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form 7
4
  Plugin URI: http://ideasilo.wordpress.com/2007/04/30/contact-form-7/
5
  Description: Just another contact form plugin. Simple but flexible.
6
  Author: Takayuki Miyoshi
7
- Version: 2.0-beta
8
  Author URI: http://ideasilo.wordpress.com/
9
  */
10
 
@@ -25,7 +25,7 @@ Author URI: http://ideasilo.wordpress.com/
25
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26
  */
27
 
28
- define( 'WPCF7_VERSION', '2.0-beta' );
29
 
30
  if ( ! defined( 'WPCF7_PLUGIN_DIR' ) )
31
  define( 'WPCF7_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . plugin_basename( dirname( __FILE__ ) ) );
4
  Plugin URI: http://ideasilo.wordpress.com/2007/04/30/contact-form-7/
5
  Description: Just another contact form plugin. Simple but flexible.
6
  Author: Takayuki Miyoshi
7
+ Version: 2.0
8
  Author URI: http://ideasilo.wordpress.com/
9
  */
10
 
25
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26
  */
27
 
28
+ define( 'WPCF7_VERSION', '2.0' );
29
 
30
  if ( ! defined( 'WPCF7_PLUGIN_DIR' ) )
31
  define( 'WPCF7_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . plugin_basename( dirname( __FILE__ ) ) );