Skip to content

Commit

Permalink
bumping version to 2.3.3.2 stable
Browse files Browse the repository at this point in the history
improvements to the seo meta importer
  • Loading branch information
Michael Torbert committed Apr 2, 2016
1 parent fe4e403 commit e1141df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions all_in_one_seo_pack.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: All In One SEO Pack
Plugin URI: http://semperfiwebdesign.com
Description: Out-of-the-box SEO for your WordPress blog. Features like XML Sitemaps, SEO for custom post types, SEO for blogs or business sites, SEO for ecommerce sites, and much more. Almost 30 million downloads since 2007.
Version: 2.3.3.2-alpha
Version: 2.3.3.2
Author: Michael Torbert
Author URI: http://michaeltorbert.com
Text Domain: all-in-one-seo-pack
Expand All @@ -29,11 +29,11 @@

/**
* @package All-in-One-SEO-Pack
* @version 2.3.3.2-alpha
* @version 2.3.3.2
*/

if(!defined('AIOSEOPPRO')) define('AIOSEOPPRO', false);
if ( ! defined( 'AIOSEOP_VERSION' ) ) define( 'AIOSEOP_VERSION', '2.3.3.2-alpha' );
if ( ! defined( 'AIOSEOP_VERSION' ) ) define( 'AIOSEOP_VERSION', '2.3.3.2' );
global $aioseop_plugin_name;
$aioseop_plugin_name = 'All in One SEO Pack';

Expand Down

0 comments on commit e1141df

Please sign in to comment.