Skip to content

Commit

Permalink
Marked config.autoParagraph as deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Aug 20, 2014
1 parent 05fca04 commit 6ca8f3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Expand Up @@ -3,6 +3,10 @@ CKEditor 4 Changelog

## CKEditor 4.4.5

Fixed Issues:

* [#12315](http://dev.ckeditor.com/ticket/12315): Fixed: Marked [`config.autoParagraph`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-autoParagraph) as deprecated.

## CKEditor 4.4.4

Fixed Issues:
Expand Down
4 changes: 3 additions & 1 deletion plugins/wysiwygarea/plugin.js
Expand Up @@ -719,10 +719,12 @@ CKEDITOR.config.contentsCss = CKEDITOR.getUrl( 'contents.css' );
* Whether to automatically create wrapping blocks around inline content inside the document body.
* This helps to ensure the integrity of the block *Enter* mode.
*
* **Note:** Changing the default value might introduce unpredictable usability issues.
* **Note:** This option is deprecated. Changing the default value might introduce unpredictable usability issues and is
* highly unrecommended.
*
* config.autoParagraph = false;
*
* @deprecated
* @since 3.6
* @cfg {Boolean} [autoParagraph=true]
* @member CKEDITOR.config
Expand Down

0 comments on commit 6ca8f3f

Please sign in to comment.