The WordPress coreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress. development team builds WordPress! Follow this site for general updates, status reports, and the occasional code debate. There’s lots of ways to contribute:
Found a bugbugA bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority.?Create a ticket in our bug tracker.
We use Slack for real-time communication. Contributors live all over the world, so there are discussions happening at all hours of the day.
Our core development meetings are every Wednesday at 05:00 UTC and 20:00 UTC in the #core channel on Slack. Anyone can join and participate or listen in!
This update gathers a big number of fixes and improvements. It also completes many accessibilityAccessibilityAccessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both “direct access” (i.e. unassisted) and “indirect access” meaning compatibility with a person’s assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility) tasks — the original milestone for blockers is now closed.
Version 4.3 is fully released and BetaBetaA pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. 4 will be coming later in the day.
Showing integration with the 2019 theme
4.3 / WordPress 5.0 (Beta 4) 🐺
Always show the block icon in the toolbar, regardless of whether the blockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. has transformations or styles.
Separate paste handling from raw handling in general. Raw handling aims to convert HTMLHTMLHyperText Markup Language. The semantic scripting language primarily used for outputting content in web browsers. without comment delimiters to blocks, trying to retain as much content as possible. Pasting is more opinionated in what it retains as it also serves as source cleanup.
Allow using a YouTube URLURLA specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org (or other sources) in the Video block and transparently convert it to Embed.
Use full parser in do_blockswith nested block support. This switch will allow dynamic blocks which contain nested blocks inside of them and it will pave the way for a filtering APIAPIAn API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. to structurally process blocks.
Update server parsing to better handle nested content, including positional information from the parse to enable isomorphic reconstruction of the source post_content after server parsing.
Fix default PHPPHPThe web scripting language in which WordPress is primarily architected. WordPress requires PHP 5.6.20 or higher parser to cast inner blocks as arrays.
Fix JSJSJavaScript, a web scripting language typically executed in the browser. Often used for advanced user interfaces and behaviors./PHP inconsistencies with empty attributes on parsing.
Fix image uploading bug (incorrect JSONJSONJSON, or JavaScript Object Notation, is a minimal, readable format for structuring data. It is used primarily to transmit data between a server and web application, as an alternative to XML. in apiFetch).
Current pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party: 4.3, released today.