Skip to content

Commit 6ded106

Browse files
committed
Update readme
1 parent 27f61cd commit 6ded106

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,25 @@
22
[![WordPress plugin](https://img.shields.io/wordpress/plugin/v/redux-framework.svg?maxAge=3600)](https://wordpress.org/plugins/redux-framework) [![WordPress](https://img.shields.io/wordpress/v/redux-framework.svg?maxAge=3600)](https://wordpress.org/download/)
33

44
## ATTENTION ##
5-
While we recognize Redux could be embedded in a theme or plugin in the past, we are no longer supporting the practice. Too many developers are not keeping their Redux code up-to-date (which could easily accomplished with Composer). When users of the projects experiences issues, they seek support from us, which we are unable to provide short of suggesting they contact the project author (you) and ask you update your vendor code. This puts your users in the middle and we'd prefer to not do that anymore.
5+
While we recognize Redux could be embedded in a theme or plugin in the past, we are no longer supporting the practice.
6+
Too many developers are not keeping their Redux code up-to-date (which could easily accomplished with Composer).
7+
When users of the projects experience issues, they seek support from us,
8+
which we are unable to provide short of suggesting they contact the project author (you) and ask you to update your vendor code.
9+
This puts your users in the middle and we'd prefer to not do that anymore.
10+
11+
Consequently, the vendor support plugin/extension for `ace_editor` has been discontinued.
12+
The ACE Editor will load exclusively via CDN.
13+
If your project requires a local installation of the ACE Editor JavaScript (whose size is substantial),
14+
please include it in your project and use the `redux/<opt_name>/fields/ace/script` filter to specify the URL to that script.
15+
The `ace_editor` field will use that URL to enqueue the ACE library.
616

717
Thank you for your kind attention in this matter.
818

919
## New to Version 4.4 ##
1020
* TAXONOMY METABOXES!
1121
* USER PROFILE METABOXES!
1222
* ICON SELECT Extension.
13-
* The Extendify Templates and Patterns library has been unbundled from Redux. To continue using Extendify, please download the standalone plugin from the WordPress.org repository: [https://wordpress.org/plugins/extendify](https://wordpress.org/plugins/extendify)
23+
* The Extendify Templates and Patterns library have been unbundled from Redux. To continue using Extendify, please download the standalone plugin from the WordPress.org repository: [https://wordpress.org/plugins/extendify](https://wordpress.org/plugins/extendify)
1424

1525
## New to Version 4.3 ##
1626
* METABOXES!

0 commit comments

Comments
 (0)