From 14a4c7d5d493aac94600dc871a1f95e6e5e2a001 Mon Sep 17 00:00:00 2001 From: Michael Torbert Date: Thu, 6 Apr 2017 13:05:46 -0400 Subject: [PATCH 1/2] remove extra + signs --- modules/aioseop_opengraph.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/aioseop_opengraph.php b/modules/aioseop_opengraph.php index 8c664c8fd..c2e97a8dd 100644 --- a/modules/aioseop_opengraph.php +++ b/modules/aioseop_opengraph.php @@ -255,12 +255,12 @@ function __construct() { 'type' => 'select', 'initial_options' => Array( '' => __( 'Default Image', 'all-in-one-seo-pack' ), - + 'featured' => __( 'Featured Image', 'all-in-one-seo-pack' ), - + 'attach' => __( 'First Attached Image', 'all-in-one-seo-pack' ), - + 'content' => __( 'First Image In Content', 'all-in-one-seo-pack' ), - + 'custom' => __( 'Image From Custom Field', 'all-in-one-seo-pack' ), - + 'author' => __( 'Post Author Image', 'all-in-one-seo-pack' ), - + 'auto' => __( 'First Available Image', 'all-in-one-seo-pack' ), + 'featured' => __( 'Featured Image', 'all-in-one-seo-pack' ), + 'attach' => __( 'First Attached Image', 'all-in-one-seo-pack' ), + 'content' => __( 'First Image In Content', 'all-in-one-seo-pack' ), + 'custom' => __( 'Image From Custom Field', 'all-in-one-seo-pack' ), + 'author' => __( 'Post Author Image', 'all-in-one-seo-pack' ), + 'auto' => __( 'First Available Image', 'all-in-one-seo-pack' ), ), ), 'fallback' => Array( From f7f1d4cf16efcea994f47973b525877b473d2780 Mon Sep 17 00:00:00 2001 From: Michael Torbert Date: Thu, 6 Apr 2017 13:06:25 -0400 Subject: [PATCH 2/2] version bump to 2.3.12.2.1 --- all_in_one_seo_pack.php | 6 +++--- readme.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/all_in_one_seo_pack.php b/all_in_one_seo_pack.php index 534c2f69e..27d57a057 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://semperplugins.com/all-in-one-seo-pack-pro-version/ 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. More than 30 million downloads since 2007. -Version: 2.3.12.2 +Version: 2.3.12.2.1 Author: Michael Torbert Author URI: https://semperplugins.com/all-in-one-seo-pack-pro-version/ 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.12.2 + * @version 2.3.12.2.1 */ if ( ! defined( 'AIOSEOPPRO' ) ) { define( 'AIOSEOPPRO', false ); } if ( ! defined( 'AIOSEOP_VERSION' ) ) { - define( 'AIOSEOP_VERSION', '2.3.12.2' ); + define( 'AIOSEOP_VERSION', '2.3.12.2.1' ); } global $aioseop_plugin_name; $aioseop_plugin_name = 'All in One SEO Pack'; diff --git a/readme.txt b/readme.txt index 46a647890..5e2647f12 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtor Tags: seo, all in one seo, google, twitter, page, image seo, social, search engine optimization, sitemap, WordPress SEO, meta, meta description, xml sitemap, google sitemap, sitemaps, robots meta, yahoo, bing, news sitemaps, multisite, canonical, nofollow, noindex, keywords, description, webmaster tools, google webmaster tools, google analytics Requires at least: 4.0 Tested up to: 4.7 -Stable tag: 2.3.12.2 +Stable tag: 2.3.12.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html