Plugin Directory

Changeset 3459647


Ignore:
Timestamp:
02/12/2026 08:19:48 AM (7 weeks ago)
Author:
them.es
Message:

updated trunk

Location:
emoji-toolbar
Files:
50 added
4 edited

Legend:

Unmodified
Added
Removed
  • emoji-toolbar/tags/1.2.8/assets/blueprints/blueprint.json

    r3391334 r3459647  
    33    "steps": [
    44        { "step": "login", "username": "admin", "password": "password" },
    5         {
    6             "step": "defineWpConfigConsts",
    7             "consts": { "IS_PLAYGROUND_PREVIEW": true }
    8         },
    95        {
    106            "step": "installPlugin",
  • emoji-toolbar/trunk/assets/blueprints/blueprint.json

    r3086688 r3459647  
    33    "steps": [
    44        { "step": "login", "username": "admin", "password": "password" },
    5         {
    6             "step": "defineWpConfigConsts",
    7             "consts": { "IS_PLAYGROUND_PREVIEW": true }
    8         },
    95        {
    106            "step": "installPlugin",
  • emoji-toolbar/trunk/emoji-toolbar.php

    r3391331 r3459647  
    44 * Plugin URI: https://wordpress.org/plugins/emoji-toolbar
    55 * Description: A simple Emoji picker for rich-text blocks 😀
    6  * Version: 1.2.8
     6 * Version: 1.2.9
    77 * Author: them.es
    88 * Author URI: https://them.es/plugins/emoji-toolbar
     
    2222 * @return void
    2323 */
    24 function emoji_toolbar_enqueue_assets() {
     24function emoji_toolbar_enqueue_assets(): void {
    2525    $asset_file = include __DIR__ . '/blocks/build/index.asset.php';
    2626
  • emoji-toolbar/trunk/readme.txt

    r3391331 r3459647  
    55Requires at least: 5.6
    66Tested up to: 6.9
    7 Stable tag: 1.2.8
     7Stable tag: 1.2.9
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     69= 1.2.9 =
     70Code quality
     71
    6972= 1.2.8 =
    7073* Tested up to WordPress 6.9 (preview)
Note: See TracChangeset for help on using the changeset viewer.