Skip to content

Commit 3bba8bb

Browse files
committed
Release 1.0.0.
1 parent 33c5805 commit 3bba8bb

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
311
## 0.1.0 - 2018-08-05
412

513
* 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shiny-code",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A Gutenberg block for editing and displaying code with syntax highlighting.",
55
"homepage": "https://www.cedaro.com/",
66
"license": "GPL-2.0-or-later",

shiny-code.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Shiny Code
1111
* Plugin URI: https://github.com/cedaro/shiny-code
1212
* Description: A Gutenberg block for editing and displaying code with syntax highlighting.
13-
* Version: 0.1.0
13+
* Version: 1.0.0
1414
* Author: Cedaro
1515
* Author URI: https://www.cedaro.com/
1616
* License: GPL-2.0-or-later
@@ -38,7 +38,7 @@
3838
*
3939
* @var string
4040
*/
41-
const VERSION = '0.1.0';
41+
const VERSION = '1.0.0';
4242

4343
/**
4444
* Load the Composer autoloader.

0 commit comments

Comments
 (0)