Changeset 2195818
- Timestamp:
- 11/18/2019 05:28:28 PM (6 years ago)
- Location:
- all-in-one-seo-pack
- Files:
-
- 3 deleted
- 4 edited
- 26 copied
-
tags/3.3.3 (copied) (copied from all-in-one-seo-pack/trunk)
-
tags/3.3.3/admin/aioseop_module_class.php (copied) (copied from all-in-one-seo-pack/trunk/admin/aioseop_module_class.php)
-
tags/3.3.3/admin/class-aioseop-helper.php (copied) (copied from all-in-one-seo-pack/trunk/admin/class-aioseop-helper.php)
-
tags/3.3.3/admin/display/general-metaboxes.php (copied) (copied from all-in-one-seo-pack/trunk/admin/display/general-metaboxes.php)
-
tags/3.3.3/aioseop_class.php (copied) (copied from all-in-one-seo-pack/trunk/aioseop_class.php)
-
tags/3.3.3/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.3/css/modules/aioseop_module.css (copied) (copied from all-in-one-seo-pack/trunk/css/modules/aioseop_module.css)
-
tags/3.3.3/css/modules/aioseop_module.min.css (copied) (copied from all-in-one-seo-pack/trunk/css/modules/aioseop_module.min.css)
-
tags/3.3.3/inc/aioseop_functions.php (copied) (copied from all-in-one-seo-pack/trunk/inc/aioseop_functions.php)
-
tags/3.3.3/inc/aiosp_common.php (copied) (copied from all-in-one-seo-pack/trunk/inc/aiosp_common.php)
-
tags/3.3.3/inc/compatability (deleted)
-
tags/3.3.3/inc/compatibility (copied) (copied from all-in-one-seo-pack/trunk/inc/compatibility)
-
tags/3.3.3/inc/general (copied) (copied from all-in-one-seo-pack/trunk/inc/general)
-
tags/3.3.3/inc/general/aioseop-robots-meta.php (copied) (copied from all-in-one-seo-pack/trunk/inc/general/aioseop-robots-meta.php)
-
tags/3.3.3/inc/schema/graphs/graph-organization.php (copied) (copied from all-in-one-seo-pack/trunk/inc/schema/graphs/graph-organization.php)
-
tags/3.3.3/inc/schema/graphs/graph-webpage.php (copied) (copied from all-in-one-seo-pack/trunk/inc/schema/graphs/graph-webpage.php)
-
tags/3.3.3/inc/schema/graphs/graph.php (copied) (copied from all-in-one-seo-pack/trunk/inc/schema/graphs/graph.php)
-
tags/3.3.3/inc/schema/schema-builder.php (copied) (copied from all-in-one-seo-pack/trunk/inc/schema/schema-builder.php)
-
tags/3.3.3/js/admin (copied) (copied from all-in-one-seo-pack/trunk/js/admin)
-
tags/3.3.3/js/admin/aioseop-count-chars.js (copied) (copied from all-in-one-seo-pack/trunk/js/admin/aioseop-count-chars.js) (2 diffs)
-
tags/3.3.3/js/admin/aioseop-preview-snippet.js (copied) (copied from all-in-one-seo-pack/trunk/js/admin/aioseop-preview-snippet.js)
-
tags/3.3.3/js/aioseop-helper.js (copied) (copied from all-in-one-seo-pack/trunk/js/aioseop-helper.js)
-
tags/3.3.3/js/count-chars.js (deleted)
-
tags/3.3.3/js/count-chars.min.js (deleted)
-
tags/3.3.3/modules/aioseop_importer_exporter.php (copied) (copied from all-in-one-seo-pack/trunk/modules/aioseop_importer_exporter.php)
-
tags/3.3.3/modules/aioseop_opengraph.php (copied) (copied from all-in-one-seo-pack/trunk/modules/aioseop_opengraph.php) (2 diffs)
-
tags/3.3.3/modules/aioseop_sitemap.php (copied) (copied from all-in-one-seo-pack/trunk/modules/aioseop_sitemap.php)
-
tags/3.3.3/public/google-analytics.php (copied) (copied from all-in-one-seo-pack/trunk/public/google-analytics.php)
-
tags/3.3.3/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) (2 diffs)
-
trunk/modules/aioseop_opengraph.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
all-in-one-seo-pack/tags/3.3.3/all_in_one_seo_pack.php
r2192264 r2195818 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. 26 Version: 3.3.3 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. 234 * @version 3.3.3 35 35 */ 36 36 … … 46 46 } 47 47 if ( ! defined( 'AIOSEOP_VERSION' ) ) { 48 define( 'AIOSEOP_VERSION', '3.3. 2' );48 define( 'AIOSEOP_VERSION', '3.3.3' ); 49 49 } 50 50 -
all-in-one-seo-pack/tags/3.3.3/js/admin/aioseop-count-chars.js
r2192264 r2195818 29 29 } 30 30 else if ('undefined' !== typeof aioseopOGCharacterCounter) { 31 isGutenberg = aioseopOGCharacterCounter.isGutenberg; 31 32 pluginDirName = aioseopOGCharacterCounter.pluginDirName; 32 33 currentPage = aioseopOGCharacterCounter.currentPage; … … 195 196 case 'aiosp_title': 196 197 case 'aioseop_opengraph_settings_title': 197 counterField.val(+$('#aiosp_snippet_title').parent()[0].innerText.length); 198 if( 'undefined' !== typeof $('#aiosp_snippet_title').parent()[0]) { 199 counterField.val(+$('#aiosp_snippet_title').parent()[0].innerText.length); 200 } 198 201 break; 199 202 default: -
all-in-one-seo-pack/tags/3.3.3/modules/aioseop_opengraph.php
r2190206 r2195818 1885 1885 */ 1886 1886 public function admin_enqueue_scripts( $hook_suffix ) { 1887 global $current_screen; 1888 1889 $is_gutenberg = 'false'; 1890 if ( method_exists( $current_screen, 'is_block_editor' ) && $current_screen->is_block_editor() ) { 1891 $is_gutenberg = 'true'; 1892 } 1893 1887 1894 switch ( $hook_suffix ) { 1888 1895 case 'term.php': … … 1913 1920 1914 1921 $count_chars_data = array( 1922 'isGutenberg' => $is_gutenberg, 1915 1923 'pluginDirName' => AIOSEOP_PLUGIN_DIRNAME, 1916 1924 'currentPage' => $hook_suffix, -
all-in-one-seo-pack/tags/3.3.3/readme.txt
r2192264 r2195818 4 4 Requires at least: 4.9 5 5 Tested up to: 5.3 6 Stable tag: 3.3. 26 Stable tag: 3.3.3 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
r2192264 r2195818 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. 26 Version: 3.3.3 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. 234 * @version 3.3.3 35 35 */ 36 36 … … 46 46 } 47 47 if ( ! defined( 'AIOSEOP_VERSION' ) ) { 48 define( 'AIOSEOP_VERSION', '3.3. 2' );48 define( 'AIOSEOP_VERSION', '3.3.3' ); 49 49 } 50 50 -
all-in-one-seo-pack/trunk/js/admin/aioseop-count-chars.js
r2192264 r2195818 29 29 } 30 30 else if ('undefined' !== typeof aioseopOGCharacterCounter) { 31 isGutenberg = aioseopOGCharacterCounter.isGutenberg; 31 32 pluginDirName = aioseopOGCharacterCounter.pluginDirName; 32 33 currentPage = aioseopOGCharacterCounter.currentPage; … … 195 196 case 'aiosp_title': 196 197 case 'aioseop_opengraph_settings_title': 197 counterField.val(+$('#aiosp_snippet_title').parent()[0].innerText.length); 198 if( 'undefined' !== typeof $('#aiosp_snippet_title').parent()[0]) { 199 counterField.val(+$('#aiosp_snippet_title').parent()[0].innerText.length); 200 } 198 201 break; 199 202 default: -
all-in-one-seo-pack/trunk/modules/aioseop_opengraph.php
r2190206 r2195818 1885 1885 */ 1886 1886 public function admin_enqueue_scripts( $hook_suffix ) { 1887 global $current_screen; 1888 1889 $is_gutenberg = 'false'; 1890 if ( method_exists( $current_screen, 'is_block_editor' ) && $current_screen->is_block_editor() ) { 1891 $is_gutenberg = 'true'; 1892 } 1893 1887 1894 switch ( $hook_suffix ) { 1888 1895 case 'term.php': … … 1913 1920 1914 1921 $count_chars_data = array( 1922 'isGutenberg' => $is_gutenberg, 1915 1923 'pluginDirName' => AIOSEOP_PLUGIN_DIRNAME, 1916 1924 'currentPage' => $hook_suffix, -
all-in-one-seo-pack/trunk/readme.txt
r2192264 r2195818 4 4 Requires at least: 4.9 5 5 Tested up to: 5.3 6 Stable tag: 3.3. 26 Stable tag: 3.3.3 7 7 License: GPLv2 or later 8 8 Requires PHP: 5.2.4
Note: See TracChangeset
for help on using the changeset viewer.