Plugin Directory

Changeset 3362680


Ignore:
Timestamp:
09/16/2025 04:20:21 PM (7 months ago)
Author:
ryhowa
Message:

Updated README.txt file

Location:
faq-accordion-schema
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • faq-accordion-schema

    • Property svn:ignore set to
      .idea
      .DS_Store
      node_modules
  • faq-accordion-schema/trunk/readme.txt

    r3362323 r3362680  
    1818
    1919By default, the plugin uses the `[faq-accordion]` shortcode.
    20 And there is a settings toggle for the option to use the `[fqaas_faq]` shortcode. Both work the same way.
     20And there is a settings toggle for the option to use the `[faq]` shortcode. Both work the same way.
    2121
    2222✅ SEO-friendly FAQ schema markup
     
    32321. Upload the plugin files to `/wp-content/plugins/faq-accordion-schema`
    33332. Activate the plugin through the 'Plugins' screen in WordPress
    34 3. Add an FAQ accordion to your page or post using the `[faq]` shortcode (or `[fqaas_faq_accordion]` if needed)
     343. Add an FAQ accordion to your page or post using the `[faq]` shortcode (or `[faq_accordion]` if needed)
    35354. Configure settings in **Settings → FAQ Accordion**
    3636
     
    5151= What shortcodes are available? =
    5252
    53 - `[fqaas_faq_accordion]` — default FAQ accordion with schema markup
    54 - `[fqaas_faq]` — optional shortcode, works the same way
     53- `[faq_accordion]` — default FAQ accordion with schema markup
     54- `[faq]` — optional shortcode, works the same way
    5555
    5656== Screenshots ==
     
    6666* Escaping Improvements: Implemented late escaping (esc_*, wp_kses_*) for all outputs, including inline CSS, ensuring XSS protection.
    6767* Unique Prefixes & Namespace: Refactored all functions, classes, options, and shortcodes to use the new fqaas_ prefix and FQAAS\ namespace, reducing the risk of conflicts with other plugins.
    68 * Shortcodes Migration: Introduced [fqaas_faq] and [fqaas_faq_accordion] shortcodes.
    6968* Settings Refactor: Updated option names to use fqaas_* prefix; added migration from legacy faq_accordion_* options.
    7069* Schema & Output: Improved sanitization of FAQ schema and ensured safe handling of custom CSS and HTML fields.
Note: See TracChangeset for help on using the changeset viewer.