Plugin Directory

Changeset 3109670

Timestamp:
06/29/2024 11:52:37 AM (5 weeks ago)
Author:
ivanzhuck
Message:

Update to version 3.4.0 from GitHub

Location:
iz-block-editor-tooltips
Files:
6 added
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • iz-block-editor-tooltips/tags/3.4.0/assets/build/styles/styles.css

    r3063089 r3109670  
    1 .izbet-tooltip{color:var(--text-color);cursor:pointer;position:relative;display:inline-block;border-bottom:1px dashed var(--border-color)}.izbet-tooltip[aria-label]:hover:before{display:inline-block}.izbet-tooltip[aria-label]:before{content:attr(aria-label);display:none;position:absolute;left:0;bottom:100%;background-color:var(--tooltip-background-color);width:auto;max-width:250px;min-width:200px;color:var(--tooltip-text-color);font-size:.8rem;padding:.6rem;border-radius:5px;z-index:100;white-space:pre-wrap}@media screen and (max-width: 768px){.izbet-tooltip[aria-label]:before{position:fixed;width:90%;max-width:500px;height:auto;left:0;right:0;margin:auto;bottom:100px}}
     1.izbet-tooltip{color:var(--text-color);cursor:pointer;position:relative;display:inline-block;border-bottom:1px dashed var(--border-color)}.izbet-tooltip[aria-label]:hover:before{display:inline-block}.izbet-tooltip[aria-label]:before{content:attr(aria-label);display:none;position:absolute;left:0;bottom:100%;background-color:var(--tooltip-background-color);width:auto;max-width:250px;min-width:200px;color:var(--tooltip-text-color);font-size:;z-index:100;white-space:pre-wrap}@media screen and (max-width: 768px){.izbet-tooltip[aria-label]:before{position:fixed;width:90%;max-width:500px;height:auto;left:0;right:0;margin:auto;bottom:100px}}
  • iz-block-editor-tooltips/tags/3.4.0/iz-block-editor-tooltips.php

    r3063089 r3109670  
    44 * Plugin Name: IZ Block Editor Tooltips
    55 * Description: An easy way to implement tooltip element in the WordPress Block Editor
    6  * Version: 3.3.0
     6 * Version: 3..0
    77 * Requires at least: 5.9
    88 * Requires PHP: 7.4
     
    4444}
    4545
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
    4658require_once(realpath(__DIR__ . '/vendor/autoload.php'));
    4759
  • iz-block-editor-tooltips/tags/3.4.0/readme.txt

    r3063089 r3109670  
    33Tags: tooltips, block editor tooltips, gutenberg tooltips, richtext tooltips
    44Requires at least: 5.9
    5 Tested up to: 6.5
    6 Stable tag: 3.3.0
     5Tested up to: 6.5
     6Stable tag: 3..0
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    2626add_filter('iz_bet_style_tooltip_text_color', function() { return '#fff'; });
    2727add_filter('iz_bet_style_tooltip_background_color', function() { return 'rgba(0, 010, 030, .85)'; });
     28
     29
     30
    2831`
    2932
     
    4548
    4649== Changelog ==
     50
     51
     52
     53
    4754
    4855= 3.3.0 =
  • iz-block-editor-tooltips/tags/3.4.0/src/Assets.php

    r3012219 r3109670  
    9393                --tooltip-text-color: ' . esc_html(apply_filters('izbet_style_tooltip_text_color', IZBET_PLUGIN_STYLE_DEFAULT_TOOLTIP_TEXT_COLOR)) . ';
    9494                --tooltip-background-color: ' . esc_html(apply_filters('izbet_style_tooltip_background_color', IZBET_PLUGIN_STYLE_DEFAULT_TOOLTIP_BG_COLOR)) . ';
     95
     96
     97
    9598            }
    9699        </style>';
  • iz-block-editor-tooltips/tags/3.4.0/src/SettingsPage.php

    r3012219 r3109670  
    4242            return $options['style_tooltip_background_color'] ?? IZBET_PLUGIN_STYLE_DEFAULT_TOOLTIP_BG_COLOR;
    4343        }, 10);
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
    4456    }
    4557
     
    5769            'izbet-settings'
    5870        );
     71
     72
     73
     74
     75
     76
     77
    5978    }
    6079
     
    8099
    81100    /**
     101
     102
     103
     104
     105
     106
     107
     108
    82109     * Displays a color picker field
    83110     */
     
    85112    {
    86113        Template::instance()->render('fields/color-picker', $args);
     114
     115
     116
     117
     118
     119
     120
     121
    87122    }
    88123
     
    166201            ]
    167202        );
     203
     204
     205
     206
     207
     208
     209
     210
     211
     212
     213
     214
     215
     216
     217
     218
     219
     220
     221
     222
     223
     224
     225
     226
     227
     228
     229
     230
     231
     232
     233
     234
     235
     236
     237
     238
     239
     240
     241
     242
     243
     244
     245
     246
     247
     248
     249
     250
     251
     252
     253
     254
     255
     256
     257
     258
     259
     260
     261
     262
    168263    }
    169264}
  • iz-block-editor-tooltips/tags/3.4.0/src/Template.php

    r3012219 r3109670  
    8686                    'data-alpha-enabled' => true,
    8787                ],
     88
     89
     90
     91
     92
     93
     94
    8895                'button' => [
    8996                    'type' => true,
  • iz-block-editor-tooltips/tags/3.4.0/vendor/composer/installed.php

    r3063089 r3109670  
    22    'root' => array(
    33        'name' => 'ivan_zhuck/iz-block-editor-tooltips',
    4         'pretty_version' => 'v3.3.0',
    5         'version' => '3.3.0.0',
    6         'reference' => '9b269a7ebd73e6d080d09fd34c761b214dacf1b2',
     4        'pretty_version' => 'v3..0',
     5        'version' => '3..0.0',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'ivan_zhuck/iz-block-editor-tooltips' => array(
    14             'pretty_version' => 'v3.3.0',
    15             'version' => '3.3.0.0',
    16             'reference' => '9b269a7ebd73e6d080d09fd34c761b214dacf1b2',
     14            'pretty_version' => 'v3..0',
     15            'version' => '3..0.0',
     16            'reference' => '',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • iz-block-editor-tooltips/trunk/assets/build/styles/styles.css

    r3063089 r3109670  
    1 .izbet-tooltip{color:var(--text-color);cursor:pointer;position:relative;display:inline-block;border-bottom:1px dashed var(--border-color)}.izbet-tooltip[aria-label]:hover:before{display:inline-block}.izbet-tooltip[aria-label]:before{content:attr(aria-label);display:none;position:absolute;left:0;bottom:100%;background-color:var(--tooltip-background-color);width:auto;max-width:250px;min-width:200px;color:var(--tooltip-text-color);font-size:.8rem;padding:.6rem;border-radius:5px;z-index:100;white-space:pre-wrap}@media screen and (max-width: 768px){.izbet-tooltip[aria-label]:before{position:fixed;width:90%;max-width:500px;height:auto;left:0;right:0;margin:auto;bottom:100px}}
     1.izbet-tooltip{color:var(--text-color);cursor:pointer;position:relative;display:inline-block;border-bottom:1px dashed var(--border-color)}.izbet-tooltip[aria-label]:hover:before{display:inline-block}.izbet-tooltip[aria-label]:before{content:attr(aria-label);display:none;position:absolute;left:0;bottom:100%;background-color:var(--tooltip-background-color);width:auto;max-width:250px;min-width:200px;color:var(--tooltip-text-color);font-size:;z-index:100;white-space:pre-wrap}@media screen and (max-width: 768px){.izbet-tooltip[aria-label]:before{position:fixed;width:90%;max-width:500px;height:auto;left:0;right:0;margin:auto;bottom:100px}}
  • iz-block-editor-tooltips/trunk/iz-block-editor-tooltips.php

    r3063089 r3109670  
    44 * Plugin Name: IZ Block Editor Tooltips
    55 * Description: An easy way to implement tooltip element in the WordPress Block Editor
    6  * Version: 3.3.0
     6 * Version: 3..0
    77 * Requires at least: 5.9
    88 * Requires PHP: 7.4
     
    4444}
    4545
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
    4658require_once(realpath(__DIR__ . '/vendor/autoload.php'));
    4759
  • iz-block-editor-tooltips/trunk/readme.txt

    r3063089 r3109670  
    33Tags: tooltips, block editor tooltips, gutenberg tooltips, richtext tooltips
    44Requires at least: 5.9
    5 Tested up to: 6.5
    6 Stable tag: 3.3.0
     5Tested up to: 6.5
     6Stable tag: 3..0
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    2626add_filter('iz_bet_style_tooltip_text_color', function() { return '#fff'; });
    2727add_filter('iz_bet_style_tooltip_background_color', function() { return 'rgba(0, 010, 030, .85)'; });
     28
     29
     30
    2831`
    2932
     
    4548
    4649== Changelog ==
     50
     51
     52
     53
    4754
    4855= 3.3.0 =
  • iz-block-editor-tooltips/trunk/src/Assets.php

    r3012219 r3109670  
    9393                --tooltip-text-color: ' . esc_html(apply_filters('izbet_style_tooltip_text_color', IZBET_PLUGIN_STYLE_DEFAULT_TOOLTIP_TEXT_COLOR)) . ';
    9494                --tooltip-background-color: ' . esc_html(apply_filters('izbet_style_tooltip_background_color', IZBET_PLUGIN_STYLE_DEFAULT_TOOLTIP_BG_COLOR)) . ';
     95
     96
     97
    9598            }
    9699        </style>';
  • iz-block-editor-tooltips/trunk/src/SettingsPage.php

    r3012219 r3109670  
    4242            return $options['style_tooltip_background_color'] ?? IZBET_PLUGIN_STYLE_DEFAULT_TOOLTIP_BG_COLOR;
    4343        }, 10);
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
    4456    }
    4557
     
    5769            'izbet-settings'
    5870        );
     71
     72
     73
     74
     75
     76
     77
    5978    }
    6079
     
    8099
    81100    /**
     101
     102
     103
     104
     105
     106
     107
     108
    82109     * Displays a color picker field
    83110     */
     
    85112    {
    86113        Template::instance()->render('fields/color-picker', $args);
     114
     115
     116
     117
     118
     119
     120
     121
    87122    }
    88123
     
    166201            ]
    167202        );
     203
     204
     205
     206
     207
     208
     209
     210
     211
     212
     213
     214
     215
     216
     217
     218
     219
     220
     221
     222
     223
     224
     225
     226
     227
     228
     229
     230
     231
     232
     233
     234
     235
     236
     237
     238
     239
     240
     241
     242
     243
     244
     245
     246
     247
     248
     249
     250
     251
     252
     253
     254
     255
     256
     257
     258
     259
     260
     261
     262
    168263    }
    169264}
  • iz-block-editor-tooltips/trunk/src/Template.php

    r3012219 r3109670  
    8686                    'data-alpha-enabled' => true,
    8787                ],
     88
     89
     90
     91
     92
     93
     94
    8895                'button' => [
    8996                    'type' => true,
  • iz-block-editor-tooltips/trunk/vendor/composer/installed.php

    r3063089 r3109670  
    22    'root' => array(
    33        'name' => 'ivan_zhuck/iz-block-editor-tooltips',
    4         'pretty_version' => 'v3.3.0',
    5         'version' => '3.3.0.0',
    6         'reference' => '9b269a7ebd73e6d080d09fd34c761b214dacf1b2',
     4        'pretty_version' => 'v3..0',
     5        'version' => '3..0.0',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'ivan_zhuck/iz-block-editor-tooltips' => array(
    14             'pretty_version' => 'v3.3.0',
    15             'version' => '3.3.0.0',
    16             'reference' => '9b269a7ebd73e6d080d09fd34c761b214dacf1b2',
     14            'pretty_version' => 'v3..0',
     15            'version' => '3..0.0',
     16            'reference' => '',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.