From 9598c2c98e69946592f3fbbe9e796fd1df660f8f Mon Sep 17 00:00:00 2001 From: Michael Torbert Date: Tue, 6 Dec 2016 18:03:22 -0500 Subject: [PATCH] version bump to 2.3.11.1 --- 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 63516cfb9..d5cc4c842 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 +Version: 2.3.11.1 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 + * @version 2.3.11.1 */ if ( ! defined( 'AIOSEOPPRO' ) ) { define( 'AIOSEOPPRO', false ); } if ( ! defined( 'AIOSEOP_VERSION' ) ) { - define( 'AIOSEOP_VERSION', '2.3.11' ); + define( 'AIOSEOP_VERSION', '2.3.11.1' ); } global $aioseop_plugin_name; $aioseop_plugin_name = 'All in One SEO Pack';