Skip to content

Quick Start Guide

Jonathan Mak edited this page Sep 26, 2018 · 1 revision

Update CKEditor to Tagged Release (ee-4.5.x)

  1. Fetch tag
$ git fetch --tags ckeditor
  1. Merge tag
$ git merge -m "LPS-12345 Merge tag 4.5.7 into ee.4.5.x" 4.5.7
  1. Build
$ cd dev/builder/
$ build.sh
  • Release files will be in:
dev/builder/release
  1. Test in Portal

OSGi Bundle:

/modules/apps/foundation/frontend-editor/frontend-editor-ckeditor-web
  • Update version in build.gradle:
String ckEditorVersion = "4.5.8"
  • Update ZIP in /third-party. Note, SCAYT and WSC ZIPs will auto-update when the bundle is deployed.
  1. Tag and release (repository owner only)
$ git tag ee-4.5.7-r3
$ git push --tags upstream ee-4.5.x