Changeset 3495400
- Timestamp:
- 03/31/2026 09:44:13 AM (22 hours ago)
- Location:
- crawl-hunt-seo-audit-tool
- Files:
-
- 60 added
- 5 edited
-
assets/banner-772x250.png (added)
-
assets/icon-256x256.gif (added)
-
tags/1.0.5 (added)
-
tags/1.0.5/LICENSE.txt (added)
-
tags/1.0.5/README.md (added)
-
tags/1.0.5/assets (added)
-
tags/1.0.5/assets/css (added)
-
tags/1.0.5/assets/css/admin.css (added)
-
tags/1.0.5/assets/images (added)
-
tags/1.0.5/assets/images/seo-dashboard-preview.png (added)
-
tags/1.0.5/assets/js (added)
-
tags/1.0.5/assets/js/admin.js (added)
-
tags/1.0.5/build (added)
-
tags/1.0.5/build/dashboard (added)
-
tags/1.0.5/build/dashboard/index.asset.php (added)
-
tags/1.0.5/build/dashboard/index.js (added)
-
tags/1.0.5/build/dashboard/style-index-rtl.css (added)
-
tags/1.0.5/build/dashboard/style-index.css (added)
-
tags/1.0.5/build/home (added)
-
tags/1.0.5/build/home/index.asset.php (added)
-
tags/1.0.5/build/home/index.js (added)
-
tags/1.0.5/build/home/style-index-rtl.css (added)
-
tags/1.0.5/build/home/style-index.css (added)
-
tags/1.0.5/crawl-hunt.php (added)
-
tags/1.0.5/includes (added)
-
tags/1.0.5/includes/admin.php (added)
-
tags/1.0.5/includes/auth.php (added)
-
tags/1.0.5/includes/frontend.php (added)
-
tags/1.0.5/includes/logs.php (added)
-
tags/1.0.5/includes/proxy.php (added)
-
tags/1.0.5/includes/rest-handlers.php (added)
-
tags/1.0.5/includes/rest-routes.php (added)
-
tags/1.0.5/includes/settings.php (added)
-
tags/1.0.5/includes/utils.php (added)
-
tags/1.0.5/index.php (added)
-
tags/1.0.5/languages (added)
-
tags/1.0.5/languages/crawl-hunt.pot (added)
-
tags/1.0.5/package-lock.json (added)
-
tags/1.0.5/package.json (added)
-
tags/1.0.5/readme.txt (added)
-
tags/1.0.5/src (added)
-
tags/1.0.5/src/components (added)
-
tags/1.0.5/src/components/ConnectionStatusBanner.js (added)
-
tags/1.0.5/src/config (added)
-
tags/1.0.5/src/config/api.js (added)
-
tags/1.0.5/src/config/useConnectionStatus.js (added)
-
tags/1.0.5/src/dashboard (added)
-
tags/1.0.5/src/dashboard/components (added)
-
tags/1.0.5/src/dashboard/components/Dashboard.js (added)
-
tags/1.0.5/src/dashboard/index.js (added)
-
tags/1.0.5/src/dashboard/style.scss (added)
-
tags/1.0.5/src/home (added)
-
tags/1.0.5/src/home/components (added)
-
tags/1.0.5/src/home/components/Home.js (added)
-
tags/1.0.5/src/home/index.js (added)
-
tags/1.0.5/src/home/style.scss (added)
-
tags/1.0.5/src/styles (added)
-
tags/1.0.5/src/styles/connection-banner.scss (added)
-
tags/1.0.5/uninstall.php (added)
-
tags/1.0.5/webpack.config.js (added)
-
trunk/crawl-hunt.php (modified) (2 diffs)
-
trunk/languages/crawl-hunt.pot (modified) (1 diff)
-
trunk/package-lock.json (modified) (28 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
crawl-hunt-seo-audit-tool/trunk/crawl-hunt.php
r3495142 r3495400 4 4 * Plugin URI: https://www.crawlhunt.com/ 5 5 * Description: A powerful website crawler and monitoring tool for WordPress. Track website changes, monitor SEO, and stay updated with automated crawling. 6 * Version: 1.0. 46 * Version: 1.0.5 7 7 * Author: Themeshopy 8 8 * Author URI: http://www.themeshopy.com/ … … 20 20 21 21 // Define plugin constants 22 define('CRAWL_HUNT_VERSION', '1.0. 4');22 define('CRAWL_HUNT_VERSION', '1.0.5'); 23 23 define('CRAWL_HUNT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 24 24 define('CRAWL_HUNT_PLUGIN_URL', plugin_dir_url(__FILE__)); -
crawl-hunt-seo-audit-tool/trunk/languages/crawl-hunt.pot
r3495142 r3495400 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Crawl Hunt – Advanced SEO Optimization Tool 1.0. 4\n"5 "Project-Id-Version: Crawl Hunt – Advanced SEO Optimization Tool 1.0.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/Crawl-Hunt-WordPress-plugin\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
crawl-hunt-seo-audit-tool/trunk/package-lock.json
r3495142 r3495400 1 1 { 2 2 "name": "crawl-hunt", 3 "version": "1.0. 4",3 "version": "1.0.5", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "crawl-hunt", 9 "version": "1.0. 4",9 "version": "1.0.5", 10 10 "license": "GPL-2.0-or-later", 11 11 "dependencies": { … … 2285 2285 }, 2286 2286 "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { 2287 "version": "1.1.1 2",2288 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1 2.tgz",2289 "integrity": "sha512-9 T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",2287 "version": "1.1.13", 2288 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz", 2289 "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==", 2290 2290 "dev": true, 2291 2291 "license": "MIT", … … 2403 2403 }, 2404 2404 "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": { 2405 "version": "1.1.1 2",2406 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1 2.tgz",2407 "integrity": "sha512-9 T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",2405 "version": "1.1.13", 2406 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz", 2407 "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==", 2408 2408 "dev": true, 2409 2409 "license": "MIT", … … 3237 3237 }, 3238 3238 "node_modules/@parcel/watcher/node_modules/picomatch": { 3239 "version": "4.0. 3",3240 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0. 3.tgz",3241 "integrity": "sha512- 5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",3239 "version": "4.0.4", 3240 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", 3241 "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", 3242 3242 "dev": true, 3243 3243 "license": "MIT", … … 6600 6600 }, 6601 6601 "node_modules/axios": { 6602 "version": "1.1 3.6",6603 "resolved": "https://registry.npmjs.org/axios/-/axios-1.1 3.6.tgz",6604 "integrity": "sha512- ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",6602 "version": "1.14.0", 6603 "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz", 6604 "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==", 6605 6605 "dev": true, 6606 6606 "license": "MIT", … … 6608 6608 "follow-redirects": "^1.15.11", 6609 6609 "form-data": "^4.0.5", 6610 "proxy-from-env": "^1.1.0" 6610 "proxy-from-env": "^2.1.0" 6611 } 6612 }, 6613 "node_modules/axios/node_modules/proxy-from-env": { 6614 "version": "2.1.0", 6615 "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", 6616 "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", 6617 "dev": true, 6618 "license": "MIT", 6619 "engines": { 6620 "node": ">=10" 6611 6621 } 6612 6622 }, … … 6907 6917 }, 6908 6918 "node_modules/bare-os": { 6909 "version": "3.8. 0",6910 "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8. 0.tgz",6911 "integrity": "sha512- Dc9/SlwfxkXIGYhvMQNUtKaXCaGkZYGcd1vuNUUADVqzu4/vQfvnMkYYOUnt2VwQ2AqKr/8qAVFRtwETljgeFg==",6919 "version": "3.8.6", 6920 "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8.6.tgz", 6921 "integrity": "sha512-l8xaNWWb/bXuzgsrlF5jaa5QYDJ9S0ddd54cP6CH+081+5iPrbJiCfBWQqrWYzmUhCbsH+WR6qxo9MeHVCr0MQ==", 6912 6922 "dev": true, 6913 6923 "license": "Apache-2.0", … … 6927 6937 }, 6928 6938 "node_modules/bare-stream": { 6929 "version": "2.1 0.0",6930 "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.1 0.0.tgz",6931 "integrity": "sha512- DOPZF/DDcDruKDA43cOw6e9Quq5daua7ygcAwJE/pKJsRWhgSSemi7qVNGE5kyDIxIeN1533G/zfbvWX7Wcb9w==",6939 "version": "2.11.0", 6940 "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.11.0.tgz", 6941 "integrity": "sha512-Y/+iQ49fL3rIn6w/AVxI/2+BRrpmzJvdWt5Jv8Za6Ngqc6V227c+pYjYYgLdpR3MwQ9ObVXD0ZrqoBztakM0rw==", 6932 6942 "dev": true, 6933 6943 "license": "Apache-2.0", … … 6937 6947 }, 6938 6948 "peerDependencies": { 6949 "bare-abort-controller": "*", 6939 6950 "bare-buffer": "*", 6940 6951 "bare-events": "*" 6941 6952 }, 6942 6953 "peerDependenciesMeta": { 6954 "bare-abort-controller": { 6955 "optional": true 6956 }, 6943 6957 "bare-buffer": { 6944 6958 "optional": true … … 6981 6995 }, 6982 6996 "node_modules/baseline-browser-mapping": { 6983 "version": "2.10.1 0",6984 "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.1 0.tgz",6985 "integrity": "sha512- sUoJ3IMxx4AyRqO4MLeHlnGDkyXRoUG0/AI9fjK+vS72ekpV0yWVY7O0BVjmBcRtkNcsAO2QDZ4tdKKGoI6YaQ==",6997 "version": "2.10.12", 6998 "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.12.tgz", 6999 "integrity": "sha512-qyq26DxfY4awP2gIRXhhLWfwzwI+N5Nxk6iQi8EFizIaWIjqicQTE4sLnZZVdeKPRcVNoJOkkpfzoIYuvCKaIQ==", 6986 7000 "dev": true, 6987 7001 "license": "Apache-2.0", … … 7119 7133 }, 7120 7134 "node_modules/brace-expansion": { 7121 "version": "2.0. 2",7122 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0. 2.tgz",7123 "integrity": "sha512- Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",7135 "version": "2.0.3", 7136 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz", 7137 "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==", 7124 7138 "dev": true, 7125 7139 "license": "MIT", … … 7374 7388 }, 7375 7389 "node_modules/caniuse-lite": { 7376 "version": "1.0.3000178 1",7377 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.3000178 1.tgz",7378 "integrity": "sha512- RdwNCyMsNBftLjW6w01z8bKEvT6e/5tpPVEgtn22TiLGlstHOVecsX2KHFkD5e/vRnIE4EGzpuIODb3mtswtkw==",7390 "version": "1.0.30001782", 7391 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001782.tgz", 7392 "integrity": "sha512-dZcaJLJeDMh4rELYFw1tvSn1bhZWYFOt468FcbHHxx/Z/dFidd1I6ciyFdi3iwfQCyOjqo9upF6lGQYtMiJWxw==", 7379 7393 "dev": true, 7380 7394 "funding": [ … … 8991 9005 }, 8992 9006 "node_modules/electron-to-chromium": { 8993 "version": "1.5.32 1",8994 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.32 1.tgz",8995 "integrity": "sha512- L2C7Q279W2D/J4PLZLk7sebOILDSWos7bMsMNN06rK482umHUrh/3lM8G7IlHFOYip2oAg5nha1rCMxr/rs6ZQ==",9007 "version": "1.5.329", 9008 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.329.tgz", 9009 "integrity": "sha512-/4t+AS1l4S3ZC0Ja7PHFIWeBIxGA3QGqV8/yKsP36v7NcyUCl+bIcmw6s5zVuMIECWwBrAK/6QLzTmbJChBboQ==", 8996 9010 "dev": true, 8997 9011 "license": "ISC" … … 9537 9551 }, 9538 9552 "node_modules/eslint-plugin-import/node_modules/brace-expansion": { 9539 "version": "1.1.1 2",9540 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1 2.tgz",9541 "integrity": "sha512-9 T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",9553 "version": "1.1.13", 9554 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz", 9555 "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==", 9542 9556 "dev": true, 9543 9557 "license": "MIT", … … 9808 9822 }, 9809 9823 "node_modules/eslint-plugin-jsx-a11y/node_modules/brace-expansion": { 9810 "version": "1.1.1 2",9811 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1 2.tgz",9812 "integrity": "sha512-9 T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",9824 "version": "1.1.13", 9825 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz", 9826 "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==", 9813 9827 "dev": true, 9814 9828 "license": "MIT", … … 9925 9939 }, 9926 9940 "node_modules/eslint-plugin-react/node_modules/brace-expansion": { 9927 "version": "1.1.1 2",9928 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1 2.tgz",9929 "integrity": "sha512-9 T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",9941 "version": "1.1.13", 9942 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz", 9943 "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==", 9930 9944 "dev": true, 9931 9945 "license": "MIT", … … 10027 10041 }, 10028 10042 "node_modules/eslint/node_modules/brace-expansion": { 10029 "version": "1.1.1 2",10030 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1 2.tgz",10031 "integrity": "sha512-9 T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",10043 "version": "1.1.13", 10044 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz", 10045 "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==", 10032 10046 "dev": true, 10033 10047 "license": "MIT", … … 10523 10537 }, 10524 10538 "node_modules/express/node_modules/path-to-regexp": { 10525 "version": "0.1.1 2",10526 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.1 2.tgz",10527 "integrity": "sha512- RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",10539 "version": "0.1.13", 10540 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz", 10541 "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==", 10528 10542 "dev": true, 10529 10543 "license": "MIT" … … 11354 11368 }, 11355 11369 "node_modules/glob/node_modules/brace-expansion": { 11356 "version": "1.1.1 2",11357 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1 2.tgz",11358 "integrity": "sha512-9 T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",11370 "version": "1.1.13", 11371 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz", 11372 "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==", 11359 11373 "dev": true, 11360 11374 "license": "MIT", … … 11997 12011 }, 11998 12012 "node_modules/ignore-walk/node_modules/brace-expansion": { 11999 "version": "1.1.1 2",12000 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1 2.tgz",12001 "integrity": "sha512-9 T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",12013 "version": "1.1.13", 12014 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz", 12015 "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==", 12002 12016 "dev": true, 12003 12017 "license": "MIT", … … 14504 14518 }, 14505 14519 "node_modules/markdownlint-cli/node_modules/brace-expansion": { 14506 "version": "1.1.1 2",14507 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1 2.tgz",14508 "integrity": "sha512-9 T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",14520 "version": "1.1.13", 14521 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz", 14522 "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==", 14509 14523 "dev": true, 14510 14524 "license": "MIT", … … 14818 14832 }, 14819 14833 "node_modules/mini-css-extract-plugin": { 14820 "version": "2.10. 1",14821 "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10. 1.tgz",14822 "integrity": "sha512- k7G3Y5QOegl380tXmZ68foBRRjE9Ljavx835ObdvmZjQ639izvZD8CS7BkWw1qKPPzHsGL/JDhl0uyU1zc2rJw==",14834 "version": "2.10.2", 14835 "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.2.tgz", 14836 "integrity": "sha512-AOSS0IdEB95ayVkxn5oGzNQwqAi2J0Jb/kKm43t7H73s8+f5873g0yuj0PNvK4dO75mu5DHg4nlgp4k6Kga8eg==", 14823 14837 "dev": true, 14824 14838 "license": "MIT", … … 15153 15167 }, 15154 15168 "node_modules/node-forge": { 15155 "version": "1. 3.3",15156 "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1. 3.3.tgz",15157 "integrity": "sha512- rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==",15169 "version": "1.4.0", 15170 "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz", 15171 "integrity": "sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==", 15158 15172 "dev": true, 15159 15173 "license": "(BSD-3-Clause OR GPL-2.0)", … … 15945 15959 }, 15946 15960 "node_modules/picomatch": { 15947 "version": "2.3. 1",15948 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3. 1.tgz",15949 "integrity": "sha512- JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",15961 "version": "2.3.2", 15962 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", 15963 "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", 15950 15964 "dev": true, 15951 15965 "license": "MIT", … … 19519 19533 }, 19520 19534 "node_modules/tapable": { 19521 "version": "2.3. 0",19522 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3. 0.tgz",19523 "integrity": "sha512- g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",19535 "version": "2.3.2", 19536 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz", 19537 "integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==", 19524 19538 "dev": true, 19525 19539 "license": "MIT", … … 19700 19714 }, 19701 19715 "node_modules/test-exclude/node_modules/brace-expansion": { 19702 "version": "1.1.1 2",19703 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1 2.tgz",19704 "integrity": "sha512-9 T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",19716 "version": "1.1.13", 19717 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz", 19718 "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==", 19705 19719 "dev": true, 19706 19720 "license": "MIT", … … 20105 20119 }, 20106 20120 "node_modules/typescript": { 20107 "version": " 5.9.3",20108 "resolved": "https://registry.npmjs.org/typescript/-/typescript- 5.9.3.tgz",20109 "integrity": "sha512- jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",20121 "version": "6.0.2", 20122 "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", 20123 "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", 20110 20124 "dev": true, 20111 20125 "license": "Apache-2.0", -
crawl-hunt-seo-audit-tool/trunk/package.json
r3495142 r3495400 1 1 { 2 2 "name": "crawl-hunt", 3 "version": "1.0. 4",3 "version": "1.0.5", 4 4 "description": "A powerful website crawler and monitoring tool for WordPress", 5 5 "scripts": { -
crawl-hunt-seo-audit-tool/trunk/readme.txt
r3495142 r3495400 4 4 Requires at least: 5.7 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 27 27 * Lightweight and performant 28 28 29 **External Service:** Crawl Hunt(https://www.crawlhunt.com)29 **External Service:** [Crawl Hunt](https://www.crawlhunt.com) 30 30 31 31 **Data sent to the service:** 32 32 33 * WordPress site URL during connection 33 34 * Account authentication token for API access 34 35 * Dashboard data requests initiated by the user 35 36 36 **Terms of Use:** https://www.crawlhunt.com/terms-and-conditions37 **Privacy Policy:** https://www.crawlhunt.com/privacy-policy37 **Terms of Use:** [https://www.crawlhunt.com/terms-and-conditions](https://www.crawlhunt.com/terms-and-conditions) 38 **Privacy Policy:** [https://www.crawlhunt.com/privacy-policy](https://www.crawlhunt.com/privacy-policy) 38 39 39 40 == Installation == 40 41 41 1. Upload the plugin files to the `/wp-content/plugins/crawl-hunt` directory, or install the plugin through the WordPress plugins screen directly. 42 2. Activate the plugin through the 'Plugins' screen in WordPress. 43 3. Use the Crawl Hunt menu item to access the plugin dashboard. 44 4. Click "Connect" in the plugin interface to authorize the connection. 42 1. Go to **Plugins > Add New** in your WordPress admin panel and search for "Crawl Hunt", or upload the plugin ZIP file via **Plugins > Add New > Upload Plugin**. 43 2. Click **Install Now** and then **Activate** the plugin. 44 3. A new **Crawl Hunt** menu item will appear in your WordPress sidebar — click it to open the plugin home screen. 45 4. Click the **Connect** button. A popup will open taking you to the Crawl Hunt website. If you do not have an account, create a free one at [https://www.crawlhunt.com](https://www.crawlhunt.com). 46 5. Sign in to your Crawl Hunt account. The popup will close automatically and your WordPress site will be connected. 47 6. Return to the Crawl Hunt plugin in WordPress — the status banner will now show **Connected**. 48 7. Click **Open Crawl Hunt Application** to open the Crawl Hunt dashboard in a new tab. 49 8. In the Crawl Hunt dashboard, go to **Projects** and click **Run Audit** to start your first SEO crawl of your WordPress site. 50 9. Once the crawl completes, navigate to the **Issues** tab to review all detected SEO problems grouped by type and priority. 51 10. Use the **AI Fix** or **Edit** actions on each issue to apply changes — updates are written back to your WordPress site automatically through the plugin. 45 52 46 53 == Frequently Asked Questions == … … 75 82 == Changelog == 76 83 84 = 1.0.5 = 85 * Fixed: readme.txt external service links now render as proper anchors on WordPress.org. 86 * Fixed: Data sent to service list now renders as proper unordered list on WordPress.org. 87 * Improved: Expanded installation instructions with a full 10-step guide covering connection, audit, and fix workflow. 88 77 89 = 1.0.4 = 78 90 * Fixed: Replaced manual canonical and schema tag output paths with WordPress built-in canonical/script APIs. … … 105 117 == Upgrade Notice == 106 118 119 = 1.0.5 = 120 Recommended update. Improves readme presentation on WordPress.org, and adds a detailed installation guide. 121 107 122 = 1.0.4 = 108 123 Recommended update. Improves WordPress.org compliance by replacing manual tag output and using built-in WordPress APIs for canonical/script handling.
Note: See TracChangeset
for help on using the changeset viewer.