Changeset 3461360
- Timestamp:
- 02/14/2026 01:46:55 PM (7 weeks ago)
- Location:
- draftseo-ai
- Files:
-
- 4 edited
-
tags/1.0.0/README.md (modified) (3 diffs)
-
tags/1.0.0/readme.txt (modified) (4 diffs)
-
trunk/README.md (modified) (3 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
draftseo-ai/tags/1.0.0/README.md
r3461357 r3461360 63 63 64 64 All images are downloaded directly from Nebius CDN to your WordPress Media Library. 65 66 ### SEO Plugin Integration67 Automatically integrates with popular SEO plugins:68 - Yoast SEO69 - Rank Math70 - All in One SEO71 65 72 66 ### Content Processing … … 245 239 - Capability checks (`manage_options`) for settings access 246 240 - Content cleanup: Markdown-to-HTML conversion, responsive table wrapping, blockquote formatting 247 - SEO plugin auto-detection and integration (Yoast SEO, Rank Math, All in One SEO)248 241 - Publication logging to custom database table 249 242 - Image duplicate detection via URL hash with WordPress object cache … … 268 261 - Multiple post status options 269 262 - Content cleanup and formatting 270 - SEO plugin integration (Yoast, Rank Math, AIOSEO)271 263 - Secure API key encryption 272 264 - Background image processing for large blogs -
draftseo-ai/tags/1.0.0/readme.txt
r3461357 r3461360 43 43 All images are downloaded from Nebius CDN directly to your WordPress Media Library, ensuring full ownership and no external dependencies. 44 44 45 = SEO Plugin Compatibility =46 47 Works seamlessly with popular SEO plugins:48 49 * Yoast SEO50 * Rank Math51 * All in One SEO52 53 45 = Developer Friendly = 54 46 … … 181 173 * Capability checks (`manage_options`) for settings access 182 174 * Content cleanup: Markdown-to-HTML conversion, responsive table wrapping, blockquote formatting 183 * SEO plugin auto-detection and integration (Yoast SEO, Rank Math, All in One SEO)184 175 * Publication logging to custom database table 185 176 * Image duplicate detection via URL hash with WordPress object cache … … 207 198 * Multiple post status options (draft, publish, schedule) 208 199 * Content cleanup and formatting 209 * SEO plugin integration (Yoast, Rank Math, AIOSEO)210 200 * Secure API key encryption 211 201 * Background image processing for large blogs … … 216 206 217 207 = 1.0.0 = 218 Major release with 30+ improvements : HMAC-SHA256 webhook authentication with replay protection, AES-256-CBC key encryption, timing-safe comparisons, parallel sync performance, new /tags endpoint, unified REST API architecture with structured error responses and rest_ensure_response(), per-card error isolation, non-JSON response resilience, smart retry logic, bidirectional disconnect sync, and Settings quick-link on Plugins page. Recommended upgrade for all users.208 Major release with 30+ improvements to security, performance, and API architecture. See changelog for full details. 219 209 220 210 = 0.2.0 = -
draftseo-ai/trunk/README.md
r3461357 r3461360 63 63 64 64 All images are downloaded directly from Nebius CDN to your WordPress Media Library. 65 66 ### SEO Plugin Integration67 Automatically integrates with popular SEO plugins:68 - Yoast SEO69 - Rank Math70 - All in One SEO71 65 72 66 ### Content Processing … … 245 239 - Capability checks (`manage_options`) for settings access 246 240 - Content cleanup: Markdown-to-HTML conversion, responsive table wrapping, blockquote formatting 247 - SEO plugin auto-detection and integration (Yoast SEO, Rank Math, All in One SEO)248 241 - Publication logging to custom database table 249 242 - Image duplicate detection via URL hash with WordPress object cache … … 268 261 - Multiple post status options 269 262 - Content cleanup and formatting 270 - SEO plugin integration (Yoast, Rank Math, AIOSEO)271 263 - Secure API key encryption 272 264 - Background image processing for large blogs -
draftseo-ai/trunk/readme.txt
r3461357 r3461360 43 43 All images are downloaded from Nebius CDN directly to your WordPress Media Library, ensuring full ownership and no external dependencies. 44 44 45 = SEO Plugin Compatibility =46 47 Works seamlessly with popular SEO plugins:48 49 * Yoast SEO50 * Rank Math51 * All in One SEO52 53 45 = Developer Friendly = 54 46 … … 181 173 * Capability checks (`manage_options`) for settings access 182 174 * Content cleanup: Markdown-to-HTML conversion, responsive table wrapping, blockquote formatting 183 * SEO plugin auto-detection and integration (Yoast SEO, Rank Math, All in One SEO)184 175 * Publication logging to custom database table 185 176 * Image duplicate detection via URL hash with WordPress object cache … … 207 198 * Multiple post status options (draft, publish, schedule) 208 199 * Content cleanup and formatting 209 * SEO plugin integration (Yoast, Rank Math, AIOSEO)210 200 * Secure API key encryption 211 201 * Background image processing for large blogs … … 216 206 217 207 = 1.0.0 = 218 Major release with 30+ improvements : HMAC-SHA256 webhook authentication with replay protection, AES-256-CBC key encryption, timing-safe comparisons, parallel sync performance, new /tags endpoint, unified REST API architecture with structured error responses and rest_ensure_response(), per-card error isolation, non-JSON response resilience, smart retry logic, bidirectional disconnect sync, and Settings quick-link on Plugins page. Recommended upgrade for all users.208 Major release with 30+ improvements to security, performance, and API architecture. See changelog for full details. 219 209 220 210 = 0.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.