Changeset 3384379
- Timestamp:
- 10/25/2025 09:09:26 AM (5 months ago)
- Location:
- pointalize-faq-markup
- Files:
-
- 4 added
- 3 edited
-
tags/1.2/readme.txt (modified) (1 diff)
-
tags/1.3 (added)
-
tags/1.3/pointalize-faq-markup.php (added)
-
tags/1.3/readme.txt (added)
-
trunk/README.md (added)
-
trunk/pointalize-faq-markup.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pointalize-faq-markup/tags/1.2/readme.txt
r3384374 r3384379 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
pointalize-faq-markup/trunk/pointalize-faq-markup.php
r3384372 r3384379 3 3 * Plugin Name: Pointalize FAQ Markup 4 4 * Plugin URI: https://pointalize.com/ 5 * Description: Automatically generates FAQPage JSON-LD from <details class="faq-item">…</details> in post/page content (answers output as plain text).6 * Version: 1. 25 * Description: Automatically generates FAQPage JSON-LD from <details>…</details> in post/page content (answers output as plain text). 6 * Version: 1.3 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.4 … … 22 22 * Rules: 23 23 * - Question = text inside <summary> 24 * - Answer = text inside first <p>after the <summary>, else remaining text in <details>24 * - Answer = text inside after the <summary>, else remaining text in <details> 25 25 * - All HTML in answers is stripped → plain text only for clean schema. 26 26 * … … 101 101 '@context' => 'https://schema.org', 102 102 '@type' => 'FAQPage', 103 'name' => get_the_title(), 103 104 'mainEntity' => $faqs, 104 105 ]; -
pointalize-faq-markup/trunk/readme.txt
r3384374 r3384379 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1. 17 Stable tag: 1.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 97 97 = 1.2 = 98 98 * Added better documentation on how to use the plugin. 99 = 1.3 = 100 * Minor fix. 99 101 100 102 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.