Skip to content

Commit

Permalink
chore: prepare v4.13.1-liferay.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Apr 15, 2020
1 parent 275ebf1 commit 74f16c5
Show file tree
Hide file tree
Showing 21 changed files with 51 additions and 24 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## [4.13.1-liferay.5](https://github.com/liferay/liferay-ckeditor/tree/4.13.1-liferay.5) (2020-04-15)

[Full changelog](https://github.com/liferay/liferay-ckeditor/compare/4.13.1-liferay.4...4.13.1-liferay.5)

### :new: Features

- feat: add checkSubmodule.js script ([\#57](https://github.com/liferay/liferay-ckeditor/pull/57))
- feat: run "yarn ci" on PRs ([\#52](https://github.com/liferay/liferay-ckeditor/pull/52))

### :wrench: Bug fixes

- fix: other bad path in support/version.js ([\#62](https://github.com/liferay/liferay-ckeditor/pull/62))
- fix: bad path in support/version.js ([\#61](https://github.com/liferay/liferay-ckeditor/pull/61))
- fix: remove obsolete summary field from table elements ([\#59](https://github.com/liferay/liferay-ckeditor/pull/59))

### :book: Documentation

- docs: add build status badge to README ([\#54](https://github.com/liferay/liferay-ckeditor/pull/54))

### :house: Chores

- chore: set up semantic PR bot in this repo ([\#60](https://github.com/liferay/liferay-ckeditor/pull/60))
- chore: update CHANGELOG ([\#51](https://github.com/liferay/liferay-ckeditor/pull/51))

### :woman_juggling: Refactoring

- refactor: improve actions set-up ([\#53](https://github.com/liferay/liferay-ckeditor/pull/53))

## [4.13.1-liferay.4](https://github.com/liferay/liferay-ckeditor/tree/4.13.1-liferay.4) (2020-03-25)

[Full changelog](https://github.com/liferay/liferay-ckeditor/compare/v4.13.1-liferay.3...4.13.1-liferay.4)
Expand Down
4 changes: 2 additions & 2 deletions ckeditor/ckeditor.js

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

5 changes: 2 additions & 3 deletions ckeditor/plugins/table/dialogs/table.js

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

4 changes: 2 additions & 2 deletions ckeditor/samples/old/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ <h2 class="samples">
<dt><a class="samples" href="enterkey/enterkey.html">Using the &quot;Enter&quot; key in CKEditor</a></dt>
<dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>

<dt><a class="samples" href="htmlwriter/outputforflash.html">Output for Flash</a></dt>
<dt><a class="samples" href="htmlwriter/outputhtml.html">Output HTML</a></dt>
<dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>

<dt><a class="samples" href="htmlwriter/outputhtml.html">Output HTML</a></dt>
<dt><a class="samples" href="htmlwriter/outputforflash.html">Output for Flash</a></dt>
<dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>

<dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt>
Expand Down
2 changes: 1 addition & 1 deletion ckeditor/skins/kama/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/kama/editor_ie.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/kama/editor_ie7.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/kama/editor_ie8.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/kama/editor_iequirks.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lisa/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lisa/editor_gecko.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lisa/editor_ie.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lisa/editor_ie8.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono-lisa/editor_iequirks.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono/editor_gecko.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono/editor_ie.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono/editor_ie7.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono/editor_ie8.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/skins/moono/editor_iequirks.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liferay-ckeditor",
"version": "4.13.1-liferay.4",
"version": "4.13.1-liferay.5",
"description": "Liferay's fork of CKEditor",
"files": [
"ckeditor/**/*"
Expand Down

0 comments on commit 74f16c5

Please sign in to comment.