内容简介:WordPress 5.1 测试版 Beta 2 现已发布。WordPress 5.1 目前正在开发中,不建议在生产环境中使用。不过官方表示 WordPress 5.1 正式版将于2月21日发布。 下载地址:https://wordpress.org/wordpress-5.1-beta2.z...
WordPress 5.1 测试版 Beta 2 现已发布。WordPress 5.1 目前正在开发中,不建议在生产环境中使用。不过官方表示 WordPress 5.1 正式版将于2月21日发布。
下载地址:https://wordpress.org/wordpress-5.1-beta2.zip
此外,在2019年4月,WordPress 会将其支持的最低 PHP 版本变更为 5.6。为了帮助用户检查是否已准备好进行此更改,WordPress 5.1 将向用户提示警告,并在必要时帮助升级 PHP 版本。
自 beta 1 发布以来已关闭超过 110 个工单,其中许多是针对文档和测试套件的改进。以下是主要变更和错误修复:
Several refinements and bug fixes related to the Site Health project have been made.
The
pre_render_blockandrender_block_datafilters have been introduced allowing plugins to override block attribute values (#45451, dev note coming soon).get_template_part()will now return a value indicating whether a template file was found and loaded (#40969).A notice will now be triggered when developers incorrectly register REST API endpoints (related dev note).
Bulk editing posts will no longer unintentionally change a post’s post format (#44914)
Twemoji has been updated to the latest version, 11.2.0 (#45133).
A bug preventing the Custom Fields meta box from being enabled has been fixed (#46028).
The treatment of
orderbyvalues forpost__in,post_parent__in, andpost_name__inhas been standardized (#38034).When updating language packs, old language packs are now correctly deleted to avoid filling up disk space (#45468).
详情请查看:https://wordpress.org/news/2019/01/wordpress-5-1-beta-2/
以上所述就是小编给大家介绍的《WordPress 5.1 Beta 2 发布,将于2月21日推出正式版》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入理解计算机系统(英文版·第2版)
[美] Randal E. Bryant、[美] David R. O'Hallaron / 机械工业出版社 / 2011-1 / 128.00元
本书是一本将计算机软件和硬件理论结合讲述的经典教程,内容覆盖计算机导论、体系结构和处理器设计等多门课程。本书的最大优点是为程序员描述计算机系统的实现细节,通过描述程序是如何映射到系统上,以及程序是如何执行的,使读者更好地理解程序的行为为什么是这样的,以及造成效率低下的原因。 相对于第1版,本版主要是反映了过去十年间硬件技术和编译器的变化,具体更新如下: 1. 对系统的介绍(特别是实际使......一起来看看 《深入理解计算机系统(英文版·第2版)》 这本书的介绍吧!