Changeset 3362680
- Timestamp:
- 09/16/2025 04:20:21 PM (7 months ago)
- Location:
- faq-accordion-schema
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
faq-accordion-schema
-
Property
svn:ignore
set to
.idea
.DS_Store
node_modules
-
Property
svn:ignore
set to
-
faq-accordion-schema/trunk/readme.txt
r3362323 r3362680 18 18 19 19 By default, the plugin uses the `[faq-accordion]` shortcode. 20 And there is a settings toggle for the option to use the `[f qaas_faq]` shortcode. Both work the same way.20 And there is a settings toggle for the option to use the `[faq]` shortcode. Both work the same way. 21 21 22 22 ✅ SEO-friendly FAQ schema markup … … 32 32 1. Upload the plugin files to `/wp-content/plugins/faq-accordion-schema` 33 33 2. 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 `[f qaas_faq_accordion]` if needed)34 3. Add an FAQ accordion to your page or post using the `[faq]` shortcode (or `[faq_accordion]` if needed) 35 35 4. Configure settings in **Settings → FAQ Accordion** 36 36 … … 51 51 = What shortcodes are available? = 52 52 53 - `[f qaas_faq_accordion]` — default FAQ accordion with schema markup54 - `[f qaas_faq]` — optional shortcode, works the same way53 - `[faq_accordion]` — default FAQ accordion with schema markup 54 - `[faq]` — optional shortcode, works the same way 55 55 56 56 == Screenshots == … … 66 66 * Escaping Improvements: Implemented late escaping (esc_*, wp_kses_*) for all outputs, including inline CSS, ensuring XSS protection. 67 67 * 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.69 68 * Settings Refactor: Updated option names to use fqaas_* prefix; added migration from legacy faq_accordion_* options. 70 69 * 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.