Plugin Directory

Changeset 3371610


Ignore:
Timestamp:
10/02/2025 08:07:42 AM (6 months ago)
Author:
maxpertici
Message:

Block revealer / trunk / 2.0.1

Location:
wp-block-revealer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-block-revealer/trunk/app/Utils/Singleton.php

    r3371431 r3371610  
    2020     * @return static the child class
    2121     */
    22     final public static function instance(): static {
     22    final public static function instance() {
    2323        static $_instance = [];
    2424
  • wp-block-revealer/trunk/readme.txt

    r3371431 r3371610  
    55Requires at least: 6.3
    66Tested up to: 6.8.3
    7 Stable tag: 2.0.0
    8 Requires PHP: 7.0
     7Stable tag: 2.0.1
     8Requires PHP: 7.4
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2323
    2424== Changelog ==
     25
     26= 2.0.1 =
     27* FIX Fatal on singleton on older PHP version
    2528
    2629= 2.0.0 =
  • wp-block-revealer/trunk/wp-block-revealer.php

    r3371431 r3371610  
    44Plugin URI:   https://maxpertici.fr#block-revealer
    55Description:  Reveal blocks of Gutenberg Editor (Keyboard shortcut available : Ctrl + Alt + R).
    6 Version:      2.0.0
     6Version:      2.0.1
    77Author:       @maxpertici
    88Author URI:   https://maxpertici.fr
Note: See TracChangeset for help on using the changeset viewer.