From dde187e70ae0946d934623b7452bbd214297f4cd Mon Sep 17 00:00:00 2001 From: Michael Torbert Date: Mon, 23 Jan 2017 12:08:59 -0500 Subject: [PATCH] version bump to 2.3.11.3 --- all_in_one_seo_pack.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/all_in_one_seo_pack.php b/all_in_one_seo_pack.php index 9adb9c357..ad24381f0 100644 --- a/all_in_one_seo_pack.php +++ b/all_in_one_seo_pack.php @@ -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 @@ -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';