PluginProbe
Gutenberg / 4.7.0
Gutenberg v4.7.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← All changes | readme.txt +87 -37 23.4.0 → 4.7.0 View file →
@@ -1,74 +1,72 @@
1 1 === Gutenberg ===
2 2 Contributors: matveb, joen, karmatosed
3 -Tested up to: 6.9
4 -Stable tag: 23.4.0
3 +Requires at least: 4.9.8
4 +Tested up to: 4.9
5 +Stable tag: 4.6.1
5 6 License: GPLv2 or later
6 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html
7 8
8 -The Gutenberg plugin adds editing, customization, and site building to WordPress. Use it to test beta features before their official release.
9 +A new editing experience for WordPress is in the works, with the goal of making it easier than ever to make your words, pictures, and layout look just right. This is the beta plugin for the project.
9 10
10 11 == Description ==
11 12
12 -“Gutenberg” is a codename for a whole new paradigm for creating with WordPress, that aims to revolutionize the entire publishing experience as much as <a href="https://en.wikipedia.org/wiki/Johannes_Gutenberg">Johannes Gutenberg</a> did the printed word. The project is <a href="https://wordpress.org/about/roadmap/">following a four-phase process</a> that will touch major pieces of WordPress — Editing, Customization, Collaboration, and Multilingual.
13 +Gutenberg is more than an editor. While the editor is the focus right now, the project will ultimately impact the entire publishing experience including customization (the next focus area).
13 14
14 -Following the introduction of post block editing in December 2018, Gutenberg later introduced full site editing (FSE) in 2021, <a href="https://wordpress.org/news/2022/01/josephine/">which shipped with WordPress 5.9 in early 2022</a>.
15 +<a href="https://wordpress.org/gutenberg">Discover more about the project</a>.
15 16
16 -### What Does Gutenberg Do?
17 += Editing focus =
17 18
18 -Gutenberg is WordPress's “block editor”, and introduces a modular approach to modifying your entire site. Edit individual content blocks on posts or pages. Add and adjust widgets. Even design your site headers, footers, and navigation with full site editing support.
19 +> The editor will create a new page- and post-building experience that makes writing rich posts effortless, and has “blocks” to make it easy what today might take shortcodes, custom HTML, or “mystery meat” embed discovery. — Matt Mullenweg
19 20
20 -Each piece of content in the editor, from a paragraph to an image gallery to a headline, is its own block. And just like physical blocks, WordPress blocks can be added, arranged, and rearranged, allowing users to create media-rich content and site layouts in a visually intuitive way — and without workarounds like shortcodes or custom HTML and PHP.
21 +One thing that sets WordPress apart from other systems is that it allows you to create as rich a post layout as you can imagine -- but only if you know HTML and CSS and build your own custom theme. By thinking of the editor as a tool to let you write rich posts and create beautiful layouts, we can transform WordPress into something users _love_ WordPress, as opposed something they pick it because it's what everyone else uses.
21 22
22 -We’re always hard at work refining the experience, creating more and better blocks, and laying the groundwork for future phases of work. Each WordPress release includes stable features from the Gutenberg plugin, so you don’t need to install the plugin to benefit from the work being done here.
23 +Gutenberg looks at the editor as more than a content field, revisiting a layout that has been largely unchanged for almost a decade.This allows us to holistically design a modern editing experience and build a foundation for things to come.
23 24
24 -### Early Access
25 +Here's why we're looking at the whole editing screen, as opposed to just the content field:
25 26
26 -Are you a tech-savvy early adopter who likes testing bleeding-edge and experimental features, and isn’t afraid to tinker with features that are still in active development? If so, this beta plugin gives you access to the latest Gutenberg features for block and full site editing, as well as a peek into what’s to come.
27 +1. The block unifies multiple interfaces. If we add that on top of the existing interface, it would _add_ complexity, as opposed to remove it.
28 +2. By revisiting the interface, we can modernize the writing, editing, and publishing experience, with usability and simplicity in mind, benefitting both new and casual users.
29 +3. When singular block interface takes center stage, it demonstrates a clear path forward for developers to create premium blocks, superior to both shortcodes and widgets.
30 +4. Considering the whole interface lays a solid foundation for the next focus, full site customization.
31 +5. Looking at the full editor screen also gives us the opportunity to drastically modernize the foundation, and take steps towards a more fluid and JavaScript powered future that fully leverages the WordPress REST API.
27 32
28 -### Contributors Wanted
33 += Blocks =
29 34
30 -For the adventurous and tech-savvy, the Gutenberg plugin gives you the latest and greatest feature set, so you can join us in testing and developing bleeding-edge features, playing around with blocks, and maybe <a href="https://developer.wordpress.org/block-editor/contributors/">get inspired to contribute</a> or <a href="https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/">build your own blocks</a>.
35 +Blocks are the unifying evolution of what is now covered, in different ways, by shortcodes, embeds, widgets, post formats, custom post types, theme options, meta-boxes, and other formatting elements. They embrace the breadth of functionality WordPress is capable of, with the clarity of a consistent user experience.
31 36
32 -### Discover More
37 +Imagine a custom “employee” block that a client can drag to an About page to automatically display a picture, name, and bio. A whole universe of plugins that all extend WordPress in the same way. Simplified menus and widgets. Users who can instantly understand and use WordPress -- and 90% of plugins. This will allow you to easily compose beautiful posts like <a href="http://moc.co/sandbox/example-post/">this example</a>.
33 38
34 -- **User Documentation:** Review the <a href="https://wordpress.org/documentation/article/wordpress-block-editor/">WordPress Editor documentation</a> for detailed instructions on using the editor as an author to create posts, pages, and more.
39 +Check out the <a href="https://wordpress.org/gutenberg/handbook/reference/faq/">FAQ</a> for answers to the most common questions about the project.
35 40
36 -- **Developer Documentation:** Explore the <a href="https://developer.wordpress.org/block-editor/">Developer Documentation</a> for extensive tutorials, documentation, and API references on how to extend the editor.
41 += Compatibility =
37 42
38 -- **Contributors:** Gutenberg is an open-source project and welcomes all contributors from code to design, from documentation to triage. See the <a href="https://developer.wordpress.org/block-editor/contributors/">Contributor's Handbook</a> for all the details on how you can help.
43 +Posts are backwards compatible, and shortcodes will still work. We are continuously exploring how highly-tailored metaboxes can be accommodated, and are looking at solutions ranging from a plugin to disable Gutenberg to automatically detecting whether to load Gutenberg or not. While we want to make sure the new editing experience from writing to publishing is user-friendly, we’re committed to finding a good solution for highly-tailored existing sites.
39 44
40 -The development hub for the Gutenberg project can be found at <a href="https://github.com/wordpress/gutenberg">https://github.com/wordpress/gutenberg</a>. Discussions for the project are on the <a href="https://make.wordpress.org/core/">Make Core Blog</a> and in the #core-editor channel in Slack, <a href="https://make.wordpress.org/core/tag/core-editor-agenda/">including weekly meetings</a>. If you don’t have a Slack account, you can <a href="https://make.wordpress.org/chat/">sign up here</a>.
45 += The stages of Gutenberg =
41 46
42 -== Frequently Asked Questions ==
47 +Gutenberg has three planned stages. The first, aimed for inclusion in WordPress 5.0, focuses on the post editing experience and the implementation of blocks. This initial phase focuses on a content-first approach. The use of blocks, as detailed above, allows you to focus on how your content will look without the distraction of other configuration options. This ultimately will help all users present their content in a way that is engaging, direct, and visual.
43 48
44 -= How can I send feedback or get help with a bug? =
49 +These foundational elements will pave the way for stages two and three, planned for the next year, to go beyond the post into page templates and ultimately, full site customization.
45 50
46 -The best place to report bugs, feature suggestions, or any other feedback is at <a href="https://github.com/WordPress/gutenberg/issues">the Gutenberg GitHub issues page</a>. Before submitting a new issue, please search the existing issues to check if someone else has reported the same feedback.
51 +Gutenberg is a big change, and there will be ways to ensure that existing functionality (like shortcodes and meta-boxes) continue to work while allowing developers the time and paths to transition effectively. Ultimately, it will open new opportunities for plugin and theme developers to better serve users through a more engaging and visual experience that takes advantage of a toolset supported by core.
47 52
48 -While we try to triage issues reported here on the plugin forum, you’ll get a faster response (and reduce duplication of effort) by keeping feedback centralized in GitHub.
53 += Contributors =
49 54
50 -= Where can I report security bugs? =
55 +Gutenberg is built by many contributors and volunteers. Please see the full list in <a href="https://github.com/WordPress/gutenberg/blob/master/CONTRIBUTORS.md">CONTRIBUTORS.md</a>.
51 56
52 -The Gutenberg team and WordPress community take security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
57 +== Frequently Asked Questions ==
53 58
54 -To report a security issue, please visit the [WordPress HackerOne](https://hackerone.com/wordpress) program.
59 += How can I send feedback or get help with a bug? =
55 60
56 -= Do I have to use the Gutenberg plugin to get access to these features? =
61 +We'd love to hear your bug reports, feature suggestions and any other feedback! Please head over to <a href="https://github.com/WordPress/gutenberg/issues">the GitHub issues page</a> to search for existing issues or open a new one. While we'll try to triage issues reported here on the plugin forum, you'll get a faster response (and reduce duplication of effort) by keeping everything centralized in the GitHub repository.
57 62
58 -Not necessarily. Each version of WordPress after 5.0 has included features from the Gutenberg plugin, which are known collectively as the <a href="https://wordpress.org/documentation/article/wordpress-block-editor/">WordPress Editor</a>. You are likely already benefiting from stable features!
63 += How can I contribute? =
59 64
60 -But if you want cutting edge beta features, including more experimental items, you will need to use the plugin. You can <a href="https://wordpress.org/news/2021/04/become-an-early-adopter-with-the-gutenberg-plugin/">read more here</a> to help decide whether the plugin is right for you.
65 +We’re calling this editor project "Gutenberg" because it's a big undertaking. We are working on it every day in GitHub, and we'd love your help building it.You’re also welcome to give feedback, the easiest is to join us in <a href="https://make.wordpress.org/chat/">our Slack channel</a>, `#core-editor`.
61 66
62 -= Where can I see which Gutenberg plugin versions are included in each WordPress release? =
67 +See also <a href="https://github.com/WordPress/gutenberg/blob/master/CONTRIBUTING.md">CONTRIBUTING.md</a>.
63 68
64 -View the <a href="https://developer.wordpress.org/block-editor/principles/versions-in-wordpress/">Versions in WordPress</a> document to get a table showing which Gutenberg plugin version is included in each WordPress release.
65 -
66 -= What’s next for the project? =
67 -
68 -The four phases of the project are Editing, Customization, Collaboration, and Multilingual. You can hear more about the project and phases from Matt in his State of the Word talks for <a href="https://ma.tt/2021/12/state-of-the-word-in-person/">2021</a>, <a href="https://ma.tt/2020/12/sotw-2020/">2020</a>, <a href="https://ma.tt/2019/11/state-of-the-word-2019/">2019</a>, and <a href="https://ma.tt/2018/12/state-of-the-word-2018/">2018</a>. Additionally, you can follow the <a href="https://make.wordpress.org/core/tag/gutenberg-new/">biweekly release notes</a> and <a href="https://make.wordpress.org/core/tag/gutenberg-next/">monthly project plan updates</a> on the <a href="https://make.wordpress.org/core/?s=gutenberg">Make WordPress Core blog</a> for more up to date information about what’s happening now.
69 -
70 -
71 69 = Where can I read more about Gutenberg? =
72 70
73 71 - <a href="http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/">Gutenberg, or the Ship of Theseus</a>, with examples of what Gutenberg might do in the future
74 72 - <a href="https://make.wordpress.org/core/2017/01/17/editor-technical-overview/">Editor Technical Overview</a>
@@ -77,7 +75,59 @@
77 75 - <a href="https://make.wordpress.org/core/tag/gutenberg/">Development updates on make.wordpress.org</a>
78 76 - <a href="https://wordpress.org/gutenberg/handbook/">Documentation: Creating Blocks, Reference, and Guidelines</a>
79 77 - <a href="https://wordpress.org/gutenberg/handbook/reference/faq/">Additional frequently asked questions</a>
80 78
79 +
81 80 == Changelog ==
82 81
83 -To read the changelog for the latest Gutenberg release, please navigate to the <a href="https://github.com/WordPress/gutenberg/releases/latest">release page</a>.
82 += Latest =
83 +
84 +### Performance improvements
85 +
86 +* Optimize isViewportMatch
87 +* Performance: BlockListAppender: 1.7x increase on key press
88 +* Date: Optimize the usage of moment-timezone to save some kilobytes
89 +* RichText: selectionChange: bind on focus, unbind on blur
90 +* RichText: only replace range and nodes if different
91 +* Cache createBlock call in isUnmodifiedDefaultBlock
92 +* Edit Post: Select blocks only once multiple verified
93 +* RichText: Do not run valueToEditableHTML on every render
94 +* RichText: Reuse DOM document across calls to createEmpty
95 +* Only initialise TinyMCE once per instance
96 +* Optimize the insertion point component
97 +* Avoid rerending the current block if the previous block change
98 +* Avoid getBlock in block-list/block
99 +* Pass the registry argument to withDispatch to allow selectors to be used
100 +
101 +### Bug fixes
102 +
103 +* Annotations: Apply annotation className as string
104 +* RichText: Ensure instance is selected before setting back selection
105 +* Meta Boxes: Don’t hide disabled meta boxes by modifying DOM
106 +* Fix: Problems on Media & Text block resizing; Load wp-block-library styles before wp-edit-blocks
107 +* When a post is saved, check for tinymce and save any editors.
108 +* Fix: Undoing Image Selection from Media Library in Image Block breaks it
109 +* Add an end-to-end test for the HTML block
110 +* Fix regression when copying or cutting content in the editor
111 +* Fix issue where default appender has icons overlaying the text
112 +* Set document title for preview loading interstitial
113 +* Fix: Upload permissions error on end-to-end inline tokens test
114 +* Ensure classic block caret is in correct position after blur
115 +* Fix tab navigation sometimes skipping block UI
116 +* Improve font size picker accessibility: Use a menuitemradio role and better labels
117 +* Don’t show trashed reusable blocks in the editor or frontend
118 +* Rename functions, removing gutenberg_ prefix
119 +* Add block switcher end-to-end tests
120 +* Allow links in plugin group in the editor more menu
121 +* Introduce searching of block categories from slash inserter
122 +* Convert HTML formatting whitespace to spaces
123 +* Label link format with selected text, not full text
124 +* Ensure permalink panel is only displayed when a permalink is allowed
125 +* Allow the user to convert unembeddable URLs to links and try embedding again
126 +* Improve the top bar tools interaction and consistency
127 +* Fix overflowing content in the facebook embed preview screen
128 +* Add an action to set a category icon and correct block categories documentation
129 +* Fix: pasting a tag that is part of a transform and not matched ignores the content.
130 +* Packages: Extract Eslint config package
131 +* Add end-to-end test to catch revert of title during a preview after saving a draft
132 +* Avoid react warnings when merging two adjacent paragraphs
133 +* Avoid PHP notice in the recent comments block