Changeset 2691500
- Timestamp:
- 03/09/2022 01:59:38 PM (4 years ago)
- Location:
- prettycode/trunk
- Files:
-
- 9 added
- 3 edited
-
classes/Plugin.php (modified) (1 diff)
-
prettycode.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src (added)
-
src/block.js (added)
-
src/block.json (added)
-
src/edit.js (added)
-
src/editor.scss (added)
-
src/index.js (added)
-
src/inspector.js (added)
-
src/save.js (added)
-
src/style.scss (added)
Legend:
- Unmodified
- Added
- Removed
-
prettycode/trunk/classes/Plugin.php
r2691356 r2691500 8 8 { 9 9 const SLUG = 'prettycode'; 10 const VERSION = '1.0. 4';10 const VERSION = '1.0.5'; 11 11 12 12 /** -
prettycode/trunk/prettycode.php
r2691356 r2691500 5 5 * Requires at least: 5.8 6 6 * Requires PHP: 7.0 7 * Version: 1.0. 47 * Version: 1.0.5 8 8 * Author: Maxime BJ • Captain WP 9 9 * License: GPL-2.0-or-later -
prettycode/trunk/readme.txt
r2691356 r2691500 3 3 Tags: block 4 4 Tested up to: 5.9 5 Stable tag: 1.0. 45 Stable tag: 1.0.5 6 6 License: GPL-2.0-or-later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 46 46 == Changelog == 47 47 48 = 1.0. 4=48 = 1.0.5 = 49 49 * Added translation for JS files 50 50 * Fixed a bug with PHP block
Note: See TracChangeset
for help on using the changeset viewer.