Plugin Directory

Changeset 3167221


Ignore:
Timestamp:
10/11/2024 02:18:43 PM (18 months ago)
Author:
Tarosky
Message:

Update to version 1.1.4 from GitHub

Location:
for-your-eyes-only
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • for-your-eyes-only/tags/1.1.4/app/Hametuha/ForYourEyesOnly/Parser.php

    r3166983 r3167221  
    7171        static $count = 0;
    7272        $attributes   = shortcode_atts( [
    73             'dynamic'    => '',
     73            'dynamic'    => apply_filters( 'fyeo_default_render_style', '' ),
    7474            'tag_line'   => $this->tag_line(),
    7575            'capability' => $this->capability->default_capability(),
  • for-your-eyes-only/tags/1.1.4/for-your-eyes-only.php

    r3167201 r3167221  
    66Author: Tarosky INC.
    77Author URI: https://tarosky.co.jp
    8 Version: 1.1.3
     8Version: 1.1.4
    99Text Domain: fyeo
    1010Domain Path: /languages/
  • for-your-eyes-only/tags/1.1.4/readme.txt

    r3167201 r3167221  
    55Requires at least: 6.1 
    66Tested up to: 6.6 
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88Requires PHP: 7.2 
    99License: GPLv3 or later 
  • for-your-eyes-only/tags/1.1.4/vendor/composer/installed.php

    r3167201 r3167221  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • for-your-eyes-only/trunk/app/Hametuha/ForYourEyesOnly/Parser.php

    r3166983 r3167221  
    7171        static $count = 0;
    7272        $attributes   = shortcode_atts( [
    73             'dynamic'    => '',
     73            'dynamic'    => apply_filters( 'fyeo_default_render_style', '' ),
    7474            'tag_line'   => $this->tag_line(),
    7575            'capability' => $this->capability->default_capability(),
  • for-your-eyes-only/trunk/for-your-eyes-only.php

    r3167201 r3167221  
    66Author: Tarosky INC.
    77Author URI: https://tarosky.co.jp
    8 Version: 1.1.3
     8Version: 1.1.4
    99Text Domain: fyeo
    1010Domain Path: /languages/
  • for-your-eyes-only/trunk/readme.txt

    r3167201 r3167221  
    55Requires at least: 6.1 
    66Tested up to: 6.6 
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88Requires PHP: 7.2 
    99License: GPLv3 or later 
  • for-your-eyes-only/trunk/vendor/composer/installed.php

    r3167201 r3167221  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.