Plugin Directory

Changeset 3461360


Ignore:
Timestamp:
02/14/2026 01:46:55 PM (7 weeks ago)
Author:
klimentp
Message:

readme edit

Location:
draftseo-ai
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • draftseo-ai/tags/1.0.0/README.md

    r3461357 r3461360  
    6363
    6464All images are downloaded directly from Nebius CDN to your WordPress Media Library.
    65 
    66 ### SEO Plugin Integration
    67 Automatically integrates with popular SEO plugins:
    68 - Yoast SEO
    69 - Rank Math
    70 - All in One SEO
    7165
    7266### Content Processing
     
    245239- Capability checks (`manage_options`) for settings access
    246240- 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)
    248241- Publication logging to custom database table
    249242- Image duplicate detection via URL hash with WordPress object cache
     
    268261- Multiple post status options
    269262- Content cleanup and formatting
    270 - SEO plugin integration (Yoast, Rank Math, AIOSEO)
    271263- Secure API key encryption
    272264- Background image processing for large blogs
  • draftseo-ai/tags/1.0.0/readme.txt

    r3461357 r3461360  
    4343All images are downloaded from Nebius CDN directly to your WordPress Media Library, ensuring full ownership and no external dependencies.
    4444
    45 = SEO Plugin Compatibility =
    46 
    47 Works seamlessly with popular SEO plugins:
    48 
    49 * Yoast SEO
    50 * Rank Math
    51 * All in One SEO
    52 
    5345= Developer Friendly =
    5446
     
    181173* Capability checks (`manage_options`) for settings access
    182174* 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)
    184175* Publication logging to custom database table
    185176* Image duplicate detection via URL hash with WordPress object cache
     
    207198* Multiple post status options (draft, publish, schedule)
    208199* Content cleanup and formatting
    209 * SEO plugin integration (Yoast, Rank Math, AIOSEO)
    210200* Secure API key encryption
    211201* Background image processing for large blogs
     
    216206
    217207= 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.
     208Major release with 30+ improvements to security, performance, and API architecture. See changelog for full details.
    219209
    220210= 0.2.0 =
  • draftseo-ai/trunk/README.md

    r3461357 r3461360  
    6363
    6464All images are downloaded directly from Nebius CDN to your WordPress Media Library.
    65 
    66 ### SEO Plugin Integration
    67 Automatically integrates with popular SEO plugins:
    68 - Yoast SEO
    69 - Rank Math
    70 - All in One SEO
    7165
    7266### Content Processing
     
    245239- Capability checks (`manage_options`) for settings access
    246240- 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)
    248241- Publication logging to custom database table
    249242- Image duplicate detection via URL hash with WordPress object cache
     
    268261- Multiple post status options
    269262- Content cleanup and formatting
    270 - SEO plugin integration (Yoast, Rank Math, AIOSEO)
    271263- Secure API key encryption
    272264- Background image processing for large blogs
  • draftseo-ai/trunk/readme.txt

    r3461357 r3461360  
    4343All images are downloaded from Nebius CDN directly to your WordPress Media Library, ensuring full ownership and no external dependencies.
    4444
    45 = SEO Plugin Compatibility =
    46 
    47 Works seamlessly with popular SEO plugins:
    48 
    49 * Yoast SEO
    50 * Rank Math
    51 * All in One SEO
    52 
    5345= Developer Friendly =
    5446
     
    181173* Capability checks (`manage_options`) for settings access
    182174* 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)
    184175* Publication logging to custom database table
    185176* Image duplicate detection via URL hash with WordPress object cache
     
    207198* Multiple post status options (draft, publish, schedule)
    208199* Content cleanup and formatting
    209 * SEO plugin integration (Yoast, Rank Math, AIOSEO)
    210200* Secure API key encryption
    211201* Background image processing for large blogs
     
    216206
    217207= 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.
     208Major release with 30+ improvements to security, performance, and API architecture. See changelog for full details.
    219209
    220210= 0.2.0 =
Note: See TracChangeset for help on using the changeset viewer.