Changeset 3028972
- Timestamp:
- 01/30/2024 04:03:07 PM (2 years ago)
- Location:
- diagnoseo
- Files:
-
- 2 added
- 4 edited
- 34 copied
-
tags/1.2.21 (copied) (copied from diagnoseo/trunk)
-
tags/1.2.21/css/diagnoseo-admin.css (copied) (copied from diagnoseo/trunk/css/diagnoseo-admin.css)
-
tags/1.2.21/css/diagnoseo-editor.css (copied) (copied from diagnoseo/trunk/css/diagnoseo-editor.css)
-
tags/1.2.21/diagnoseo.php (copied) (copied from diagnoseo/trunk/diagnoseo.php) (1 diff)
-
tags/1.2.21/includes/admin-bar-menu.php (copied) (copied from diagnoseo/trunk/includes/admin-bar-menu.php)
-
tags/1.2.21/includes/api-endpoints.php (copied) (copied from diagnoseo/trunk/includes/api-endpoints.php)
-
tags/1.2.21/includes/assets.php (copied) (copied from diagnoseo/trunk/includes/assets.php)
-
tags/1.2.21/includes/blocks.php (copied) (copied from diagnoseo/trunk/includes/blocks.php)
-
tags/1.2.21/includes/blocks/breadcrumbs/breadcrumbs.php (copied) (copied from diagnoseo/trunk/includes/blocks/breadcrumbs/breadcrumbs.php)
-
tags/1.2.21/includes/class-diagnoseo-breadcrumbs.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-breadcrumbs.php) (1 diff)
-
tags/1.2.21/includes/class-diagnoseo-generalsettings.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-generalsettings.php)
-
tags/1.2.21/includes/class-diagnoseo-metatags.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-metatags.php) (2 diffs)
-
tags/1.2.21/includes/class-diagnoseo-metatagsettings.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-metatagsettings.php)
-
tags/1.2.21/includes/class-diagnoseo-schemasettings.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-schemasettings.php)
-
tags/1.2.21/includes/class-diagnoseo-settings.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-settings.php)
-
tags/1.2.21/includes/class-diagnoseo-settingshelper.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-settingshelper.php)
-
tags/1.2.21/includes/content-watcher-meta.php (copied) (copied from diagnoseo/trunk/includes/content-watcher-meta.php)
-
tags/1.2.21/includes/content-watcher-scripts.php (copied) (copied from diagnoseo/trunk/includes/content-watcher-scripts.php)
-
tags/1.2.21/includes/customize/breadcrumbs.php (copied) (copied from diagnoseo/trunk/includes/customize/breadcrumbs.php)
-
tags/1.2.21/includes/customize/customize-utils.php (copied) (copied from diagnoseo/trunk/includes/customize/customize-utils.php)
-
tags/1.2.21/includes/customize/defaults.php (copied) (copied from diagnoseo/trunk/includes/customize/defaults.php)
-
tags/1.2.21/includes/metabox-seo-settings.php (copied) (copied from diagnoseo/trunk/includes/metabox-seo-settings.php)
-
tags/1.2.21/includes/option-defaults.php (copied) (copied from diagnoseo/trunk/includes/option-defaults.php)
-
tags/1.2.21/includes/sitemap.php (copied) (copied from diagnoseo/trunk/includes/sitemap.php)
-
tags/1.2.21/includes/structured-data.php (copied) (copied from diagnoseo/trunk/includes/structured-data.php)
-
tags/1.2.21/includes/utils.php (copied) (copied from diagnoseo/trunk/includes/utils.php)
-
tags/1.2.21/js/blocks/breadcrumbs.min.js (copied) (copied from diagnoseo/trunk/js/blocks/breadcrumbs.min.js)
-
tags/1.2.21/js/build/index.js (copied) (copied from diagnoseo/trunk/js/build/index.js)
-
tags/1.2.21/js/diagnoseo-checks.min.js (copied) (copied from diagnoseo/trunk/js/diagnoseo-checks.min.js)
-
tags/1.2.21/js/diagnoseo-editor-metabox.min.js (copied) (copied from diagnoseo/trunk/js/diagnoseo-editor-metabox.min.js)
-
tags/1.2.21/js/diagnoseo-editor.min.js (copied) (copied from diagnoseo/trunk/js/diagnoseo-editor.min.js)
-
tags/1.2.21/js/diagnoseo.min.js (copied) (copied from diagnoseo/trunk/js/diagnoseo.min.js)
-
tags/1.2.21/languages (copied) (copied from diagnoseo/trunk/languages)
-
tags/1.2.21/readme.txt (copied) (copied from diagnoseo/trunk/readme.txt) (1 diff)
-
tags/1.2.21/wpml-config.xml (added)
-
trunk/diagnoseo.php (modified) (1 diff)
-
trunk/includes/class-diagnoseo-breadcrumbs.php (modified) (1 diff)
-
trunk/includes/class-diagnoseo-metatags.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wpml-config.xml (added)
Legend:
- Unmodified
- Added
- Removed
-
diagnoseo/tags/1.2.21/diagnoseo.php
r2992578 r3028972 4 4 * Plugin URI: https://diagnoseo.com/wordpress-seo-plugin/ 5 5 * Description: Powerful SEO plugin for WordPress. The most lightweight and complete SEO solution on the market! It includes best-in-class content analyzer and keyword placement checkpoints. 6 * Version: 1.2.2 06 * Version: 1.2.21 7 7 * Author: DiagnoSEO 8 8 * Author URI: https://diagnoseo.com/ -
diagnoseo/tags/1.2.21/includes/class-diagnoseo-breadcrumbs.php
r2984954 r3028972 26 26 */ 27 27 private $show_home = true; 28 /** 29 * Whether to show page title in the breadcrumbs path 30 * 31 * @var $show_title 32 */ 33 private $show_title = true; 28 34 /** 29 35 * Whether to include Schema:Breadcrumbs in markup -
diagnoseo/tags/1.2.21/includes/class-diagnoseo-metatags.php
r2920588 r3028972 28 28 29 29 /** 30 * Default values 31 * 32 * @var $title_rendered 33 */ 34 private $defaults; 35 36 /** 30 37 * Constructor: adds actions to hooks 31 38 * … … 114 121 } else { 115 122 if ( is_home() ) { 116 return $this->replace_vars_title( $ default_home_title );123 return $this->replace_vars_title( $home_title ); 117 124 } 118 125 $title = get_post_meta( get_the_id(), 'diagnoseo_meta_title', true ); -
diagnoseo/tags/1.2.21/readme.txt
r2992578 r3028972 1 === DiagnoSEO - SEO Plugin for WordPress using ChatGPT - Best in 202 3===1 === DiagnoSEO - SEO Plugin for WordPress using ChatGPT - Best in 2024 === 2 2 Contributors: DiagnoSEO 3 3 Tags: SEO, AI, ChatGPT, GPT, OpenAI, schema, XML sitemap, content analysis, breadcrumbs, meta title, meta description, readability, open graph, knowledge graph, google analytics, rich snippets, google, twitter card, performance, sitemap, redirection, woocommerce seo, local seo, seo audit, seo plugin, canonical, robots, content, metatags, indexnow, schema.org 4 4 Requires at least: 4.7 5 5 Tested up to: 6.3.2 6 Stable tag: 1.2.2 06 Stable tag: 1.2.21 7 7 Requires PHP: 5.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Powerful and lightweight SEO plugin for WordPress. The best solution on the market in 202 3.11 Powerful and lightweight SEO plugin for WordPress. The best solution on the market in 2024. 12 12 13 13 == Description == 14 14 15 DiagnoSEO is the ultimate SEO plugin for WordPress in 202 3. It includes all features you need to optimize your WordPress website and rank better in search engines. Moreover, it's the most lightweight and fastest SEO plugin on the market in 2023(optimized for Core Web Vitals). It's the fastest SEO plugin according to WP Hive tests. Use the best SEO plugin and boost your organic rankings, traffic, and sales!15 DiagnoSEO is the ultimate SEO plugin for WordPress in 2024. It includes all features you need to optimize your WordPress website and rank better in search engines. Moreover, it's the most lightweight and fastest SEO plugin on the market in 2024 (optimized for Core Web Vitals). It's the fastest SEO plugin according to WP Hive tests. Use the best SEO plugin and boost your organic rankings, traffic, and sales! 16 16 17 17 Key SEO features: -
diagnoseo/trunk/diagnoseo.php
r2992578 r3028972 4 4 * Plugin URI: https://diagnoseo.com/wordpress-seo-plugin/ 5 5 * Description: Powerful SEO plugin for WordPress. The most lightweight and complete SEO solution on the market! It includes best-in-class content analyzer and keyword placement checkpoints. 6 * Version: 1.2.2 06 * Version: 1.2.21 7 7 * Author: DiagnoSEO 8 8 * Author URI: https://diagnoseo.com/ -
diagnoseo/trunk/includes/class-diagnoseo-breadcrumbs.php
r2984954 r3028972 26 26 */ 27 27 private $show_home = true; 28 /** 29 * Whether to show page title in the breadcrumbs path 30 * 31 * @var $show_title 32 */ 33 private $show_title = true; 28 34 /** 29 35 * Whether to include Schema:Breadcrumbs in markup -
diagnoseo/trunk/includes/class-diagnoseo-metatags.php
r2920588 r3028972 28 28 29 29 /** 30 * Default values 31 * 32 * @var $title_rendered 33 */ 34 private $defaults; 35 36 /** 30 37 * Constructor: adds actions to hooks 31 38 * … … 114 121 } else { 115 122 if ( is_home() ) { 116 return $this->replace_vars_title( $ default_home_title );123 return $this->replace_vars_title( $home_title ); 117 124 } 118 125 $title = get_post_meta( get_the_id(), 'diagnoseo_meta_title', true ); -
diagnoseo/trunk/readme.txt
r2992578 r3028972 1 === DiagnoSEO - SEO Plugin for WordPress using ChatGPT - Best in 202 3===1 === DiagnoSEO - SEO Plugin for WordPress using ChatGPT - Best in 2024 === 2 2 Contributors: DiagnoSEO 3 3 Tags: SEO, AI, ChatGPT, GPT, OpenAI, schema, XML sitemap, content analysis, breadcrumbs, meta title, meta description, readability, open graph, knowledge graph, google analytics, rich snippets, google, twitter card, performance, sitemap, redirection, woocommerce seo, local seo, seo audit, seo plugin, canonical, robots, content, metatags, indexnow, schema.org 4 4 Requires at least: 4.7 5 5 Tested up to: 6.3.2 6 Stable tag: 1.2.2 06 Stable tag: 1.2.21 7 7 Requires PHP: 5.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Powerful and lightweight SEO plugin for WordPress. The best solution on the market in 202 3.11 Powerful and lightweight SEO plugin for WordPress. The best solution on the market in 2024. 12 12 13 13 == Description == 14 14 15 DiagnoSEO is the ultimate SEO plugin for WordPress in 202 3. It includes all features you need to optimize your WordPress website and rank better in search engines. Moreover, it's the most lightweight and fastest SEO plugin on the market in 2023(optimized for Core Web Vitals). It's the fastest SEO plugin according to WP Hive tests. Use the best SEO plugin and boost your organic rankings, traffic, and sales!15 DiagnoSEO is the ultimate SEO plugin for WordPress in 2024. It includes all features you need to optimize your WordPress website and rank better in search engines. Moreover, it's the most lightweight and fastest SEO plugin on the market in 2024 (optimized for Core Web Vitals). It's the fastest SEO plugin according to WP Hive tests. Use the best SEO plugin and boost your organic rankings, traffic, and sales! 16 16 17 17 Key SEO features:
Note: See TracChangeset
for help on using the changeset viewer.