All in One SEO Pack - Version 2.12.1

Version Description

Download this release

Release Info

Developer hallsofmontezuma
Plugin Icon 128x128 All in One SEO Pack
Version 2.12.1
Comparing to
See all releases

Code changes from version 2.12 to 2.12.1

all_in_one_seo_pack.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: All In One SEO Pack
5
  Plugin URI: https://semperplugins.com/all-in-one-seo-pack-pro-version/
6
  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 50 million downloads since 2007.
7
- Version: 2.12
8
  Author: Michael Torbert
9
  Author URI: https://semperplugins.com/all-in-one-seo-pack-pro-version/
10
  Text Domain: all-in-one-seo-pack
@@ -32,14 +32,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
32
  * The original WordPress SEO plugin.
33
  *
34
  * @package All-in-One-SEO-Pack
35
- * @version 2.12
36
  */
37
 
38
  if ( ! defined( 'AIOSEOPPRO' ) ) {
39
  define( 'AIOSEOPPRO', false );
40
  }
41
  if ( ! defined( 'AIOSEOP_VERSION' ) ) {
42
- define( 'AIOSEOP_VERSION', '2.12' );
43
  }
44
  global $aioseop_plugin_name;
45
  $aioseop_plugin_name = 'All in One SEO Pack';
4
  Plugin Name: All In One SEO Pack
5
  Plugin URI: https://semperplugins.com/all-in-one-seo-pack-pro-version/
6
  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 50 million downloads since 2007.
7
+ Version: 2.12.1
8
  Author: Michael Torbert
9
  Author URI: https://semperplugins.com/all-in-one-seo-pack-pro-version/
10
  Text Domain: all-in-one-seo-pack
32
  * The original WordPress SEO plugin.
33
  *
34
  * @package All-in-One-SEO-Pack
35
+ * @version 2.12.1
36
  */
37
 
38
  if ( ! defined( 'AIOSEOPPRO' ) ) {
39
  define( 'AIOSEOPPRO', false );
40
  }
41
  if ( ! defined( 'AIOSEOP_VERSION' ) ) {
42
+ define( 'AIOSEOP_VERSION', '2.12.1' );
43
  }
44
  global $aioseop_plugin_name;
45
  $aioseop_plugin_name = 'All in One SEO Pack';
css/modules/aioseop_module-rtl.css CHANGED
@@ -39,8 +39,9 @@
39
  }
40
 
41
  .aioseop_label {
 
42
  padding-left: 0;
43
- padding-right: 20px;
44
  text-align: right;
45
  direction: rtl
46
  }
39
  }
40
 
41
  .aioseop_label {
42
+ float: right;
43
  padding-left: 0;
44
+ padding-right:0;
45
  text-align: right;
46
  direction: rtl
47
  }
css/modules/aioseop_module.css CHANGED
@@ -33,6 +33,7 @@
33
  outline: none;
34
  color: #888;
35
  font-family: sans-serif;
 
36
  }
37
 
38
  .aioseop_help_text_link span {
@@ -125,6 +126,10 @@ div.aioseop_tip_icon:before {
125
  position: relative;
126
  }
127
 
 
 
 
 
128
  .aioseop_tabs .aioseop_meta_box_help,
129
  .aioseop_tabs .aioseop_meta_box_help:active {
130
  margin-top: 4px;
@@ -1496,4 +1501,4 @@ textarea.robots-text {
1496
 
1497
  div#aiosp_sitemap_status_metabox .toggle-indicator {
1498
  display:none;
1499
- }
33
  outline: none;
34
  color: #888;
35
  font-family: sans-serif;
36
+ line-height: 1.4em;
37
  }
38
 
39
  .aioseop_help_text_link span {
126
  position: relative;
127
  }
128
 
129
+ .aioseop_meta_box_help span {
130
+ vertical-align: middle;
131
+ }
132
+
133
  .aioseop_tabs .aioseop_meta_box_help,
134
  .aioseop_tabs .aioseop_meta_box_help:active {
135
  margin-top: 4px;
1501
 
1502
  div#aiosp_sitemap_status_metabox .toggle-indicator {
1503
  display:none;
1504
+ }
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: hallsofmontezuma, semperplugins, wpsmort, arnaudbroes
3
  Tags: SEO, Google Search Console, XML Sitemap, meta description, meta title, noindex
4
  Requires at least: 4.6
5
- Tested up to: 5.1
6
- Stable tag: 2.12
7
  License: GPLv2 or later
8
  Requires PHP: 5.2.4
9
 
2
  Contributors: hallsofmontezuma, semperplugins, wpsmort, arnaudbroes
3
  Tags: SEO, Google Search Console, XML Sitemap, meta description, meta title, noindex
4
  Requires at least: 4.6
5
+ Tested up to: 5.2
6
+ Stable tag: 2.12.1
7
  License: GPLv2 or later
8
  Requires PHP: 5.2.4
9