File tree 3 files changed +14
-3
lines changed 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ Unreleased]
4
+
5
+ ## 1.0.0 - 2018-12-13
6
+
7
+ * Fixed enqueuing of custom Prism.js language assets.
8
+ * Fixed the handle for core block editor styles for WordPress 5.0.
9
+ * Replaced the deprecated PanelColor component with PanelColorSettings for WordPress 5.0.
10
+
3
11
## 0.1.0 - 2018-08-05
4
12
5
13
* First release.
14
+
15
+ [ Unreleased ] : https://github.com/cedaro/shiny-code/compare/v1.0.0...HEAD
16
+ [ 1.0.0 ] : https://github.com/cedaro/shiny-code/compare/v0.1.0...v1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " shiny-code" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " A Gutenberg block for editing and displaying code with syntax highlighting." ,
5
5
"homepage" : " https://www.cedaro.com/" ,
6
6
"license" : " GPL-2.0-or-later" ,
Original file line number Diff line number Diff line change 10
10
* Plugin Name: Shiny Code
11
11
* Plugin URI: https://github.com/cedaro/shiny-code
12
12
* Description: A Gutenberg block for editing and displaying code with syntax highlighting.
13
- * Version: 0.1 .0
13
+ * Version: 1.0 .0
14
14
* Author: Cedaro
15
15
* Author URI: https://www.cedaro.com/
16
16
* License: GPL-2.0-or-later
38
38
*
39
39
* @var string
40
40
*/
41
- const VERSION = '0.1 .0 ' ;
41
+ const VERSION = '1.0 .0 ' ;
42
42
43
43
/**
44
44
* Load the Composer autoloader.
You can’t perform that action at this time.
0 commit comments