Plugin Directory

Changeset 3415433


Ignore:
Timestamp:
12/09/2025 01:06:04 PM (4 months ago)
Author:
courane01
Message:

Deploy version 1.0.1 to trunk

  • Fix plugin naming: now consistently uses 'Link Extension for XFN'
  • Fix installation directory path (xfn-link-extension → link-extension-for-xfn)
  • Fix Settings menu name (XFN Link Extension → Link Extension for XFN)
  • Change Contributors to Developers in plugin header
  • Update all documentation and user-facing strings
Location:
link-extension-for-xfn/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • link-extension-for-xfn/trunk/link-extension-for-xfn.php

    r3415429 r3415433  
    44 * Plugin URI:        https://github.com/courtneyr-dev/xfn-link-extension
    55 * 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.0
     6 * Version:           1.0.1
    77 * Requires at least: 6.4
    88 * Tested up to:      6.9
     
    2222
    2323// Define plugin constants
    24 define( 'XFN_LINK_EXTENSION_VERSION', '1.0.0' );
     24define( 'XFN_LINK_EXTENSION_VERSION', '1.0.1' );
    2525define( 'XFN_LINK_EXTENSION_PLUGIN_FILE', __FILE__ );
    2626define( 'XFN_LINK_EXTENSION_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • link-extension-for-xfn/trunk/readme.txt

    r3415429 r3415433  
    44Tags:              xfn, links, relationships, accessibility, gutenberg
    55Tested up to:      6.9
    6 Stable tag:        1.0.0
     6Stable tag:        1.0.1
    77License:           GPLv2 or later
    88License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    316316## Changelog
    317317
     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
    318326= 1.0.0 =
    319327* Initial release with full XFN 1.1 specification support
    320 * Triple interface integration: Floating Toolbar, Inspector Controls, and Link Advanced Panel
     328* Dual interface integration: Inspector Controls and Link Advanced Panel
    321329* Modern collapsible interface design with smooth animations
    322330* Count badges for quick relationship status overview
Note: See TracChangeset for help on using the changeset viewer.