Skip to content

Commit ef26238

Browse files
committed
Misc
1 parent 88ef35d commit ef26238

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

ROADMAP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
* Data import plugins
3838
* Data export plugins
3939
* Editor plugins
40+
* Basic phone/tablet support
4041

4142
**Ecosystem/Tooling**
4243

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "highcharts-editor",
33
"author": "Chris Vasseng <christer@highsoft.com>",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"private": true,
66
"license": "MIT",
77
"scripts": {

res/release.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Release Notes
2+
3+
This is Release Candidate 1 for the initial public beta.
4+
5+
**If you find any issues**
6+
* If it's serious, please create a GitHub issue for it, OR
7+
* Post a message in #higcharts-editor on Slack
8+
9+
# Table of Contents
10+
11+
| File | Description |
12+
| ----------------------------------------------|------------------------------------------|
13+
| highcharts-editor.dist.x.y.z.zip | Main release (JavaScript/CSS) |
14+
| highcharts-editor.dist.min.x.y.z.zip | Minified release (JavaScript/CSS) |
15+
| highcharts-editor.dist.advanced.min.x.y.z.zip | Advanced Edit extension |
16+
| highcharts-editor.standalone.x.y.z.zip | Standalone version (HTML/JavaScript/CSS) |
17+
| highcharts-editor-x.y.z-darwin-x64.zip | Native OSX Build |
18+
| highcharts-editor-x.y.z-win32-ia32.zip | Native Windows Build |
19+
| highcharts-editor-x.y.z-linux-x64.zip | Native Linux Build |
20+
| highcharts-editor.plugins.x.y.z.zip | Plugin samples |
21+
| highcharts-editor.ckeditor.x.y.z.zip | CKEditor plugin |
22+
| highcharts-editor.tinymce.x.y.z.zip | TinyMCE plugin |
23+
| highcharts-editor.wordpress.x.y.z.zip | Wordpress plugin |

views/home.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<div class="highed-index-footer">
2626
{{package.name}} - Version {{package.version}}<br/></br>
27-
Licensed under the MIT license. <br/><br/>#
27+
Licensed under the MIT license. <br/><br/>
2828
<a href="http://highcharts.com">www.highcharts.com</a><br/>
2929
</div>
3030
</div>

0 commit comments

Comments
 (0)