Plugin Directory

Changeset 3425425


Ignore:
Timestamp:
12/22/2025 02:30:35 PM (3 months ago)
Author:
clonable
Message:

version 2.8.1

Location:
clonable
Files:
131 added
12 edited

Legend:

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

    r3422714 r3425425  
    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.8.0
     7Version: 2.8.1
    88Author: Clonable BV
    99Author URI: https://www.clonable.net
     
    121121
    122122define('CLONABLE_NAME', 'Clonable');
    123 define('CLONABLE_VERSION', '2.8.0');
     123define('CLONABLE_VERSION', '2.8.1');
    124124
    125125if (defined('WP_CLI') && WP_CLI) {
  • clonable/trunk/readme-da_DK.txt

    r3422714 r3425425  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.8.0
     7Stable tag: 2.8.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.8.1
     35Fixed bug for new customers
     36
    3437v2.8.0
    3538New language switcher
  • clonable/trunk/readme-de_DE.txt

    r3422714 r3425425  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.8.0
     7Stable tag: 2.8.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.8.1
     35Fixed bug for new customers
     36
    3437v2.8.0
    3538New language switcher
  • clonable/trunk/readme-es_ES.txt

    r3422714 r3425425  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.8.0
     7Stable tag: 2.8.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.8.1
     35Fixed bug for new customers
     36
    3437v2.8.0
    3538New language switcher
  • clonable/trunk/readme-fr_FR.txt

    r3422714 r3425425  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.8.0
     7Stable tag: 2.8.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.8.1
     35Fixed bug for new customers
     36
    3437v2.8.0
    3538New language switcher
  • clonable/trunk/readme-it_IT.txt

    r3422714 r3425425  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.8.0
     7Stable tag: 2.8.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.8.1
     35Fixed bug for new customers
     36
    3437v2.8.0
    3538New language switcher
  • clonable/trunk/readme-nb_NO.txt

    r3422714 r3425425  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.8.0
     7Stable tag: 2.8.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.8.1
     35Fixed bug for new customers
     36
    3437v2.8.0
    3538New language switcher
  • clonable/trunk/readme-nl_NL.txt

    r3422714 r3425425  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.8.0
     7Stable tag: 2.8.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.8.1
     35Probleem voor nieuwe klanten gefixt
     36
    3437v2.8.0
    3538Nieuwe talenwisselaar
  • clonable/trunk/readme-sv_SE.txt

    r3422714 r3425425  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.8.0
     7Stable tag: 2.8.1
    88License: GPL v2 or later
    99
     
    3232
    3333== Changelog ==
     34v2.8.1
     35Fixed bug for new customers
     36
    3437v2.8.0
    3538New language switcher
  • clonable/trunk/readme.txt

    r3422714 r3425425  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 2.8.0
     7Stable tag: 2.8.1
    88License: GPL v2 or later
    99
  • clonable/trunk/services/AdminUIService.php

    r3422714 r3425425  
    4949
    5050        $site = ClonableConfig::get_site();
     51        if (empty($site)) {
     52            return;
     53        }
    5154
    5255        $clones = $site->get_clones();
  • clonable/trunk/views/css/freakflags.css

    r2974323 r3425425  
    258258.fflag-WF {background-position:center 52.7716%}
    259259
    260 .fflag.ff-sm {width: 18px;height: 11px}
    261 .fflag.ff-md {width: 27px;height: 17px}
    262 .fflag.ff-lg {width: 42px;height: 27px}
    263 .fflag.ff-xl {width: 60px;height: 37px}
    264 
    265 .fflag.ff-square.ff-sm {width: 20px; height: 20px}
    266 .fflag.ff-square.ff-md {width: 30px; height: 30px}
    267 .fflag.ff-square.ff-lg {width: 40px; height: 40px}
     260.fflag.ff-sm {width: 18px !important;height: 11px !important}
     261.fflag.ff-md {width: 27px !important;height: 17px !important}
     262.fflag.ff-lg {width: 42px !important;height: 27px !important}
     263.fflag.ff-xl {width: 60px !important;height: 37px !important}
     264
     265.fflag.ff-square.ff-sm {width: 20px !important; height: 20px !important}
     266.fflag.ff-square.ff-md {width: 30px !important; height: 30px !important}
     267.fflag.ff-square.ff-lg {width: 40px !important; height: 40px !important}
Note: See TracChangeset for help on using the changeset viewer.