Plugin Directory

Changeset 3397689


Ignore:
Timestamp:
11/18/2025 02:35:45 AM (3 months ago)
Author:
moon0326
Message:

Release v1.0.27

Location:
wp-openapi/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-openapi/trunk/readme.txt

    r3396846 r3397689  
    55Tested up to: 6.8.3
    66Requires PHP: 7.1
    7 Stable tag: 1.0.26
     7Stable tag: 1.0.27
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • wp-openapi/trunk/src/Util.php

    r3358117 r3397689  
    7474        // Remove invalid characters for schema titles.
    7575        // Only allow alphanumeric characters and underscores.
    76         $title = preg_replace( '/[^a-zA-Z0-9_]/', '_', $title );
     76        $title = preg_replace( '/[^a-zA-Z0-9_-]/', '_', $title );
    7777        // Ensure the title starts with an alphabetic character or underscore.
    7878        if ( ! preg_match( '/^[a-zA-Z_]/', $title ) ) {
  • wp-openapi/trunk/vendor/composer/installed.php

    r3396846 r3397689  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '39bf09005a842bf9640f5f542921ec70908d9723',
     6        'reference' => '853a0f76db8f93834ca43e226c24c8a5058d1d12',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '39bf09005a842bf9640f5f542921ec70908d9723',
     16            'reference' => '853a0f76db8f93834ca43e226c24c8a5058d1d12',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • wp-openapi/trunk/wp-openapi.php

    r3396846 r3397689  
    1010 * Plugin Name: WP OpenAPI
    1111 * Plugin URI: https://github.com/moon0326/wp-openapi
    12  * Version:     1.0.26
     12 * Version:     1.0.27
    1313 * Author:      Moon K
    1414 * Author URI: https://github.com/moon0326
Note: See TracChangeset for help on using the changeset viewer.