Version Description
- Compatibility with WP 5.0
Download this release
Release Info
Developer | Crunchify |
Plugin | All in One Webmaster |
Version | 15.0 |
Comparing to | |
See all releases |
Code changes from version 14.0 to 15.0
- all-in-one-webmaster-premium.php +3 -3
- readme.txt +6 -3
all-in-one-webmaster-premium.php
CHANGED
@@ -9,13 +9,13 @@
|
|
9 |
* @author Crunchify
|
10 |
* @license GPL-2.0+
|
11 |
* @link https://crunchify.com/all-in-one-webmaster/
|
12 |
-
* @copyright
|
13 |
*
|
14 |
* @wordpress-plugin
|
15 |
* Plugin Name: All in One Webmaster
|
16 |
* Plugin URI: https://crunchify.com/all-in-one-webmaster/
|
17 |
* Description: All in One Webmaster is the best webmaster plugin for WordPress that adds Meta-Tags and Scripts to your Site's Header and Footer Section automatically without changing any of your themes file and without slowing down your site.
|
18 |
-
* Version:
|
19 |
* Author: Crunchify
|
20 |
* Author URI: https://crunchify.com/
|
21 |
* Text Domain: all-in-one-webmaster
|
@@ -40,7 +40,7 @@ class aiow_premium {
|
|
40 |
*
|
41 |
* @var string
|
42 |
*/
|
43 |
-
protected $version = '
|
44 |
|
45 |
/**
|
46 |
* The name of the plugin.
|
9 |
* @author Crunchify
|
10 |
* @license GPL-2.0+
|
11 |
* @link https://crunchify.com/all-in-one-webmaster/
|
12 |
+
* @copyright 2018 Crunchify, LLC. All rights reserved.
|
13 |
*
|
14 |
* @wordpress-plugin
|
15 |
* Plugin Name: All in One Webmaster
|
16 |
* Plugin URI: https://crunchify.com/all-in-one-webmaster/
|
17 |
* Description: All in One Webmaster is the best webmaster plugin for WordPress that adds Meta-Tags and Scripts to your Site's Header and Footer Section automatically without changing any of your themes file and without slowing down your site.
|
18 |
+
* Version: 15.0
|
19 |
* Author: Crunchify
|
20 |
* Author URI: https://crunchify.com/
|
21 |
* Text Domain: all-in-one-webmaster
|
40 |
*
|
41 |
* @var string
|
42 |
*/
|
43 |
+
protected $version = '15.0';
|
44 |
|
45 |
/**
|
46 |
* The name of the plugin.
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: Crunchify
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8ZF6WATLYFELQ
|
4 |
Tags: All in One Webmaster, Webmaster, Pinterest, SEO, Google, Bing, Google Analytics, Alexa, Blog Central, Quantcast, Facebook Insights, Search Engine Optimization, JQuery, ToolTips, Crunchify Premium Plugin, All in One Webmaster
|
5 |
-
Requires at least: 4.
|
6 |
-
Tested up to:
|
7 |
-
Stable tag:
|
8 |
|
9 |
Sitemap submission to Google & Bing. Webmaster option 4 Google,Bing,Facebook,etc. Analytics option 4 Google, Quantcast, Clicky, Compete
|
10 |
|
@@ -95,6 +95,9 @@ Subscribe to <a href="https://twitter.com/Crunchify">Twitter</a> and <a href="ht
|
|
95 |
|
96 |
== Changelog ==
|
97 |
|
|
|
|
|
|
|
98 |
= 14.0 =
|
99 |
* Compatibility with WP 4.9.6
|
100 |
|
2 |
Contributors: Crunchify
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8ZF6WATLYFELQ
|
4 |
Tags: All in One Webmaster, Webmaster, Pinterest, SEO, Google, Bing, Google Analytics, Alexa, Blog Central, Quantcast, Facebook Insights, Search Engine Optimization, JQuery, ToolTips, Crunchify Premium Plugin, All in One Webmaster
|
5 |
+
Requires at least: 4.8
|
6 |
+
Tested up to: 5.0.2
|
7 |
+
Stable tag: 15.0
|
8 |
|
9 |
Sitemap submission to Google & Bing. Webmaster option 4 Google,Bing,Facebook,etc. Analytics option 4 Google, Quantcast, Clicky, Compete
|
10 |
|
95 |
|
96 |
== Changelog ==
|
97 |
|
98 |
+
= 15.0 =
|
99 |
+
* Compatibility with WP 5.0
|
100 |
+
|
101 |
= 14.0 =
|
102 |
* Compatibility with WP 4.9.6
|
103 |
|