Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit b652863

Browse files
committed
2.0.0-beta.0
1 parent af082f3 commit b652863

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
This change log follows the [Keep a Changelog standards](http://keepachangelog.com/). Versions follows [Semantic Versioning](http://semver.org/).
44

5-
### [2.0.0-alpha.5][2.0.0-alpha.5] ###
5+
### [2.0.0-beta.0][2.0.0-beta.0] ###
6+
7+
#### Added ####
8+
9+
* Add line numbers to Gutenblock
10+
* Add line highlighting + offset to Gutenblock
11+
12+
#### Fixed ####
13+
14+
* Fix language saving in the blobs endpoint
15+
* Remove TinyMCE plugin
16+
17+
### [2.0.0-beta.1][2.0.0-beta.1] ###
618

719
#### Fixed ####
820

@@ -350,6 +362,7 @@ Almost three years in the making!
350362
[Jaxion]: https://github.com/intraxia/jaxion
351363
[brookjs]: https://github.com/valtech-nyc/brookjs
352364
[unreleased]: https://github.com/intraxia/WP-Gistpen/tree/develop
365+
[2.0.0-beta.0]: https://github.com/intraxia/WP-Gistpen/tree/2.0.0-beta.0
353366
[2.0.0-alpha.5]: https://github.com/intraxia/WP-Gistpen/tree/2.0.0-alpha.5
354367
[2.0.0-alpha.4]: https://github.com/intraxia/WP-Gistpen/tree/2.0.0-alpha.4
355368
[2.0.0-alpha.3]: https://github.com/intraxia/WP-Gistpen/tree/2.0.0-alpha.3

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**Requires at least:** 5.2
77
**Requires PHP**: 5.6
88
**Tested up to:** 5.2
9-
**Stable tag:** 2.0.0-alpha.5
9+
**Stable tag:** 2.0.0-beta.0
1010
**License:** GPLv2
1111
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1212

languages/wp-gistpen.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the WP-Gistpen plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WP-Gistpen 2.0.0-alpha.5\n"
5+
"Project-Id-Version: WP-Gistpen 2.0.0-beta.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-gistpen\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"

resources/config/meta.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
namespace Intraxia\Gistpen;
1010

1111
return [
12-
'version' => '2.0.0-alpha.5',
12+
'version' => '2.0.0-beta.0',
1313
'prefix' => 'wpgp',
1414
];

wp-gistpen.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Plugin Name: WP-Gistpen
1515
* Plugin URI: http://www.jamesdigioia.com/wp-gistpen/
1616
* Description: A self-hosted alternative to putting your code snippets on Gist.
17-
* Version: 2.0.0-alpha.5
17+
* Version: 2.0.0-beta.0
1818
* Author: James DiGioia
1919
* Author URI: http://www.jamesdigioia.com/
2020
* Text Domain: wp-gistpen

0 commit comments

Comments
 (0)