Changeset 3442311
- Timestamp:
- 01/19/2026 08:43:53 AM (2 months ago)
- Location:
- for-your-eyes-only
- Files:
-
- 8 edited
- 1 copied
-
tags/1.2.3 (copied) (copied from for-your-eyes-only/trunk)
-
tags/1.2.3/app/Hametuha/ForYourEyesOnly/Parser.php (modified) (2 diffs)
-
tags/1.2.3/for-your-eyes-only.php (modified) (1 diff)
-
tags/1.2.3/readme.txt (modified) (1 diff)
-
tags/1.2.3/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/app/Hametuha/ForYourEyesOnly/Parser.php (modified) (2 diffs)
-
trunk/for-your-eyes-only.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
for-your-eyes-only/tags/1.2.3/app/Hametuha/ForYourEyesOnly/Parser.php
r3427333 r3442311 51 51 $blocks[] = []; 52 52 } else { 53 $blocks[] = $ dom->saveXML( $div );53 $blocks[] = $html5->saveHTML( $div ); 54 54 } 55 55 } … … 76 76 'capability' => '', 77 77 ], $attributes, 'fyeo' ); 78 79 // If capability is empty string, apply default (shortcode_atts doesn't replace empty strings). 80 if ( '' === $attributes['capability'] ) { 81 $attributes['capability'] = $this->capability->default_capability(); 82 } 78 83 // Apply default tag_line if empty. 79 84 if ( empty( $attributes['tag_line'] ) ) { -
for-your-eyes-only/tags/1.2.3/for-your-eyes-only.php
r3427333 r3442311 6 6 Author: Tarosky INC. 7 7 Author URI: https://tarosky.co.jp 8 Version: 1.2. 28 Version: 1.2.3 9 9 Requires at least: 6.6 10 10 Requires PHP: 7.4 -
for-your-eyes-only/tags/1.2.3/readme.txt
r3427333 r3442311 4 4 Tags: membership, login, restrict 5 5 Tested up to: 6.9 6 Stable tag: 1.2. 26 Stable tag: 1.2.3 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.txt -
for-your-eyes-only/tags/1.2.3/vendor/composer/installed.php
r3427333 r3442311 2 2 'root' => array( 3 3 'name' => 'tarosky/for-your-eyes-only', 4 'pretty_version' => '1.2. 2',5 'version' => '1.2. 2.0',6 'reference' => '2 23060021f308c4f3b627515a9a6e6eef72d7103',4 'pretty_version' => '1.2.3', 5 'version' => '1.2.3.0', 6 'reference' => '2fc84d62e8d8ffad27505d6d674365cee3da9152', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'tarosky/for-your-eyes-only' => array( 23 'pretty_version' => '1.2. 2',24 'version' => '1.2. 2.0',25 'reference' => '2 23060021f308c4f3b627515a9a6e6eef72d7103',23 'pretty_version' => '1.2.3', 24 'version' => '1.2.3.0', 25 'reference' => '2fc84d62e8d8ffad27505d6d674365cee3da9152', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
for-your-eyes-only/trunk/app/Hametuha/ForYourEyesOnly/Parser.php
r3427333 r3442311 51 51 $blocks[] = []; 52 52 } else { 53 $blocks[] = $ dom->saveXML( $div );53 $blocks[] = $html5->saveHTML( $div ); 54 54 } 55 55 } … … 76 76 'capability' => '', 77 77 ], $attributes, 'fyeo' ); 78 79 // If capability is empty string, apply default (shortcode_atts doesn't replace empty strings). 80 if ( '' === $attributes['capability'] ) { 81 $attributes['capability'] = $this->capability->default_capability(); 82 } 78 83 // Apply default tag_line if empty. 79 84 if ( empty( $attributes['tag_line'] ) ) { -
for-your-eyes-only/trunk/for-your-eyes-only.php
r3427333 r3442311 6 6 Author: Tarosky INC. 7 7 Author URI: https://tarosky.co.jp 8 Version: 1.2. 28 Version: 1.2.3 9 9 Requires at least: 6.6 10 10 Requires PHP: 7.4 -
for-your-eyes-only/trunk/readme.txt
r3427333 r3442311 4 4 Tags: membership, login, restrict 5 5 Tested up to: 6.9 6 Stable tag: 1.2. 26 Stable tag: 1.2.3 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.txt -
for-your-eyes-only/trunk/vendor/composer/installed.php
r3427333 r3442311 2 2 'root' => array( 3 3 'name' => 'tarosky/for-your-eyes-only', 4 'pretty_version' => '1.2. 2',5 'version' => '1.2. 2.0',6 'reference' => '2 23060021f308c4f3b627515a9a6e6eef72d7103',4 'pretty_version' => '1.2.3', 5 'version' => '1.2.3.0', 6 'reference' => '2fc84d62e8d8ffad27505d6d674365cee3da9152', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'tarosky/for-your-eyes-only' => array( 23 'pretty_version' => '1.2. 2',24 'version' => '1.2. 2.0',25 'reference' => '2 23060021f308c4f3b627515a9a6e6eef72d7103',23 'pretty_version' => '1.2.3', 24 'version' => '1.2.3.0', 25 'reference' => '2fc84d62e8d8ffad27505d6d674365cee3da9152', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.