Plugin Directory

Changeset 3012226

Timestamp:
12/20/2023 12:05:43 AM (8 months ago)
Author:
ivanzhuck
Message:

Update to version 3.2.3 from GitHub

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

Legend:

Unmodified
Added
Removed
  • iz-block-editor-tooltips/tags/3.2.3/iz-block-editor-tooltips.php

    r3012219 r3012226  
    44 * Plugin Name: IZ Block Editor Tooltips
    55 * Description: An easy way to implement tooltip element in the WordPress Block Editor
    6  * Version: 3.2.2
     6 * Version: 3.2.
    77 * Requires at least: 5.9
    88 * Requires PHP: 7.4
  • iz-block-editor-tooltips/tags/3.2.3/readme.txt

    r3012219 r3012226  
    44Requires at least: 5.9
    55Tested up to: 6.4.2
    6 Stable tag: 3.2.2
     6Stable tag: 3.2.
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    1313== Description ==
    1414
    15 - This lightweight plugin adds button "Tooltip" to the RichText toolbar.
    16 - Use it to paste popover tooltips over the words and phrases in your articles.
    17 - You can style tooltips with the admin settings page.
    18 - You can also style tooltips with CSS and using filters:
     15This lightweight plugin adds button "Tooltip" to the RichText toolbar.
     16
     17Use it to paste popover tooltips over the words and phrases in your articles.
     18
     19You can style tooltips with the admin settings page.
     20
     21You can also style tooltips with CSS and using filters:
    1922
    2023`
     
    3336== How to contribute ==
    3437
    35 If you want to help me develop the plugin please visit its repository on GitHub: [https://github.com/IvanZhuck/wordpress-iz-bet](https://github.com/IvanZhuck/wordpress-iz-bet)
    36 The repository contains the source code and tools for development.
     38If you want to help me develop the plugin please visit its repository on GitHub: [https://github.com/IvanZhuck/wordpress-iz-bet](https://github.com/IvanZhuck/wordpress-iz-bet). The repository contains the source code and tools for development.
    3739
    3840== Installation ==
     
    4446== Changelog ==
    4547
    46 For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/IvanZhuck/wordpress-iz-bet/releases).
     48= 3.2.3 =
     49* Updated readme.txt
     50
     51= 3.2.2 =
     52* Tested with WordPress 6.4.2
     53* Added screenshots
     54
     55= 3.2.1 =
     56* Updated output escaping
     57
     58= 3.2.0 =
     59* Tested with WordPress 6.4.1
     60* Added variable escaping
     61
     62= 3.1.1 =
     63* Updated @wordpress/eslint-plugin version
     64* Updated readme.txt
     65
     66= 3.1.0 =
     67* Updated plugin text prefix
     68* Updated plugin text domain
     69* Changed the way to read json config files
     70
     71Please visit [the Releases page on GitHub](https://github.com/IvanZhuck/wordpress-iz-bet/releases) to see the full plugin’s changelog,
  • iz-block-editor-tooltips/tags/3.2.3/vendor/composer/installed.php

    r3012219 r3012226  
    22    'root' => array(
    33        'name' => 'ivan_zhuck/iz-block-editor-tooltips',
    4         'pretty_version' => 'v3.2.2',
    5         'version' => '3.2.2.0',
    6         'reference' => '09dfede0d6e1e3428c7be949ad8da51cd234cb7e',
     4        'pretty_version' => 'v3.2.',
     5        'version' => '3.2..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.2.2',
    15             'version' => '3.2.2.0',
    16             'reference' => '09dfede0d6e1e3428c7be949ad8da51cd234cb7e',
     14            'pretty_version' => 'v3.2.',
     15            'version' => '3.2..0',
     16            'reference' => '',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • iz-block-editor-tooltips/trunk/iz-block-editor-tooltips.php

    r3012219 r3012226  
    44 * Plugin Name: IZ Block Editor Tooltips
    55 * Description: An easy way to implement tooltip element in the WordPress Block Editor
    6  * Version: 3.2.2
     6 * Version: 3.2.
    77 * Requires at least: 5.9
    88 * Requires PHP: 7.4
  • iz-block-editor-tooltips/trunk/readme.txt

    r3012219 r3012226  
    44Requires at least: 5.9
    55Tested up to: 6.4.2
    6 Stable tag: 3.2.2
     6Stable tag: 3.2.
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    1313== Description ==
    1414
    15 - This lightweight plugin adds button "Tooltip" to the RichText toolbar.
    16 - Use it to paste popover tooltips over the words and phrases in your articles.
    17 - You can style tooltips with the admin settings page.
    18 - You can also style tooltips with CSS and using filters:
     15This lightweight plugin adds button "Tooltip" to the RichText toolbar.
     16
     17Use it to paste popover tooltips over the words and phrases in your articles.
     18
     19You can style tooltips with the admin settings page.
     20
     21You can also style tooltips with CSS and using filters:
    1922
    2023`
     
    3336== How to contribute ==
    3437
    35 If you want to help me develop the plugin please visit its repository on GitHub: [https://github.com/IvanZhuck/wordpress-iz-bet](https://github.com/IvanZhuck/wordpress-iz-bet)
    36 The repository contains the source code and tools for development.
     38If you want to help me develop the plugin please visit its repository on GitHub: [https://github.com/IvanZhuck/wordpress-iz-bet](https://github.com/IvanZhuck/wordpress-iz-bet). The repository contains the source code and tools for development.
    3739
    3840== Installation ==
     
    4446== Changelog ==
    4547
    46 For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/IvanZhuck/wordpress-iz-bet/releases).
     48= 3.2.3 =
     49* Updated readme.txt
     50
     51= 3.2.2 =
     52* Tested with WordPress 6.4.2
     53* Added screenshots
     54
     55= 3.2.1 =
     56* Updated output escaping
     57
     58= 3.2.0 =
     59* Tested with WordPress 6.4.1
     60* Added variable escaping
     61
     62= 3.1.1 =
     63* Updated @wordpress/eslint-plugin version
     64* Updated readme.txt
     65
     66= 3.1.0 =
     67* Updated plugin text prefix
     68* Updated plugin text domain
     69* Changed the way to read json config files
     70
     71Please visit [the Releases page on GitHub](https://github.com/IvanZhuck/wordpress-iz-bet/releases) to see the full plugin’s changelog,
  • iz-block-editor-tooltips/trunk/vendor/composer/installed.php

    r3012219 r3012226  
    22    'root' => array(
    33        'name' => 'ivan_zhuck/iz-block-editor-tooltips',
    4         'pretty_version' => 'v3.2.2',
    5         'version' => '3.2.2.0',
    6         'reference' => '09dfede0d6e1e3428c7be949ad8da51cd234cb7e',
     4        'pretty_version' => 'v3.2.',
     5        'version' => '3.2..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.2.2',
    15             'version' => '3.2.2.0',
    16             'reference' => '09dfede0d6e1e3428c7be949ad8da51cd234cb7e',
     14            'pretty_version' => 'v3.2.',
     15            'version' => '3.2..0',
     16            'reference' => '',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.