Changeset 2192264
- Timestamp:
- 11/13/2019 10:03:51 PM (6 years ago)
- Location:
- all-in-one-seo-pack
- Files:
-
- 3 deleted
- 6 edited
- 24 copied
-
tags/3.3.2 (copied) (copied from all-in-one-seo-pack/trunk)
-
tags/3.3.2/admin/aioseop_module_class.php (copied) (copied from all-in-one-seo-pack/trunk/admin/aioseop_module_class.php)
-
tags/3.3.2/admin/class-aioseop-helper.php (copied) (copied from all-in-one-seo-pack/trunk/admin/class-aioseop-helper.php)
-
tags/3.3.2/admin/display/general-metaboxes.php (copied) (copied from all-in-one-seo-pack/trunk/admin/display/general-metaboxes.php)
-
tags/3.3.2/aioseop_class.php (copied) (copied from all-in-one-seo-pack/trunk/aioseop_class.php)
-
tags/3.3.2/all_in_one_seo_pack.php (copied) (copied from all-in-one-seo-pack/trunk/all_in_one_seo_pack.php) (3 diffs)
-
tags/3.3.2/css/modules/aioseop_module.css (copied) (copied from all-in-one-seo-pack/trunk/css/modules/aioseop_module.css)
-
tags/3.3.2/css/modules/aioseop_module.min.css (copied) (copied from all-in-one-seo-pack/trunk/css/modules/aioseop_module.min.css)
-
tags/3.3.2/inc/aioseop_functions.php (copied) (copied from all-in-one-seo-pack/trunk/inc/aioseop_functions.php)
-
tags/3.3.2/inc/aiosp_common.php (copied) (copied from all-in-one-seo-pack/trunk/inc/aiosp_common.php)
-
tags/3.3.2/inc/compatability (deleted)
-
tags/3.3.2/inc/compatibility (copied) (copied from all-in-one-seo-pack/trunk/inc/compatibility)
-
tags/3.3.2/inc/general (copied) (copied from all-in-one-seo-pack/trunk/inc/general)
-
tags/3.3.2/inc/general/aioseop-robots-meta.php (copied) (copied from all-in-one-seo-pack/trunk/inc/general/aioseop-robots-meta.php)
-
tags/3.3.2/inc/schema/graphs/graph-organization.php (copied) (copied from all-in-one-seo-pack/trunk/inc/schema/graphs/graph-organization.php)
-
tags/3.3.2/inc/schema/graphs/graph-webpage.php (copied) (copied from all-in-one-seo-pack/trunk/inc/schema/graphs/graph-webpage.php)
-
tags/3.3.2/inc/schema/graphs/graph.php (copied) (copied from all-in-one-seo-pack/trunk/inc/schema/graphs/graph.php)
-
tags/3.3.2/inc/schema/schema-builder.php (copied) (copied from all-in-one-seo-pack/trunk/inc/schema/schema-builder.php)
-
tags/3.3.2/js/admin (copied) (copied from all-in-one-seo-pack/trunk/js/admin)
-
tags/3.3.2/js/admin/aioseop-count-chars.js (modified) (1 diff)
-
tags/3.3.2/js/admin/aioseop-preview-snippet.js (modified) (1 diff)
-
tags/3.3.2/js/aioseop-helper.js (copied) (copied from all-in-one-seo-pack/trunk/js/aioseop-helper.js)
-
tags/3.3.2/js/count-chars.js (deleted)
-
tags/3.3.2/js/count-chars.min.js (deleted)
-
tags/3.3.2/modules/aioseop_importer_exporter.php (copied) (copied from all-in-one-seo-pack/trunk/modules/aioseop_importer_exporter.php)
-
tags/3.3.2/modules/aioseop_opengraph.php (copied) (copied from all-in-one-seo-pack/trunk/modules/aioseop_opengraph.php)
-
tags/3.3.2/modules/aioseop_sitemap.php (copied) (copied from all-in-one-seo-pack/trunk/modules/aioseop_sitemap.php)
-
tags/3.3.2/public/google-analytics.php (copied) (copied from all-in-one-seo-pack/trunk/public/google-analytics.php)
-
tags/3.3.2/readme.txt (copied) (copied from all-in-one-seo-pack/trunk/readme.txt) (1 diff)
-
trunk/all_in_one_seo_pack.php (modified) (3 diffs)
-
trunk/js/admin/aioseop-count-chars.js (modified) (1 diff)
-
trunk/js/admin/aioseop-preview-snippet.js (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
all-in-one-seo-pack/tags/3.3.2/all_in_one_seo_pack.php
r2190929 r2192264 4 4 Plugin URI: https://semperplugins.com/all-in-one-seo-pack-pro-version/ 5 5 Description: Out-of-the-box SEO for WordPress. 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. 6 Version: 3.3. 1.16 Version: 3.3.2 7 7 Author: Michael Torbert 8 8 Author URI: https://semperplugins.com/all-in-one-seo-pack-pro-version/ … … 32 32 * 33 33 * @package All-in-One-SEO-Pack 34 * @version 3.3. 1.134 * @version 3.3.2 35 35 */ 36 36 … … 46 46 } 47 47 if ( ! defined( 'AIOSEOP_VERSION' ) ) { 48 define( 'AIOSEOP_VERSION', '3.3. 1.1' );48 define( 'AIOSEOP_VERSION', '3.3.2' ); 49 49 } 50 50 -
all-in-one-seo-pack/tags/3.3.2/js/admin/aioseop-count-chars.js
r2190206 r2192264 7 7 */ 8 8 9 $(function (){ // eslint-disable-line max-statements9 jQuery(function($){ // eslint-disable-line max-statements 10 10 11 11 "use strict"; -
all-in-one-seo-pack/tags/3.3.2/js/admin/aioseop-preview-snippet.js
r2190206 r2192264 8 8 */ 9 9 10 $(function (){10 jQuery(function($){ 11 11 12 12 "use strict"; -
all-in-one-seo-pack/tags/3.3.2/readme.txt
r2190929 r2192264 4 4 Requires at least: 4.9 5 5 Tested up to: 5.3 6 Stable tag: 3.3. 1.16 Stable tag: 3.3.2 7 7 License: GPLv2 or later 8 8 Requires PHP: 5.2.4 -
all-in-one-seo-pack/trunk/all_in_one_seo_pack.php
r2190929 r2192264 4 4 Plugin URI: https://semperplugins.com/all-in-one-seo-pack-pro-version/ 5 5 Description: Out-of-the-box SEO for WordPress. 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. 6 Version: 3.3. 1.16 Version: 3.3.2 7 7 Author: Michael Torbert 8 8 Author URI: https://semperplugins.com/all-in-one-seo-pack-pro-version/ … … 32 32 * 33 33 * @package All-in-One-SEO-Pack 34 * @version 3.3. 1.134 * @version 3.3.2 35 35 */ 36 36 … … 46 46 } 47 47 if ( ! defined( 'AIOSEOP_VERSION' ) ) { 48 define( 'AIOSEOP_VERSION', '3.3. 1.1' );48 define( 'AIOSEOP_VERSION', '3.3.2' ); 49 49 } 50 50 -
all-in-one-seo-pack/trunk/js/admin/aioseop-count-chars.js
r2190206 r2192264 7 7 */ 8 8 9 $(function (){ // eslint-disable-line max-statements9 jQuery(function($){ // eslint-disable-line max-statements 10 10 11 11 "use strict"; -
all-in-one-seo-pack/trunk/js/admin/aioseop-preview-snippet.js
r2190206 r2192264 8 8 */ 9 9 10 $(function (){10 jQuery(function($){ 11 11 12 12 "use strict"; -
all-in-one-seo-pack/trunk/readme.txt
r2190929 r2192264 4 4 Requires at least: 4.9 5 5 Tested up to: 5.3 6 Stable tag: 3.3. 1.16 Stable tag: 3.3.2 7 7 License: GPLv2 or later 8 8 Requires PHP: 5.2.4
Note: See TracChangeset
for help on using the changeset viewer.