De tweede bètarelease van WordPress versie 4.2 is uitgekomen. Met dit programma, dat onder een gpl-licentie beschikbaar wordt gesteld, is het mogelijk om een weblog op te zetten en bij te houden. WordPress is eenvoudig in te stellen en kan binnen vijf minuten draaien als er al een server met php en MySQL beschikbaar is. Er zijn mogelijkheden om de functionaliteit van WordPress, naast bloggen, verder uit te breiden en het uiterlijk met plug-ins en themes aan te passen. De belangrijkste veranderingen die in bèta 1 en 2 zijn aangebracht kunnen hieronder worden gevonden..
WordPress 4.2 Beta 2WordPress 4.2 Beta 1
- Added support for entering FTP and SSH credentials when updating plugins in-place. FTP and SSH users, please test!
- Improved cross-browser support for emoji throughout WordPress. If you’re using an older web browser, please tell us if you have problems using emoji.
- Further refined Press This authoring with auto-embedded media and better content scanning. We’d love to know how auto-embeds work for you.
- Added a constructor and improved method consistency in
WP_Comment_Query
. Developers: if you’re extendingWP_Comment_Query
, please let us know if you run into any issues.- Various bug fixes. We’ve made more than 70 changes in the last week.
Developers: There have been a lot of changes for you to test as well, including:
- Press This has been completely revamped to make sharing content from around the web easier than ever. The new workflow is mobile friendly, and we’d love for you to try it out on all of your devices. Navigate to the Tools screen in your WordPress backend to get started (#31373).
- Browsing and switching installed themes has been added to the Customizer to make switching faster and more convenient. We’re especially interested to know if this helps streamline the process of setting up your site (#31303).
- The workflow for updating and installing plugins just got more intuitive with the ability to install or update in-place from the Plugins screens. Try it out and let us know what you think! (#29820)
- If you felt like emoji were starkly missing from your content toolbox, worry no more. We’ve added emoji support nearly everywhere, even post slugs (#31242).
- Taxonomy Roadmap: Terms shared across multiple taxonomies will now be split into separate terms when one of them is updated. Please let us know if you hit any snags (#5809).
- New
wp.a11y.speak()
functionality helps your JavaScript talk to screen readers to better inform impaired users what’s happening on-screen. Try it out in your plugin or theme and let us know if you notice any adverse affects (#31368).- Named clause support has been added to
WP_Query
,WP_Comment_Query
, andWP_User_Query
, allowing specificmeta_query
clauses to be used withorderby
. If you have any complex queries, please test them (#31045, #31265).