Skip to content

Commit a8fe468

Browse files
committed
Merge branch 't/11830'
2 parents e8e46f3 + 9c2338f commit a8fe468

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ New Features:
1313

1414
Fixed Issues:
1515

16+
* [#11830](http://dev.ckeditor.com/ticket/11830): Fixed: Issue with passing arguments into CKBuilder.
1617
* [#11757](http://dev.ckeditor.com/ticket/11757): Fixed: Imperfections in the [Moono](http://ckeditor.com/addon/moono) skin. Thanks to [danyaPostfactum](https://github.com/danyaPostfactum)!
1718
* [#10091](http://dev.ckeditor.com/ticket/10091): Blockquote should be treated like an object by the styles system. Thanks to [dan-james-deeson](https://github.com/dan-james-deeson)!
1819
* [#11478](http://dev.ckeditor.com/ticket/11478): Fixed: Issue with passing jQuery objects to adapter configuration.

dev/builder/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99
echo "CKBuilder - Builds a release version of ckeditor-dev."
1010
echo ""
1111

12-
CKBUILDER_VERSION="1.7.2"
12+
CKBUILDER_VERSION="2.0.1"
1313
CKBUILDER_URL="http://download.cksource.com/CKBuilder/$CKBUILDER_VERSION/ckbuilder.jar"
1414

1515
PROGNAME=$(basename $0)
@@ -57,7 +57,7 @@ echo "Starting CKBuilder..."
5757

5858
JAVA_ARGS=${ARGS// -t / } # Remove -t from arrgs
5959

60-
java -jar ckbuilder/$CKBUILDER_VERSION/ckbuilder.jar --build ../../ release --version="4.4.2 DEV" --build-config build-config.js --overwrite "$JAVA_ARGS"
60+
java -jar ckbuilder/$CKBUILDER_VERSION/ckbuilder.jar --build ../../ release --version="4.4.2 DEV" --overwrite $JAVA_ARGS
6161

6262
# Copy and build tests
6363
if [[ "$ARGS" == *\ \-t\ * ]]; then

0 commit comments

Comments
 (0)