Plugin Directory

Changeset 3453043


Ignore:
Timestamp:
02/03/2026 03:57:39 PM (8 weeks ago)
Author:
clonable
Message:

Version 2.9.1

Location:
clonable
Files:
136 added
12 edited

Legend:

Unmodified
Added
Removed
  • clonable/trunk/clonable-wp.php

    r3452753 r3453043  
    55Description: Official plugin for improving your clones made with Clonable.
    66Plugin URI: https://kb.clonable.net/en/introduction/getting-started/wordpress#de-clonable-plug-in-downloaden
    7 Version: 2.9.0
     7Version: 2.9.1
    88Author: Clonable BV
    99Author URI: https://www.clonable.net
     
    126126
    127127define('CLONABLE_NAME', 'Clonable');
    128 define('CLONABLE_VERSION', '2.9.0');
     128define('CLONABLE_VERSION', '2.9.1');
    129129
    130130if (defined('WP_CLI') && WP_CLI) {
  • clonable/trunk/readme-da_DK.txt

    r3452753 r3453043  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.9.0
     7Stable tag: 2.9.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.9.1
     35Fixed bug with checkout coutry field
     36
    3437v2.9.0
    3538New WooCommerce email translations.
  • clonable/trunk/readme-de_DE.txt

    r3452753 r3453043  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.9.0
     7Stable tag: 2.9.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.9.1
     35Fixed bug with checkout coutry field
     36
    3437v2.9.0
    3538New WooCommerce email translations.
  • clonable/trunk/readme-es_ES.txt

    r3452753 r3453043  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.9.0
     7Stable tag: 2.9.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.9.1
     35Fixed bug with checkout coutry field
     36
    3437v2.9.0
    3538New WooCommerce email translations.
  • clonable/trunk/readme-fr_FR.txt

    r3452753 r3453043  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.9.0
     7Stable tag: 2.9.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.9.1
     35Fixed bug with checkout coutry field
     36
    3437v2.9.0
    3538New WooCommerce email translations.
  • clonable/trunk/readme-it_IT.txt

    r3452753 r3453043  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.9.0
     7Stable tag: 2.9.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.9.1
     35Fixed bug with checkout coutry field
     36
    3437v2.9.0
    3538New WooCommerce email translations.
  • clonable/trunk/readme-nb_NO.txt

    r3452753 r3453043  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.9.0
     7Stable tag: 2.9.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.9.1
     35Fixed bug with checkout coutry field
     36
    3437v2.9.0
    3538New WooCommerce email translations.
  • clonable/trunk/readme-nl_NL.txt

    r3452753 r3453043  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.9.0
     7Stable tag: 2.9.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.9.1
     35Fixed bug with checkout coutry field
     36
    3437v2.9.0
    3538Nieuwe WooCommerce email vertalingen.
  • clonable/trunk/readme-sv_SE.txt

    r3452753 r3453043  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.9.0
     7Stable tag: 2.9.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.9.1
     35Fixed bug with checkout coutry field
     36
    3437v2.9.0
    3538New WooCommerce email translations.
  • clonable/trunk/readme.txt

    r3452753 r3453043  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.9.0
     7Stable tag: 2.9.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.9.1
     35Fixed bug with checkout coutry field
     36
    3437v2.9.0
    3538New WooCommerce email translations.
  • clonable/trunk/services/AdminUIService.php

    r3425425 r3453043  
    2323        add_action('admin_bar_menu', [$this, 'register_admin_bar_items'], 100);
    2424
    25         add_action('wp_enqueue_scripts', [$this, 'register_styles']);
     25        add_action('admin_init', [$this, 'register_styles']);
    2626    }
    2727
  • clonable/trunk/views/css/clonable-language-switcher.css

    r3452753 r3453043  
    5656    display: inline-flex;
    5757    align-items: center;
     58    font-size: inherit;
     59    white-space: nowrap;
    5860    gap: var(--clonable-language-switcher-lan-container-gap);
    5961    line-height: var(--clonable-language-switcher-lan-container-line-height);
Note: See TracChangeset for help on using the changeset viewer.