Changeset 3167221
- Timestamp:
- 10/11/2024 02:18:43 PM (18 months ago)
- Location:
- for-your-eyes-only
- Files:
-
- 8 edited
- 1 copied
-
tags/1.1.4 (copied) (copied from for-your-eyes-only/trunk)
-
tags/1.1.4/app/Hametuha/ForYourEyesOnly/Parser.php (modified) (1 diff)
-
tags/1.1.4/for-your-eyes-only.php (modified) (1 diff)
-
tags/1.1.4/readme.txt (modified) (1 diff)
-
tags/1.1.4/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/app/Hametuha/ForYourEyesOnly/Parser.php (modified) (1 diff)
-
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.1.4/app/Hametuha/ForYourEyesOnly/Parser.php
r3166983 r3167221 71 71 static $count = 0; 72 72 $attributes = shortcode_atts( [ 73 'dynamic' => '',73 'dynamic' => apply_filters( 'fyeo_default_render_style', '' ), 74 74 'tag_line' => $this->tag_line(), 75 75 'capability' => $this->capability->default_capability(), -
for-your-eyes-only/tags/1.1.4/for-your-eyes-only.php
r3167201 r3167221 6 6 Author: Tarosky INC. 7 7 Author URI: https://tarosky.co.jp 8 Version: 1.1. 38 Version: 1.1.4 9 9 Text Domain: fyeo 10 10 Domain Path: /languages/ -
for-your-eyes-only/tags/1.1.4/readme.txt
r3167201 r3167221 5 5 Requires at least: 6.1 6 6 Tested up to: 6.6 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 Requires PHP: 7.2 9 9 License: GPLv3 or later -
for-your-eyes-only/tags/1.1.4/vendor/composer/installed.php
r3167201 r3167221 2 2 'root' => array( 3 3 'name' => 'tarosky/for-your-eyes-only', 4 'pretty_version' => '1.1. 3',5 'version' => '1.1. 3.0',6 'reference' => ' 53862da51e1eaba29617b57585e8e9a86e1c10d4',4 'pretty_version' => '1.1.4', 5 'version' => '1.1.4.0', 6 'reference' => 'c5af6ea05ecf3bc4f251e00e075ffc2395db5b30', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'tarosky/for-your-eyes-only' => array( 23 'pretty_version' => '1.1. 3',24 'version' => '1.1. 3.0',25 'reference' => ' 53862da51e1eaba29617b57585e8e9a86e1c10d4',23 'pretty_version' => '1.1.4', 24 'version' => '1.1.4.0', 25 'reference' => 'c5af6ea05ecf3bc4f251e00e075ffc2395db5b30', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
for-your-eyes-only/trunk/app/Hametuha/ForYourEyesOnly/Parser.php
r3166983 r3167221 71 71 static $count = 0; 72 72 $attributes = shortcode_atts( [ 73 'dynamic' => '',73 'dynamic' => apply_filters( 'fyeo_default_render_style', '' ), 74 74 'tag_line' => $this->tag_line(), 75 75 'capability' => $this->capability->default_capability(), -
for-your-eyes-only/trunk/for-your-eyes-only.php
r3167201 r3167221 6 6 Author: Tarosky INC. 7 7 Author URI: https://tarosky.co.jp 8 Version: 1.1. 38 Version: 1.1.4 9 9 Text Domain: fyeo 10 10 Domain Path: /languages/ -
for-your-eyes-only/trunk/readme.txt
r3167201 r3167221 5 5 Requires at least: 6.1 6 6 Tested up to: 6.6 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 Requires PHP: 7.2 9 9 License: GPLv3 or later -
for-your-eyes-only/trunk/vendor/composer/installed.php
r3167201 r3167221 2 2 'root' => array( 3 3 'name' => 'tarosky/for-your-eyes-only', 4 'pretty_version' => '1.1. 3',5 'version' => '1.1. 3.0',6 'reference' => ' 53862da51e1eaba29617b57585e8e9a86e1c10d4',4 'pretty_version' => '1.1.4', 5 'version' => '1.1.4.0', 6 'reference' => 'c5af6ea05ecf3bc4f251e00e075ffc2395db5b30', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'tarosky/for-your-eyes-only' => array( 23 'pretty_version' => '1.1. 3',24 'version' => '1.1. 3.0',25 'reference' => ' 53862da51e1eaba29617b57585e8e9a86e1c10d4',23 'pretty_version' => '1.1.4', 24 'version' => '1.1.4.0', 25 'reference' => 'c5af6ea05ecf3bc4f251e00e075ffc2395db5b30', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.