Skip to content

Commit

Permalink
Updated version references to 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
engineering-this committed Jul 18, 2018
1 parent f07dbd1 commit d9ec97b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions plugins/button/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
/**
* Hides this button from UI.
*
* @since 4.10.0
* @since 4.11.0
*/
hide: function() {
var element;
Expand All @@ -416,7 +416,7 @@
/**
* Shows this button in UI.
*
* @since 4.10.0
* @since 4.11.0
*/
show: function() {
var element;
Expand Down Expand Up @@ -448,9 +448,9 @@
* @param {String} definition.command The command to be executed once the button is activated.
* @param {String} definition.toolbar The {@link CKEDITOR.config#toolbarGroups toolbar group} into which
* the button will be added. An optional index value (separated by a comma) determines the button position within the group.
* @param {String} definition.style The optional inline style that will be applied on button. Custom button styles are supported sins the **4.10.0** version.
* @param {String} definition.style The optional inline style that will be applied on button. Custom button styles are supported sins the **4.11.0** version.
* @param {String/Boolean} definition.icon The path to a custom icon or icon name registered by another plugin. Custom icon paths
* are supported since the **4.9.0** version. Since **4.10** if boolean `false` is passed no icon will be rendered.
* are supported since the **4.9.0** version. Since **4.11** if boolean `false` is passed no icon will be rendered.
*
* To use icon registered by another plugin, icon parameter should be used like:
*
Expand Down
2 changes: 1 addition & 1 deletion plugins/splitbutton/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
/**
* Creates a splitButton class instance.
*
* @since 4.10.0
* @since 4.11.0
* @constructor
* @param {Object} definition The splitButton definition.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@bender-ui: collapsed
@bender-tags: feature, 4.10.0, 1679
@bender-tags: feature, 4.11.0, 1679
@bender-ckeditor-plugins: wysiwygarea, toolbar, balloontoolbar

# Splitbutton and balloontoolbar integration test
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/splitbutton/manual/skins/moono-lisa.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@bender-ui: collapsed
@bender-tags: feature, 4.10.0, 1679
@bender-tags: feature, 4.11.0, 1679
@bender-ckeditor-plugins: wysiwygarea, toolbar

# Splitbutton plugin with moono-lisa skin
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/splitbutton/manual/skins/moono.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@bender-ui: collapsed
@bender-tags: feature, 4.10.0, 1679
@bender-tags: feature, 4.11.0, 1679
@bender-ckeditor-plugins: wysiwygarea, toolbar

# Splitbutton plugin with moono skin
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/splitbutton/manual/skins/splitbutton.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@bender-ui: collapsed
@bender-tags: feature, 4.10.0, 1679
@bender-tags: feature, 4.11.0, 1679
@bender-ckeditor-plugins: wysiwygarea, toolbar

# Splitbutton plugin with kama skin
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/splitbutton/manual/splitbutton.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@bender-ui: collapsed
@bender-tags: feature, 4.10.0, 1679
@bender-tags: feature, 4.11.0, 1679
@bender-ckeditor-plugins: wysiwygarea, toolbar

# Play around with splitbutton plugin
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/splitbutton/manual/splitbuttonunderline.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@bender-ui: collapsed
@bender-tags: feature, 4.10.0, 1679
@bender-tags: feature, 4.11.0, 1679
@bender-ckeditor-plugins: wysiwygarea, toolbar, sourcearea

# Play around with splitbutton plugin
Expand Down

0 comments on commit d9ec97b

Please sign in to comment.