Changeset 3371610
- Timestamp:
- 10/02/2025 08:07:42 AM (6 months ago)
- Location:
- wp-block-revealer/trunk
- Files:
-
- 3 edited
-
app/Utils/Singleton.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-block-revealer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-block-revealer/trunk/app/Utils/Singleton.php
r3371431 r3371610 20 20 * @return static the child class 21 21 */ 22 final public static function instance() : static{22 final public static function instance() { 23 23 static $_instance = []; 24 24 -
wp-block-revealer/trunk/readme.txt
r3371431 r3371610 5 5 Requires at least: 6.3 6 6 Tested up to: 6.8.3 7 Stable tag: 2.0. 08 Requires PHP: 7. 07 Stable tag: 2.0.1 8 Requires PHP: 7.4 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 23 23 24 24 == Changelog == 25 26 = 2.0.1 = 27 * FIX Fatal on singleton on older PHP version 25 28 26 29 = 2.0.0 = -
wp-block-revealer/trunk/wp-block-revealer.php
r3371431 r3371610 4 4 Plugin URI: https://maxpertici.fr#block-revealer 5 5 Description: Reveal blocks of Gutenberg Editor (Keyboard shortcut available : Ctrl + Alt + R). 6 Version: 2.0. 06 Version: 2.0.1 7 7 Author: @maxpertici 8 8 Author URI: https://maxpertici.fr
Note: See TracChangeset
for help on using the changeset viewer.