Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default link to CDN to 4.13.0 #65

Merged
merged 2 commits into from
Nov 13, 2019
Merged

Update default link to CDN to 4.13.0 #65

merged 2 commits into from
Nov 13, 2019

Conversation

Dumluregn
Copy link
Collaborator

@Dumluregn Dumluregn commented Nov 7, 2019

Bumping to current version of CKEditor 4.

Unit test attached.

Closes #59.

Copy link
Contributor

@f1ames f1ames left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -51,6 +51,14 @@ describe( 'CKEditorComponent', () => {
} );
} );

it( 'should have editorUrl pointing to 4.13.0 version', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the CDN version will be updated with each release we will have to keep this test in sync. OTOH I don't see any particular reason that it is bad idea to have such test, so let's leave it and see how it works.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, if there is any way to get the latest version of editor we could turn this into a variable instead of hardcoding, but I don't have any non-hacky idea for this right now 🤔

@f1ames f1ames merged commit 5d99ace into master Nov 13, 2019
@CKEditorBot CKEditorBot deleted the t/59 branch November 13, 2019 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update default editor URL address
2 participants