This repository was archived by the owner on Feb 2, 2023. It is now read-only.
File tree 5 files changed +18
-5
lines changed
5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This change log follows the [ Keep a Changelog standards] ( http://keepachangelog.com/ ) . Versions follows [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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 ] ###
6
18
7
19
#### Fixed ####
8
20
@@ -350,6 +362,7 @@ Almost three years in the making!
350
362
[ Jaxion ] : https://github.com/intraxia/jaxion
351
363
[ brookjs ] : https://github.com/valtech-nyc/brookjs
352
364
[ 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
353
366
[ 2.0.0-alpha.5 ] : https://github.com/intraxia/WP-Gistpen/tree/2.0.0-alpha.5
354
367
[ 2.0.0-alpha.4 ] : https://github.com/intraxia/WP-Gistpen/tree/2.0.0-alpha.4
355
368
[ 2.0.0-alpha.3 ] : https://github.com/intraxia/WP-Gistpen/tree/2.0.0-alpha.3
Original file line number Diff line number Diff line change 6
6
** Requires at least:** 5.2
7
7
** Requires PHP** : 5.6
8
8
** Tested up to:** 5.2
9
- ** Stable tag:** 2.0.0-alpha.5
9
+ ** Stable tag:** 2.0.0-beta.0
10
10
** License:** GPLv2
11
11
** License URI:** http://www.gnu.org/licenses/gpl-2.0.html
12
12
Original file line number Diff line number Diff line change 2
2
# This file is distributed under the same license as the WP-Gistpen plugin.
3
3
msgid ""
4
4
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 "
6
6
"Report-Msgid-Bugs-To : https://wordpress.org/support/plugin/wp-gistpen\n "
7
7
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
8
8
"
Language-Team :
LANGUAGE <[email protected] >\n "
Original file line number Diff line number Diff line change 9
9
namespace Intraxia \Gistpen ;
10
10
11
11
return [
12
- 'version ' => '2.0.0-alpha.5 ' ,
12
+ 'version ' => '2.0.0-beta.0 ' ,
13
13
'prefix ' => 'wpgp ' ,
14
14
];
Original file line number Diff line number Diff line change 14
14
* Plugin Name: WP-Gistpen
15
15
* Plugin URI: http://www.jamesdigioia.com/wp-gistpen/
16
16
* 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
18
18
* Author: James DiGioia
19
19
* Author URI: http://www.jamesdigioia.com/
20
20
* Text Domain: wp-gistpen
You can’t perform that action at this time.
0 commit comments