Changeset 3415433
- Timestamp:
- 12/09/2025 01:06:04 PM (4 months ago)
- Location:
- link-extension-for-xfn/trunk
- Files:
-
- 2 edited
-
link-extension-for-xfn.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
link-extension-for-xfn/trunk/link-extension-for-xfn.php
r3415429 r3415433 4 4 * Plugin URI: https://github.com/courtneyr-dev/xfn-link-extension 5 5 * Description: Extends the native Gutenberg link interface to include XFN (XHTML Friends Network) relationship options across all blocks that support links. Features floating toolbar access, Inspector Controls integration, and Link Advanced panel support. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Requires at least: 6.4 8 8 * Tested up to: 6.9 … … 22 22 23 23 // Define plugin constants 24 define( 'XFN_LINK_EXTENSION_VERSION', '1.0. 0' );24 define( 'XFN_LINK_EXTENSION_VERSION', '1.0.1' ); 25 25 define( 'XFN_LINK_EXTENSION_PLUGIN_FILE', __FILE__ ); 26 26 define( 'XFN_LINK_EXTENSION_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
link-extension-for-xfn/trunk/readme.txt
r3415429 r3415433 4 4 Tags: xfn, links, relationships, accessibility, gutenberg 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 316 316 ## Changelog 317 317 318 = 1.0.1 = 319 * Fixed: Corrected plugin naming throughout - now consistently uses "Link Extension for XFN" 320 * Fixed: Installation directory path in readme (xfn-link-extension → link-extension-for-xfn) 321 * Fixed: Settings menu now displays as "Settings → Link Extension for XFN" 322 * Fixed: Changed Contributors to Developers in plugin header for proper WordPress.org display 323 * Updated: All documentation and user-facing strings to use correct plugin name 324 * Updated: Error messages and console logs to reference correct settings path 325 318 326 = 1.0.0 = 319 327 * Initial release with full XFN 1.1 specification support 320 * Triple interface integration: Floating Toolbar, Inspector Controls,and Link Advanced Panel328 * Dual interface integration: Inspector Controls and Link Advanced Panel 321 329 * Modern collapsible interface design with smooth animations 322 330 * Count badges for quick relationship status overview
Note: See TracChangeset
for help on using the changeset viewer.