Changeset 2985021
- Timestamp:
- 10/27/2023 02:47:41 PM (2 years ago)
- Location:
- diagnoseo
- Files:
-
- 2 edited
- 31 copied
-
tags/1.2.17 (copied) (copied from diagnoseo/trunk)
-
tags/1.2.17/css/diagnoseo-admin.css (copied) (copied from diagnoseo/trunk/css/diagnoseo-admin.css)
-
tags/1.2.17/css/diagnoseo-editor.css (copied) (copied from diagnoseo/trunk/css/diagnoseo-editor.css)
-
tags/1.2.17/diagnoseo.php (copied) (copied from diagnoseo/trunk/diagnoseo.php) (2 diffs)
-
tags/1.2.17/includes/admin-bar-menu.php (copied) (copied from diagnoseo/trunk/includes/admin-bar-menu.php)
-
tags/1.2.17/includes/api-endpoints.php (copied) (copied from diagnoseo/trunk/includes/api-endpoints.php)
-
tags/1.2.17/includes/assets.php (copied) (copied from diagnoseo/trunk/includes/assets.php)
-
tags/1.2.17/includes/blocks.php (copied) (copied from diagnoseo/trunk/includes/blocks.php)
-
tags/1.2.17/includes/blocks/breadcrumbs/breadcrumbs.php (copied) (copied from diagnoseo/trunk/includes/blocks/breadcrumbs/breadcrumbs.php)
-
tags/1.2.17/includes/class-diagnoseo-breadcrumbs.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-breadcrumbs.php)
-
tags/1.2.17/includes/class-diagnoseo-generalsettings.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-generalsettings.php)
-
tags/1.2.17/includes/class-diagnoseo-metatags.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-metatags.php)
-
tags/1.2.17/includes/class-diagnoseo-metatagsettings.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-metatagsettings.php)
-
tags/1.2.17/includes/class-diagnoseo-schemasettings.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-schemasettings.php)
-
tags/1.2.17/includes/class-diagnoseo-settings.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-settings.php)
-
tags/1.2.17/includes/class-diagnoseo-settingshelper.php (copied) (copied from diagnoseo/trunk/includes/class-diagnoseo-settingshelper.php)
-
tags/1.2.17/includes/content-watcher-meta.php (copied) (copied from diagnoseo/trunk/includes/content-watcher-meta.php)
-
tags/1.2.17/includes/content-watcher-scripts.php (copied) (copied from diagnoseo/trunk/includes/content-watcher-scripts.php)
-
tags/1.2.17/includes/customize/breadcrumbs.php (copied) (copied from diagnoseo/trunk/includes/customize/breadcrumbs.php)
-
tags/1.2.17/includes/customize/customize-utils.php (copied) (copied from diagnoseo/trunk/includes/customize/customize-utils.php)
-
tags/1.2.17/includes/customize/defaults.php (copied) (copied from diagnoseo/trunk/includes/customize/defaults.php)
-
tags/1.2.17/includes/metabox-seo-settings.php (copied) (copied from diagnoseo/trunk/includes/metabox-seo-settings.php)
-
tags/1.2.17/includes/option-defaults.php (copied) (copied from diagnoseo/trunk/includes/option-defaults.php)
-
tags/1.2.17/includes/sitemap.php (copied) (copied from diagnoseo/trunk/includes/sitemap.php)
-
tags/1.2.17/includes/structured-data.php (copied) (copied from diagnoseo/trunk/includes/structured-data.php)
-
tags/1.2.17/js/blocks/breadcrumbs.min.js (copied) (copied from diagnoseo/trunk/js/blocks/breadcrumbs.min.js)
-
tags/1.2.17/js/build/index.js (copied) (copied from diagnoseo/trunk/js/build/index.js)
-
tags/1.2.17/js/diagnoseo-checks.min.js (copied) (copied from diagnoseo/trunk/js/diagnoseo-checks.min.js)
-
tags/1.2.17/js/diagnoseo.min.js (copied) (copied from diagnoseo/trunk/js/diagnoseo.min.js)
-
tags/1.2.17/languages (copied) (copied from diagnoseo/trunk/languages)
-
tags/1.2.17/readme.txt (copied) (copied from diagnoseo/trunk/readme.txt) (1 diff)
-
trunk/diagnoseo.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
diagnoseo/tags/1.2.17/diagnoseo.php
r2984954 r2985021 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.1 66 * Version: 1.2.17 7 7 * Author: DiagnoSEO 8 8 * Author URI: https://diagnoseo.com/ … … 186 186 require_once DIAGNOSEO_INCLUDES_PATH . 'css-variables.php'; 187 187 require_once DIAGNOSEO_INCLUDES_PATH . 'content-watcher-scripts.php'; 188 require_once DIAGNOSEO_INCLUDES_PATH . 'openai.php';189 require_once DIAGNOSEO_INCLUDES_PATH . 'related-keywords.php';190 188 } 191 189 } else { -
diagnoseo/tags/1.2.17/readme.txt
r2984954 r2985021 4 4 Requires at least: 4.7 5 5 Tested up to: 6.3.2 6 Stable tag: 1.2.1 66 Stable tag: 1.2.17 7 7 Requires PHP: 5.0 8 8 License: GPLv2 or later -
diagnoseo/trunk/diagnoseo.php
r2984954 r2985021 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.1 66 * Version: 1.2.17 7 7 * Author: DiagnoSEO 8 8 * Author URI: https://diagnoseo.com/ … … 186 186 require_once DIAGNOSEO_INCLUDES_PATH . 'css-variables.php'; 187 187 require_once DIAGNOSEO_INCLUDES_PATH . 'content-watcher-scripts.php'; 188 require_once DIAGNOSEO_INCLUDES_PATH . 'openai.php';189 require_once DIAGNOSEO_INCLUDES_PATH . 'related-keywords.php';190 188 } 191 189 } else { -
diagnoseo/trunk/readme.txt
r2984954 r2985021 4 4 Requires at least: 4.7 5 5 Tested up to: 6.3.2 6 Stable tag: 1.2.1 66 Stable tag: 1.2.17 7 7 Requires PHP: 5.0 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.