Skip to content

Commit

Permalink
pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Aug 21, 2018
1 parent c0b3972 commit 5d941a1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ As integral part of the Enlighter WordPress Plugin (future)
Development
----------------------------------------------

1. Create the plugin directory `wp-content/plugins/enlighter-gutenberg`
2. Copy `enlighter-gutenberg.php` and `dist/` into this directory
3. Activate the plugin

License
----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion dist/enlighterjs.gutenberg.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/enlighterjs.gutenberg.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! EnlighterJS Syntax Highlighter Gutenberg Plugin 1.0.0 | Mozilla Public License 2.0 | https://enlighterjs.org */
/*! EnlighterJS Syntax Highlighter Gutenberg Plugin 0.2.0 | Mozilla Public License 2.0 | https://enlighterjs.org */
var EnlighterJS_Gutenberg = (function (exports) {
'use strict';

Expand Down Expand Up @@ -464,7 +464,7 @@ var EnlighterJS_Gutenberg = (function (exports) {
Blocks.registerBlockType('enlighter/codeblock', _codeblock);

// static properties
var version = '1.0.0';
var version = '0.2.0';

exports.version = version;

Expand Down
2 changes: 1 addition & 1 deletion enlighter-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: EnlighterJS Gutenberg
Plugin URI: https://enlighterjs.org
Description: DEVELOPMENT PLUGIN - NOT TO BE USED IN PRODUCTION!
Version: 0.1-ALPHA1
Version: 0.2-ALPHA1
Author: Andi Dittrich
Author URI: https://andidittrich.de
License: GPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "enlighterjs-gutenberg",
"description": "an open source syntax highlighter written in pure javascript",
"version": "1.0.0",
"version": "0.2.0",
"homepage": "https://enlighterjs.org",
"author": {
"name": "Andi Dittrich",
Expand Down

0 comments on commit 5d941a1

Please sign in to comment.