Skip to content

Commit

Permalink
version bump to 2.3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltorbert authored Jan 23, 2017
1 parent 5c803c6 commit dde187e
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: https://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.11.2
Version: 2.3.11.3
Author: Michael Torbert
Author URI: https://michaeltorbert.com
Text Domain: all-in-one-seo-pack
Expand Down Expand Up @@ -31,14 +31,14 @@
* The original WordPress SEO plugin.
*
* @package All-in-One-SEO-Pack
* @version 2.3.11.2
* @version 2.3.11.3
*/

if ( ! defined( 'AIOSEOPPRO' ) ) {
define( 'AIOSEOPPRO', false );
}
if ( ! defined( 'AIOSEOP_VERSION' ) ) {
define( 'AIOSEOP_VERSION', '2.3.11.2' );
define( 'AIOSEOP_VERSION', '2.3.11.3' );
}
global $aioseop_plugin_name;
$aioseop_plugin_name = 'All in One SEO Pack';
Expand Down

0 comments on commit dde187e

Please sign in to comment.