Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://wordpress.org/development/feed/

  1. <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
  2. xmlns:content="http://purl.org/rss/1.0/modules/content/"
  3. xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:atom="http://www.w3.org/2005/Atom"
  6. xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  7. xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  8. xmlns:georss="http://www.georss.org/georss"
  9. xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
  10. >
  11.  
  12. <channel>
  13. <title>WordPress News</title>
  14. <atom:link href="https://wordpress.org/news/feed/" rel="self" type="application/rss+xml" />
  15. <link>https://wordpress.org/news</link>
  16. <description>The latest news about WordPress and the WordPress community</description>
  17. <lastBuildDate>Sun, 14 Apr 2024 15:49:38 +0000</lastBuildDate>
  18. <language>en-US</language>
  19. <sy:updatePeriod>
  20. hourly </sy:updatePeriod>
  21. <sy:updateFrequency>
  22. 1 </sy:updateFrequency>
  23. <generator>https://wordpress.org/?v=6.6-alpha-58023</generator>
  24.  
  25. <image>
  26. <url>https://s.w.org/favicon.ico?2</url>
  27. <title>WordPress News</title>
  28. <link>https://wordpress.org/news</link>
  29. <width>32</width>
  30. <height>32</height>
  31. </image>
  32. <site xmlns="com-wordpress:feed-additions:1">14607090</site> <item>
  33. <title>How WordPress Is Creating a Faster Web</title>
  34. <link>https://wordpress.org/news/2024/04/how-wordpress-is-creating-a-faster-web/</link>
  35. <dc:creator><![CDATA[Felix Arntz]]></dc:creator>
  36. <pubDate>Mon, 15 Apr 2024 14:00:00 +0000</pubDate>
  37. <category><![CDATA[General]]></category>
  38. <category><![CDATA[Performance]]></category>
  39. <category><![CDATA[Updates]]></category>
  40. <guid isPermaLink="false">https://wordpress.org/news/?p=17208</guid>
  41.  
  42. <description><![CDATA[WordPress's massive reach of over 40% of the web comes with a similarly large responsibility. Read about what the WordPress project is doing to enhance performance for its users and the web.]]></description>
  43. <content:encoded><![CDATA[
  44. <p>Today, WordPress powers <a href="https://w3techs.com/technologies/overview/content_management">more than 40% of the web</a>. That’s a massive reach—one that comes with a similarly large responsibility. With so many people using the CMS, the WordPress community should always consider strategies for improving the visitor experience. This is where website performance plays a crucial role.</p>
  45.  
  46.  
  47.  
  48. <p>How fast a web page loads, how quickly a page reacts when you click a button, or how smoothly it scrolls can all significantly impact the end-user experience. A more performant site can lead to <a href="https://web.dev/case-studies/vitals-business-impact">higher reader engagement and more conversions</a>. Thankfully, over the past few years, the WordPress project has made major performance improvements across the board for the core platform, plugins, and themes.</p>
  49.  
  50.  
  51.  
  52. <p>Many enhancements are available out of the box, with no configuration required. They improve the website frontend&#8217;s performance—the part visitors see—and various parts of the administrative experience, such as the editor.</p>
  53.  
  54.  
  55.  
  56. <p>Here’s a partial list of performance upgrades from the past year:</p>
  57.  
  58.  
  59.  
  60. <ul>
  61. <li>WordPress 6.3 brought several <a href="https://make.wordpress.org/core/2023/09/19/analyzing-the-core-web-vitals-performance-impact-of-wordpress-6-3-in-the-field/">enhancements to image loading</a>. This resulted in an improvement of up to 21% in loading time for any WordPress page with a hero image.</li>
  62.  
  63.  
  64.  
  65. <li>WordPress 6.5 launched with a <a href="https://make.wordpress.org/core/2023/11/08/merging-performant-translations-into-core/">more efficient translation engine</a>. In benchmark testing, it improved WordPress response time by 23% for all localized WordPress sites. <a href="https://wordpress.org/about/stats/">More than 55% of all WordPress sites</a> worldwide use a language other than US English and would benefit from this enhancement.</li>
  66.  
  67.  
  68.  
  69. <li>WordPress 6.5 also included several performance optimizations for the Block Editor, leading to <a href="https://github.com/WordPress/gutenberg/issues/57935">5x faster typing processing and 2x faster load times</a> when creating or editing content in the site and post editors.</li>
  70. </ul>
  71.  
  72.  
  73.  
  74. <p>In addition to the Core enhancements listed above, the WordPress project continues to work on several efforts that indirectly benefit the ecosystem&#8217;s performance.</p>
  75.  
  76.  
  77.  
  78. <p>For instance, WordPress Core leverages <a href="https://codehealth.vercel.app/project/wordpress">automated tooling for continuously monitoring its performance</a>, covering every product update. This helps measure new features&#8217; performance improvements and enables contributors to detect potential performance problems during the development of a new feature or release so any issues can be proactively addressed long before end users are affected. A project is currently underway to make the same tooling used by WordPress Core developers available to plugin and theme authors as well.</p>
  79.  
  80.  
  81.  
  82. <p>Additionally, the new <a href="https://wordpress.org/plugins/plugin-check/">WordPress plugin checker</a> allows checking any plugin for performance best practices, among other requirements and recommendations. The plugin checker should lead to more performance awareness in plugin authors and, eventually, faster plugins. If you develop plugins, consider integrating this tool into your development and testing workflow.</p>
  83.  
  84.  
  85.  
  86. <p>Last but not least, WordPress 6.5 introduced the <a href="https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/">Interactivity API</a>, which is a technical foundation that facilitates more performant user interactions. This new infrastructure drastically simplifies the implementation of interactive website features and can even centrally control certain aspects of performance, keeping multiple independent plugins operating efficiently.</p>
  87.  
  88.  
  89.  
  90. <p>These performance updates result from a collaborative effort from all corners of the community, including the <a href="https://make.wordpress.org/performance/handbook/about-the-team/">WordPress Performance Team</a>. This team, founded in 2021, underscores the WordPress project’s commitment to performance. And the results are substantial: Compared to a year ago, 8% more WordPress sites <a href="https://make.wordpress.org/core/2023/12/19/wordpress-performance-impact-on-core-web-vitals-in-2023/">deliver good load time performance at scale</a>—significantly better than the overall web’s 5.5% load time improvement. The web is getting more performant, and WordPress is leading the way.</p>
  91.  
  92.  
  93.  
  94. <p>WordPress contributors are determined to continue this trend by working on further performance iterations. Whether you’re a WordPress end user, administrator, site builder, or developer, you can contribute to this effort. Anyone can test the performance features before being released in Core through individual feature plugins. Each feature can be tested via the <a href="https://wordpress.org/plugins/performance-lab/">Performance Lab plugin</a>, so please try them! Testing features early helps the team assess their impact and collect valuable feedback.</p>
  95.  
  96.  
  97.  
  98. <p>Are you eager for more WordPress performance news and updates? Then check out the <a href="https://make.wordpress.org/performance/roadmap-2024/">2024 performance roadmap</a>. Thanks to the entire community for your hard work. Not only does it ensure WordPress’ continued improvement and growth, but it benefits the entire open web.</p>
  99.  
  100.  
  101.  
  102. <p class="has-text-align-right"><em>Thank you to <a href='https://profiles.wordpress.org/annezazu/' class='mention'><span class='mentions-prefix'>@</span>annezazu</a> <a href='https://profiles.wordpress.org/clarkeemily/' class='mention'><span class='mentions-prefix'>@</span>clarkeemily</a> <a href='https://profiles.wordpress.org/tweetythierry/' class='mention'><span class='mentions-prefix'>@</span>tweetythierry</a> <a href='https://profiles.wordpress.org/swissspidy/' class='mention'><span class='mentions-prefix'>@</span>swissspidy</a> <a href='https://profiles.wordpress.org/westonruter/' class='mention'><span class='mentions-prefix'>@</span>westonruter</a> <a href='https://profiles.wordpress.org/adamsilverstein/' class='mention'><span class='mentions-prefix'>@</span>adamsilverstein</a> <a href='https://profiles.wordpress.org/joemcgill/' class='mention'><span class='mentions-prefix'>@</span>joemcgill</a> for content review and <a href='https://profiles.wordpress.org/provenself/' class='mention'><span class='mentions-prefix'>@</span>provenself</a> <a href='https://profiles.wordpress.org/dansoschin/' class='mention'><span class='mentions-prefix'>@</span>dansoschin</a> for editorial review.</em></p>
  103. ]]></content:encoded>
  104. <post-id xmlns="com-wordpress:feed-additions:1">17208</post-id> </item>
  105. <item>
  106. <title>WP Briefing: Episode 77: Let&#8217;s Talk About Data Liberation</title>
  107. <link>https://wordpress.org/news/2024/04/episode-77-lets-talk-about-data-liberation/</link>
  108. <dc:creator><![CDATA[Brett McSherry]]></dc:creator>
  109. <pubDate>Mon, 15 Apr 2024 12:00:00 +0000</pubDate>
  110. <category><![CDATA[Podcast]]></category>
  111. <category><![CDATA[wp-briefing]]></category>
  112. <guid isPermaLink="false">https://wordpress.org/news/?post_type=podcast&#038;p=17205</guid>
  113.  
  114. <description><![CDATA[Explore the WordPress Data Liberation project in this exclusive behind-the-scenes episode discussing WordPress migrations. Joining us is WordPress Executive Director Josepha Haden Chomphosy, along with special guest and sponsored contributor Jordan Gillman. Together, they'll look at how the project is expanding opportunities to benefit from the freedom and flexibility WordPress offers. Don't miss this enlightening discussion!]]></description>
  115. <content:encoded><![CDATA[
  116. <p>Explore the WordPress Data Liberation project in this exclusive behind-the-scenes episode discussing WordPress migrations. Joining us is WordPress Executive Director Josepha Haden Chomphosy, along with special guest and sponsored contributor Jordan Gillman. Together, they&#8217;ll look at how the project is expanding opportunities to benefit from the freedom and flexibility WordPress offers. Don&#8217;t miss this enlightening discussion!</p>
  117.  
  118.  
  119.  
  120. <h2 class="wp-block-heading">Credits</h2>
  121.  
  122.  
  123.  
  124. <p>Host:&nbsp;<a href="https://profiles.wordpress.org/chanthaboune/">Josepha Haden Chomphosy</a><br>Guest:&nbsp;<a href="https://profiles.wordpress.org/jordesign/">Jordan Gillman</a><br>Editor:&nbsp;<a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo:&nbsp;<a href="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production:&nbsp;<a href="https://profiles.wordpress.org/bjmcsherry/">Brett McSherry</a>&nbsp;and&nbsp;<a href="https://profiles.wordpress.org/eidolonnight/">Nicholas Garofalo</a><br>Song: Fearless First by Kevin MacLeod</p>
  125.  
  126.  
  127.  
  128. <h2 class="wp-block-heading">Show Notes</h2>
  129.  
  130.  
  131.  
  132. <ul>
  133. <li><a href="https://make.wordpress.org/polyglots/2023/04/13/idea-translate-wordpress-org-tour/">Idea: translate.wordpress.org tour</a></li>
  134.  
  135.  
  136.  
  137. <li><a href="https://playground.wordpress.net/">WordPress Playground</a></li>
  138.  
  139.  
  140.  
  141. <li><a href="https://wordpress.org/data-liberation/">Want to get involved with Data Liberation?</a></li>
  142.  
  143.  
  144.  
  145. <li><a href="https://github.com/wordpress/data-liberation">GitHub &#8211; Data Liberation</a></li>
  146.  
  147.  
  148.  
  149. <li><a href="https://make.wordpress.org/chat/">Making WordPress Slack</a> &#8211; <a href="https://wordpress.slack.com/archives/C069AKUBPHB">data-liberation channel</a></li>
  150.  
  151.  
  152.  
  153. <li><strong>Small List of Big Things</strong>
  154. <ul>
  155. <li><a href="https://us.wordcamp.org/2024/tickets/" target="_blank" rel="noreferrer noopener">WordCamp US 2024 Tickets are now on Sale</a></li>
  156.  
  157.  
  158.  
  159. <li><a href="https://wordpress.org/download/releases/6-5/" target="_blank" rel="noreferrer noopener">WordPress 6.5 Available to Download</a></li>
  160.  
  161.  
  162.  
  163. <li><a href="https://make.wordpress.org/core/2024/04/08/dropping-support-for-php-7-1/">Dropping support for PHP 7.0 and 7.1</a></li>
  164. </ul>
  165. </li>
  166.  
  167.  
  168.  
  169. <li>Have a question you&#8217;d like answered? Submit them to&nbsp;<a href="mailto:wpbriefing@WordPress.org">WPBriefing@WordPress.org</a>.</li>
  170. </ul>
  171.  
  172.  
  173.  
  174. <h2 class="wp-block-heading">Transcript</h2>
  175.  
  176.  
  177.  
  178. <span id="more-17205"></span>
  179.  
  180.  
  181.  
  182. <p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>
  183.  
  184.  
  185.  
  186. <p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go!&nbsp;</p>
  187.  
  188.  
  189.  
  190. <p>[00:00:28] (Intro Music)&nbsp;</p>
  191.  
  192.  
  193.  
  194. <p>[00:00:40] <strong>Josepha:</strong> Today, I want to talk about the Data Liberation project that we first introduced at State of the Word. It&#8217;s a very big project with a lot of philosophical underpinning. So today, I have with me Jordan Gillman, who&#8217;s going to help us dig in a little bit deeper.</p>
  195.  
  196.  
  197.  
  198. <p>Jordan, welcome to the show. It&#8217;s so great to have you here.</p>
  199.  
  200.  
  201.  
  202. <p>[00:00:57] <strong>Jordan:</strong> Thank you. It&#8217;s lovely to be here.</p>
  203.  
  204.  
  205.  
  206. <p>[00:00:59] <strong>Josepha:</strong> Before we get started, why don&#8217;t you tell us a little bit about yourself? Like what parts of the WordPress project you contribute to, and how long you&#8217;ve been hanging around in open source?</p>
  207.  
  208.  
  209.  
  210. <p>[00:01:09] <strong>Jordan:</strong> Yeah, beautiful. I would love to. My name is Jordan. I live on the east coast of Australia, about an hour out of Sydney—about 10 minutes from the beach, which is a pretty great place to live. My relationship with WordPress began 19 or 18 years ago, I guess. I was tinkering with Movable Type, and they changed their license.</p>
  211.  
  212.  
  213.  
  214. <p>And I went, I need to find something that&#8217;s free. And at that point, I had no idea what open source was. I just knew that I could use this WordPress platform for free to you know, tinker around and build websites. At the time, I was a graphic designer and, so web stuff was just fun. But gradually, that kind of took over, and I ended up doing a lot of front-end development and eventually freelancing for about ten years, building WordPress sites for churches and schools and kind of non-profit organizations like that. And through that, I&#8217;ve also then ended up doing some support for WordPress and landed being lucky enough now to be sponsored to contribute full-time into the WordPress project. I do a lot of work with the support team, so working in the public forums, particularly on core WordPress plugins and themes like Gutenberg and bundled themes, Twenty Twenty-Four.</p>
  215.  
  216.  
  217.  
  218. <p>[00:02:15] <strong>Jordan:</strong> But also working with the team itself, trying to make sure the forums are a nice place for people to hang out and answer questions and get their questions answered. And I also help out with a few other things around the place. I have an eye on the work the plugins team&#8217;s doing, working with the WordPress Foundation on a few different things. I&#8217;m lucky to have my fingers in a few pies but the biggest pie at the moment I have is the Data Liberation project.</p>
  219.  
  220.  
  221.  
  222. <p>[00:02:36] <strong>Josepha:</strong> Yeah. So let&#8217;s talk about that. We&#8217;re going to give everyone a quick like starting line. If, for some reason, you have not read or seen anything about the WordPress project plans so far in the last four months, you may not know what the Data Liberation project is, and that&#8217;s fine, too. Because Jordan and I are here to help you understand what it is. But, the Data Liberation project is something that Matt introduced to the project at State of the Word last year in December. And you, Jordan, are the one who are really helping us to take this project into a space where we have everything that we need, all the kind of tools and guides that users will need in order to do what exactly? Like, let&#8217;s go through what this Data Liberation project is from your standpoint and what made you excited to work on it.</p>
  223.  
  224.  
  225.  
  226. <p>[00:03:27] <strong>Jordan:</strong> Thank you. Yeah, so the general idea of the Data Liberation project is it should be super duper easy for anyone to bring their site to WordPress. That&#8217;s the first main part of it, is that regardless of the platform you are on currently, be it something that&#8217;s pretty open, be it something that&#8217;s really kind of walls and closed, be it a social media platform, another web building platform, it should be really easy to bring your content over to a WordPress site, because once it&#8217;s in a WordPress site, it&#8217;s essentially free. You can then take it and do what you want with it once it&#8217;s in WordPress, but we want to make it as easy as possible to get it here, basically.&nbsp;</p>
  227.  
  228.  
  229.  
  230. <p>[00:04:03] <strong>Josepha:</strong> Free as in liberated, not free as in like, now the stuff that was in your mind has no value.</p>
  231.  
  232.  
  233.  
  234. <p>[00:04:10] <strong>Jordan:</strong> Yeah, free as in liberated, free as in you own it and can do what you want with it. So that&#8217;s a big part of it. It&#8217;s, let&#8217;s get, make it easier for people to come to WordPress. I think it&#8217;s also important that if we&#8217;re talking about Data Liberation and freedom of content and democratizing publishing, that also means we make it easier for people to take their content from WordPress and use it somewhere else if that&#8217;s the decision that they make. And there&#8217;s some moves we can make to make that easier and nicer for people as well.</p>
  235.  
  236.  
  237.  
  238. <p>[00:04:37] <strong>Josepha:</strong> Yeah. Yeah, absolutely. So, recently, we just finished up an outreach period where we were making sure that we were talking to, like, folks in the community and anyone, anyone who uses WordPress that wanted to talk to us about what they needed, what they were hoping for, what issues, what pain points they&#8217;ve had when they were looking at site migrations.</p>
  239.  
  240.  
  241.  
  242. <p>So, what, to the best of your knowledge at the moment, like what are the big themes that you got out of that feedback loop? Out of that outreach?</p>
  243.  
  244.  
  245.  
  246. <p>[00:05:08] <strong>Jordan:</strong> Yeah, thank you. That was really enjoyable, actually. I was lucky enough to, I got to speak to a bunch of people in person at WordCamp Asia, which was great. We&#8217;d done some, some online, did a hallway hangout, and we&#8217;ve had a survey out for a while to folks predominantly kind of in the hosting agency freelancer space. So, folks who are working with end users who are often the ones doing migrations. We got a lot of feedback about WordPress to WordPress migration and the challenges of different hosting platforms and access from users and a bunch of information, which is useful and interesting but not immediately relevant to the comparison to migrating to WordPress from another platform entirely.<br><br>But at the same time, talking to particularly agencies who do a lot of big-scale migrations, there&#8217;s a lot of challenges just when it comes to, for starters, getting the content out of the platform. Some platforms are kind of helpful, and they&#8217;ll even provide a WordPress formatted export. For every one of those, there are&#8230;</p>
  247.  
  248.  
  249.  
  250. <p>[00:06:03] <strong><strong>Josepha:</strong> </strong>That&#8217;s very helpful.</p>
  251.  
  252.  
  253.  
  254. <p>[00:06:05] <strong>Jordan:</strong> Yeah, those are super helpful. For every one of those there are probably two or three who aren&#8217;t as helpful, and you start to resort to tricks with, you know, manually exporting databases or getting RSS feeds and trying to convert them, or a lot of agencies said, &#8220;You know what? Often, we end up just copying and pasting page by page from the source site into a brand-new WordPress site.&#8221;<br><br>[00:06:27] <strong>Jordan:</strong> So, there&#8217;s challenges about the access to the content. There&#8217;s lots of challenges around getting the content from the shape of one platform into WordPress. What constitutes a page? What constitutes a post? How do we handle all of the extra metadata of images and dates and taxonomies, and anything else that might be associated with a blob of content in one platform?<br><br>How do we translate that into the way WordPress likes to handle those things? And particularly taking that to another level, even just bringing it into the Block Editor? It was great to hear how many people are just migrating straight to the Block Editor like they want the content in blocks, which is wonderful to hear.<br><br>[00:07:05] <strong>Josepha:</strong> Yay!<br><br>[00:07:05] <strong>Jordan:</strong> But there are challenges. I know it&#8217;s great. But there are some, there are challenges with that and getting it to kind of format the way they expect, when it comes in particularly because there&#8217;s some kind of functional challenges with that in validating the way the content comes in because it all happens client side in the browser. </p>
  255.  
  256.  
  257.  
  258. <p>It&#8217;s hard to do that in big batches. So, there was some really great feedback around all of those kinds of places. It was really interesting to see how much of it centers around that getting the content and then getting the content, and yeah, for the agencies I spoke to, they do a lot of trial and error of, you know, custom scripts, and let&#8217;s try it. Oh, that did this. Let&#8217;s try again with a few tweaks. So I&#8217;m excited to see how we can kind of make that easier for them and, you know, maybe get it happening first time.&nbsp;</p>
  259.  
  260.  
  261.  
  262. <p>[00:07:49] <strong>Josepha:</strong> Yeah, absolutely. It has been a long time since I migrated any sites personally, but I remember the first time that I tried to migrate a site. So, I was on Xanga before Xanga was on WordPress, and I remember that when I was like, I can&#8217;t figure out this WordPress thing, but I think I need some stuff in it so that, like, I know what it&#8217;s going to look like.</p>
  263.  
  264.  
  265.  
  266. <p>[00:08:11] <strong>Josepha:</strong> I know what to move around cause I didn&#8217;t know the names for anything in, in CSS or HTML. Like I didn&#8217;t know what to look for in the code, but if I had a piece of content in it, I could be like, find the content in the code and then move that. And so I was like, I&#8217;m going to export everything because there was an export option in Xanga. And move it into WordPress, and WordPress was like if you can manage to get it out of Xanga, super easy to get it in. But it was actually really difficult to figure out how to get it out. And fortunately, I&#8217;d only been writing on it for like four years, three, four years at that point. So there wasn&#8217;t like, a huge amount of content, but also, I was a pretty prolific writer. I was a bad writer, but the only way to get better at things you&#8217;re bad at is to do it a lot. So, I did a lot of bad writing for three or four years. And I think that in the end, I did, like, just pay some service to scrape everything that was public on it, and then go through and get the private things and pull it out later.</p>
  267.  
  268.  
  269.  
  270. <p>[00:09:08] <strong>Josepha:</strong> I think later on down the road, I did an actual like full migration when it was easier to get it done and got all the content out, including like drafts and private posts and things. So that&#8217;s good. But yeah, it was really difficult then. And then, like, we have the blocks now that are supposed to help get a little bit more consistency in the way that you can move content in and out of a WordPress site.</p>
  271.  
  272.  
  273.  
  274. <p>And is that something that we are then focusing on with the Data Liberation project? Is that something that&#8217;s being done in concert with our Gutenberg plugin, or like how are we accounting for that?</p>
  275.  
  276.  
  277.  
  278. <p>[00:09:46] <strong>Jordan:</strong> That is a great question. The way things are looking at the moment, having come out of this feedback and the way we&#8217;re looking at going forward that, that work on getting content coming into blocks is going to be a really, really major part of Data Liberation. And it kind of sits in the middle of things to my mind.</p>
  279.  
  280.  
  281.  
  282. <p>[00:10:01] <strong>Jordan:</strong> The improvements that we can make with handling the way content is transformed into blocks gives us the potential of wins in a lot of places. So, as long as we can get to the content, this work on HTML to blocks for a better, lack of a better way of putting it, gives us wins with importing from another platform because we can take the content in whatever form it is, turn it into blocks in the post editor.</p>
  283.  
  284.  
  285.  
  286. <p>It gives us wins with migrating from classic editor because, similarly, we can take the HTML of the classic editor generates and turn it into blocks. That already kind of happens, but there&#8217;s definitely some work that we can do to keep improving that. It gives us potential wins around the spaces of moving from between proprietary builders and block libraries and things. Because if we start to have a better-standardized set of ways to handle HTML into blocks. </p>
  287.  
  288.  
  289.  
  290. <p>Then, you can essentially move from whatever form your content is in into, you know, core native blocks in the editor. So, I think work there is going to be really important because it gives us a foundation to aim for from whatever the migration is happening from.</p>
  291.  
  292.  
  293.  
  294. <p>[00:11:09] <strong>Jordan:</strong> So, there&#8217;ll be some work there. There&#8217;s already work happening on the HTML API. Like, ongoingly and regularly and so we&#8217;ll be talking to those folks. There&#8217;s obviously going to be a lot of overlap with the work within Gutenberg as well, which is doing you know, parsing of content into blocks. So, it&#8217;s going to take a lot of collaboration and a lot of work from everyone, but I&#8217;m really excited because if we can get that foundational platform of transforming HTML into blocks really, really smooth, then what we can do is we can, you know, activate contributors in the community say, we&#8217;ve got this part figured out. If you can get it to here, it&#8217;s going to come in beautifully. So what we want your help with is to say, how do I get out of this platform to a format that we can do the rest? So, hopefully, we&#8217;re getting a common flow for a big part of that important migration process. And then we can throw it open to others to say, &#8220;You&#8217;ve got expertise with this platform. That&#8217;s excellent. Can you get us to here? And we&#8217;ll take it from there.&#8221; And maybe we&#8217;ll get some wins by doing that work in parallel, and we&#8217;ll really start to see some movement.</p>
  295.  
  296.  
  297.  
  298. <p>[00:12:13] <strong>Josepha:</strong> And speaking of the, we&#8217;ll take it from there. I know that also, in addition to the work that you are doing with Data Liberation and that is happening on the Gutenberg side and WordPress core in general, we also have a little bit of work happening on the after you get it to here point.</p>
  299.  
  300.  
  301.  
  302. <p>So, the folks over at Playground have been doing a bit of research about how to use the guides and tools that are in the Data Liberation repo. To run all of that through Playground so that you can not only like import it, but you can put it into Playground and check it before you launch it in someplace else, which I think is a great user-facing, like, super important thing for an everyday user to be able to have at their fingertips that way.</p>
  303.  
  304.  
  305.  
  306. <p>But then also the tour plugin that was built, I think specifically for the Polyglots team, is where we are looking at using, and I can&#8217;t remember which little project we&#8217;re doing some research on to make this possible, but we&#8217;re looking at taking that tour plugin and making it so that anyone can build a tour on anyone&#8217;s version of something in a browser so that you can just say, okay, so I did these things. I got it to here as you requested. I&#8217;m moving it to here. But now that I have got it into WordPress, what are the literal buttons I have to press in order to make sure it&#8217;s live? What do I literally have to press in order to make sure that I&#8217;m in the right time zone? Like, things like that. And we tested it on Wix, and it was able to work.</p>
  307.  
  308.  
  309.  
  310. <p>[00:13:40] <strong>Josepha:</strong> Not that we&#8217;re trying to get anyone to Wix. But on the subject of, like, getting things out of WordPress and into someone else, that sounds counterintuitive for folks, like, you&#8217;re here listening to a WordPress podcast, and we&#8217;re talking about how and why we want to make it easier for people to get their content to us, of course, but then also, if needed, get it out of a version of WordPress and either into a different version of WordPress with a new host or, whatever.</p>
  311.  
  312.  
  313.  
  314. <p>Or if this is not your long-term destination, which we think it will be once you figure us out, but like, if it&#8217;s not, like, how to get out of it, too. So, from your perspective, how does that fit with the basic philosophies of open source or of WordPress in general?</p>
  315.  
  316.  
  317.  
  318. <p>[00:14:24] <strong>Jordan:</strong> Yeah, thank you. If I may, there&#8217;s a couple of things I wanted to touch on from what you&#8217;ve said. First of all the other work that is going on in the project at the moment that you mentioned, the tour guide and the Playground, I think both of those are going to be super important to the approach we take to Data Liberation.</p>
  319.  
  320.  
  321.  
  322. <p>I wanted to elaborate just a little bit on the Playground because I&#8217;m particularly excited about the potential that gives for two particular scenarios two particular use cases for migration. One is, where I&#8217;ve already set up a WordPress site, I&#8217;ve got the theme that I&#8217;d like, and I&#8217;ve got some, you know, some plugins, maybe I&#8217;ve got a little bit there, but I want to import content, but I want to check how it is the potential for the Playground to make essentially a staging copy of my site and migrate the content into that staging copy so I can see how it lands in my chosen theme and check everything out and then go, yep, that looks great. And apply it. That&#8217;s great for it&#8217;s safe. You can check how it looks before it&#8217;s, you know, committed. So that&#8217;s brilliant. I&#8217;m excited about that. I&#8217;m also excited about the potential it has for people who don&#8217;t know WordPress, or don&#8217;t have a WordPress site, or they don&#8217;t have a host, they don&#8217;t have anything.</p>
  323.  
  324.  
  325.  
  326. <p>[00:15:30] <strong>Jordan:</strong> But if they can say, I want to see how this would go in WordPress. Playground, through some platform, somewhere, will allow them to just have an immediate in-browser preview of what their site would look like on WordPress. And if they like it, we then move them. We help them find a host. We help them export that in a way that they can use, but it helps the people who already have sites.</p>
  327.  
  328.  
  329.  
  330. <p>But I think, more importantly, it helps those who don&#8217;t have a site yet. And they don&#8217;t have to set up an empty WordPress install in order to start migrating. They can just get into it.&nbsp;</p>
  331.  
  332.  
  333.  
  334. <p>[00:16:01] <strong>Josepha:</strong> And also, you don&#8217;t have to, like know who your host needs to be before you can take a look at the back end of a WordPress site and see if it makes sense to you. Like I think that that is a huge, huge win on behalf of users, current users, and future users of WordPress.</p>
  335.  
  336.  
  337.  
  338. <p>It&#8217;s the try before you buy. Come kick our tires without having to find a server. If you all don&#8217;t know what we&#8217;re talking about, if you have not heard of Playground yet, you can go to playground.WordPress.net and give it a try. It&#8217;s a one-click, serverless local version of WordPress that you can test out themes on and plugins, and just like put all your data into all your content into, and pretty soon also be able to export or just load directly onto the host of your choice. It&#8217;s really, really cool.</p>
  339.  
  340.  
  341.  
  342. <p>[00:16:44] <strong>Jordan:</strong> It&#8217;s, it&#8217;s pretty much magic, I think.&nbsp;</p>
  343.  
  344.  
  345.  
  346. <p>[00:16:47] <strong>Josepha:</strong> Yes, I remember the first hackathon where we took it because we took it basically on a hackathon roadshow for six months. I remember the first one we took it to. Routinely, we could get developers, not me, routinely, Adam Zieliński could get a developer to do the thing, and they&#8217;d be like, I can do it if you&#8217;re next to me telling me what to do, but it&#8217;s literal magic. I don&#8217;t know what&#8217;s happening. And he was like, okay, I&#8217;ll come explain it to you. And like, he was using English, but also I was like, that is still magic. I&#8217;m so glad someone understands it. It&#8217;s brilliant.</p>
  347.  
  348.  
  349.  
  350. <p>[00:17:18] <strong>Jordan:</strong> Yeah, so the Playground I&#8217;m super excited by. I think it&#8217;s going to be really important. The tour stuff the tour functionality is going to be really important as well. Because on some level, We&#8217;re going to have to wrap all of this work on improving HTML to blocks, the process of taking an export file and importing it into WordPress, the process of telling people how to get the content, all that&#8217;s going to have to be ideally wrapped up in a nice user-friendly way so that users aren&#8217;t having to, you know, read plain text articles and then going and installing a plugin and all of those kinds of things.</p>
  351.  
  352.  
  353.  
  354. <p>I think the potential for the tours is we may have some kind of wrapper plugin or something which will detect the platform of your existing site if you put the URL in, and it will start walking you through the steps. So, part of that might be action you need to take on your existing platform, and we have some of that information already in the guides on the Data Liberation site at WordPress.org/data-liberation. That information is already there, but I&#8217;m hoping that we can start pulling those guides into the WP Admin so you just get walked through it while you&#8217;re there. And we can start using the tour functionality to really specifically pinpoint: you need to go here, now you can do this, go and click this, and just walk users through that migration process a little bit more neatly.</p>
  355.  
  356.  
  357.  
  358. <p>[00:18:37] <strong>Jordan:</strong> I&#8217;m really excited that we&#8217;re going to be able to utilize a lot of these existing projects that are exciting and happening at the moment. And I think, ideally, they&#8217;re all going to make it much easier for users to not have to jump through so many hoops. And the hoops that they do have to jump through, we can hold their hand while they do it.</p>
  359.  
  360.  
  361.  
  362. <p>[00:18:54] <strong>Josepha:</strong> Yeah, absolutely. Create safe scaffolding for fun, I used to say.</p>
  363.  
  364.  
  365.  
  366. <p>[00:18:59] <strong>Jordan:</strong> So those are the two projects existing that are happening at the moment that I&#8217;m excited about rolling into and working with for the Data Liberation work.</p>
  367.  
  368.  
  369.  
  370. <p>[00:19:07] <strong>Jordan:</strong> You also asked about the getting content back out, which is something that I&#8217;m particularly passionate about, I suppose. Which may be ironic when a lot of the aim of this project is to get people into WordPress. But I&#8217;m a really firm believer that if our mission is to democratize publishing, then that doesn&#8217;t mean just get everyone onto WordPress and go, yes, now you&#8217;re trapped. It&#8217;s like the Hotel California, you can never leave. If we&#8217;re going to be, you know, fully all in on democratizing publishing, then that means giving folks the freedom to take their content to do with it, whatever they want. It&#8217;s fair to say at the moment that that is possible.</p>
  371.  
  372.  
  373.  
  374. <p>So you can export your content from WordPress. We don&#8217;t hang onto it. We don&#8217;t lock it down. You can take it. At the moment, the format that you get that content in has some limitations. It&#8217;s fair to say it doesn&#8217;t handle bringing the media of your site particularly well unless you&#8217;re turning it into another WordPress site somewhere else.</p>
  375.  
  376.  
  377.  
  378. <p>So, the export functionality is very, very focused at the moment on migration to another host, or to a local site, or to another WordPress installation, basically. But if you want to use that content for something else, maybe another platform. Maybe you just want to have a copy of your blog posts that you can.&nbsp;</p>
  379.  
  380.  
  381.  
  382. <p>[00:20:17] <strong>Josepha:</strong> Print it into a book.</p>
  383.  
  384.  
  385.  
  386. <p>[00:20:18] <strong>Jordan:</strong> Yeah, to put into a book. Maybe you want to put it on a thumb drive and put it in a lockbox somewhere. Maybe you want some kind of hundred-year archive of your intellectual property that you&#8217;ve written and created. And so I think we&#8217;ve got some room to make improvements there. Not only to the way we provide content for other platforms to pick up and bring in but also just in the ways that we provide content to users who just really want to have a physical, digital copy of what they&#8217;ve created.&nbsp;</p>
  387.  
  388.  
  389.  
  390. <p>There are some challenges at the moment when you get an export, if you&#8217;ve got shortcodes in your content, if you&#8217;ve got content that&#8217;s generated by plugins, all kinds of dynamic content that is great when it&#8217;s a website, and WordPress is wonderful. And there&#8217;s all of these options, but if you take an export, you have references to those functions, and you have references to those shortcodes, which aren&#8217;t actually fully realized. So I think there&#8217;s some room for us to investigate what does a better export for other platforms look like and what does a better export for &#8220;I want to print it out or turn it into a book or just have a static version of that&#8221; content look like. And so I&#8217;m particularly excited about that, even though it&#8217;s kind of, bring it in, and we want to let them get it out. But that&#8217;s part of the whole liberation of data, I suppose, is, you know, the freedom to do with it what you want.</p>
  391.  
  392.  
  393.  
  394. <p>[00:21:40] <strong>Josepha:</strong> Yes, absolutely. And everything that increases freedom on the open web, I think we are in favor of. So, I don&#8217;t know if you follow many, like WordPress futurists, our people who are out there saying, if only WordPress had these additional 2,500 hours worth of work, then we could do this with it. Like, I don&#8217;t know if you follow a lot of them.&nbsp;</p>
  395.  
  396.  
  397.  
  398. <p>[00:22:02] <strong>Josepha:</strong> But, a lot of them look at that thing that Matt said, like, I want to say, five years ago about WordPress becoming the operating system of the web and putting some thought into what would be required to make that possible. And when we look at composable CMSs, like the option to have something that is a framework and a core of what you are doing in your digital experience of the web. And making it possible to add anything to it required.&nbsp;</p>
  399.  
  400.  
  401.  
  402. <p>I think that also the work that we&#8217;re doing with Data Liberation to provide a little bit more consistency and just standardization of the way that content comes in and out, I think, can only help with that potential future implementation of WordPress as the operating system for the web so that you have this basic place where you hold and manage all your content and also not only does WordPress cooperate nicely with all these other tools and applications that you can put on top of it but also all of the content has standard conversational touch points and so everything moves quickly in and out including the dynamic content that is maybe being created inside your WordPress core itself. I think that is also a really important not primary focus, but certainly future-like, if only we could get to that state kind of focus.&nbsp;</p>
  403.  
  404.  
  405.  
  406. <p>[00:23:31] <strong>Josepha:</strong> I&#8217;m really interested. I think that the Data Liberation project is big, and I know that we expected primarily only new contributors to work on it, but honestly, we know that&#8217;s not the case. It&#8217;s you&#8217;re working on old WordPress in here and so not necessarily new contributors. But I think that you&#8217;re right that the place for new contributors to help us is saying like we can get the content to here, we can get the data to here, and then we need help getting it into WordPress or help getting it into something else.</p>
  407.  
  408.  
  409.  
  410. <p>So, as like a last question here, or if you have things to add to that, and then I can do last question.</p>
  411.  
  412.  
  413.  
  414. <p>[00:24:04] <strong>Jordan:</strong> Okay, so to loop back to your conversation about futurists and moving content and stuff, I am really excited about this idea that the open web at the moment, I think, is really, really exciting. I just started mucking around with federating my content in the fediverse. Again, recently, I tried it a little while ago and really struggled, but I&#8217;ve just started again, and it&#8217;s sitting really comfortably with me, and it&#8217;s, it&#8217;s feeling like it&#8217;s a great time for posting and owning your content, and then syndicating it elsewhere. I have seen a couple of really interesting conversations about what you were saying about, like I&#8217;ve seen the conversations in the past about, you know, operating system of the web, but also some talk and ideas recently about what would it look like if we stored all of our data in a WordPress instance?</p>
  415.  
  416.  
  417.  
  418. <p>What if all of my photos aren&#8217;t on Instagram? They are on my WordPress site. What if I pull in my Fitbit or my Strava information and just store it in WordPress so that I can do with it what I want once it&#8217;s there? What if I, I don&#8217;t know, what if I pull in kind of all of my different sources of data and I, and I house them in WordPress and then I can do with them what they want, would do with them what I want.</p>
  419.  
  420.  
  421.  
  422. <p>[00:25:08] <strong>Jordan:</strong> And that is when the Data Liberation stuff becomes especially important because if it&#8217;s your everything, you want to take your everything somewhere else. But I&#8217;m really excited for kind of all of that kind of space at the moment and giving people the freedom to own that data and when they create stuff.</p>
  423.  
  424.  
  425.  
  426. <p>In actual fact, this is one of the things that you said in your talk at WordCamp Asia, which has really stuck with me was, and I can&#8217;t remember the exact phrase, but you said if you&#8217;re going to do all of this work of creating something, you may as well do it somewhere where you own it and can keep it. And that, for me, is just such a strong driver for getting people onto WordPress. Particularly from, at the moment, social media platforms. I&#8217;ve got two young daughters who are just getting to the age where they&#8217;re creating videos at home, which aren&#8217;t being published anywhere, but they&#8217;re starting to. They&#8217;ve got friends who are doing YouTube channels, and they&#8217;ve got friends on Instagram.</p>
  427.  
  428.  
  429.  
  430. <p>And I&#8217;m looking at all of that going, I get the urge to create, and I get the urge to publish, but I want them to have an alternative to do all of that so that in five years&#8217; time, ten years time, whatever it is, when they go, wow, I did all of this stuff. I don&#8217;t want that owned by someone else. I&#8217;ve created all this, and I&#8217;m excited by the possibility of having that become a simpler, more user-friendly, accessible option to folks, where it becomes just as easy to have a WordPress site, which is your Instagram feed or a WordPress site, which is your YouTube channel or something like that, where you own it, and you just create it, and it exists. And Data Liberation means you want to take a copy of all that stuff, go for it, download an archive, you know, print out the photos, do whatever you want, but they&#8217;re yours. You have them. And so, it&#8217;s really feeling like all of that is coalescing together a little bit at the moment. I think it&#8217;s a really exciting time.&nbsp;</p>
  431.  
  432.  
  433.  
  434. <p>[00:26:52] <strong>Josepha:</strong> And also, like, since we&#8217;re just meandering around in philosophical spaces, two philosophical thoughts. One, I really, really feel like it&#8217;s important and valuable for people to document their lives. I have a pretty private social media presence; mostly, if you&#8217;re following me on social media, it&#8217;s because, like, you have literally been in my living room or you&#8217;re looking for WordPress news. Like that&#8217;s it. But I am constantly am documenting my life just for myself, like the folks who are listening, which is everybody, because we don&#8217;t do video, will not know that I have back behind me a shelf that is nothing but journals from my leadership journey, like from the moment that I realized that like leadership was something that was a skill and could change people&#8217;s lives like I&#8217;ve done nothing but document like I ran into this problem. This is the research that I did to figure out what was happening and not, and just like it&#8217;s really mundane things in my work now. But the work and the process of documenting, like, what&#8217;s happening for you and with you in your life and how you&#8217;re interacting with it, like, it&#8217;s just important for your mental health and for your understanding of the passage of time.</p>
  435.  
  436.  
  437.  
  438. <p>[00:28:05] <strong>Josepha:</strong> But then also you were talking about, like, having a hundred-year archive of your thoughts and things, like, there will be a point at which digital information being ephemeral because it&#8217;s just electricity wandering around between screens, like, it&#8217;s prone to getting lost in the same way that physical things are prone to getting lost, but the loss is less acute in the moment.</p>
  439.  
  440.  
  441.  
  442. <p>And so you can accidentally lose it. And I think that that&#8217;s a real long-term not problem for society necessarily, but I think it is something from a societal standpoint where we&#8217;re gonna, at some point in the near future, realize that some of us have huge missing gaps where we, like just got rid of everything that we ever documented because we had a moment on social media or because it seemed like the only way to reclaim our content or our data or our privacy or whatever it was. And so I have a yeah. I love it. I love everything that we&#8217;re talking about, about the speculative future and WordPress. And so yes, now, well, now everybody knows all my thoughts on speculative WordPress.&nbsp;</p>
  443.  
  444.  
  445.  
  446. <p>[00:29:06] <strong>Jordan:</strong> There&#8217;s an interesting philosophical conversation which we&#8217;re like coming towards of what&#8217;s the equivalent in a hundred years, in 200 years of now, of the Library of Congress for philosophical and powerful writing. There is so much great stuff that is written on the web, and it just exists there.</p>
  447.  
  448.  
  449.  
  450. <p>In a hundred years, when people are writing about the early work of an artist or a politician or, you know, a notable figure, we don&#8217;t, we&#8217;re not going to have handwritten letters. We&#8217;re not going to have correspondence. But we&#8217;ll have tweets. We could have blog posts. Like, it interests me to think, like, the stuff that we take for granted of historical creation is happening digitally now. And so, equivalently, in the future, how, how is that gonna get retained? How much amazing knowledge and thinking is gonna just, you know, have their hosting account expire and get removed? And it&#8217;s an, it&#8217;s it&#8217;s a big conversation, but it&#8217;s an interesting one.</p>
  451.  
  452.  
  453.  
  454. <p>[00:30:09] <strong>Josepha:</strong> Yeah. Oh, what a fascinating discussion we&#8217;ve had today. So, by way of wrapping up our discussion here, why don&#8217;t you give us a sense for, like, if you are a user of WordPress and you were like, this sounds really interesting, I want to learn more, where can they go? But also, if you are someone who wants to learn how to contribute to WordPress and this sounds like a good opportunity for you to get started with that. Where can people find more about this project, about how to get started, how to contribute, all that stuff?&nbsp;</p>
  455.  
  456.  
  457.  
  458. <p>[00:30:38] <strong>Jordan:</strong> If you are someone who is hearing about this for the first time and coming to it pretty fresh and haven&#8217;t been working in the WordPress community much before. The best place to go will be WordPress.org/data-liberation, that will give you not only access to the tools and guides that exist but also some information on where the development and discussion is happening.</p>
  459.  
  460.  
  461.  
  462. <p>That&#8217;s the easiest pathway to find your way into those conversations as well. For folks who already have a little bit of experience and, it may be contributed code or a part of discussions already. The place to go to would be github.com/WordPress/data-liberation. That&#8217;s where there&#8217;s a lot of discussion. That&#8217;s where the existing tools and guides are being managed and worked on. So, if you really want to dive in. Please come and join us there. There are discussions to be had. There are ideas to be floated. That&#8217;s where all of the boots-on-the-ground work is going to be happening.</p>
  463.  
  464.  
  465.  
  466. <p>[00:31:25] <strong>Jordan:</strong> The other great place is within the Make WordPress Slack organization. And we have a Data Liberation channel in there. That is primarily where we have higher-level conversations, and we chat about stuff, and I&#8217;m hoping that becomes a real hub for work-adjacent discussion. So GitHub is going to be for all of this is where all the work&#8217;s happening, but the Slack channel is where people can share their thoughts on what&#8217;s possible, and big picture ideas, and that kind of stuff. So those will be the three best places. WordPress.org/data-liberation for the overview, github.com/WordPress/data-liberation for where the work&#8217;s actually happening, and WordPress Slack in the Data Liberation channel. If you want to come and chat more about the possibilities and, you know, helping get the future of the open web happening.</p>
  467.  
  468.  
  469.  
  470. <p>[00:32:17] <strong>Josepha:</strong> I mean, that is an enticing call to action. We&#8217;ll have links to all of the, all three of those in the show notes, as well as links to everything that we kind of mentioned over the course of our conversation. But Jordan, thank you so much for joining me today.</p>
  471.  
  472.  
  473.  
  474. <p>[00:32:32] <strong>Jordan:</strong> Thank you so much for having me. It&#8217;s been great.</p>
  475.  
  476.  
  477.  
  478. <p>[00:32:34] (Music interlude)&nbsp;</p>
  479.  
  480.  
  481.  
  482. <p>[00:32:41] <strong>Josepha:</strong> And now it&#8217;s time for our small list of big things. I&#8217;ve got three things for you this week.&nbsp;</p>
  483.  
  484.  
  485.  
  486. <p>The first thing on the list is that WordCamp US tickets are now on sale. So that event is happening from September 17th through the 20th in Portland, Oregon. There are general admission tickets and micro sponsor tickets available. And if you have seen the cost of the ticket but had not quite noted the length of the event, I just want to assure you that the cost per day is the same now as it was and has been for years. It&#8217;s still that same 25-dollar-a-day ticket that you&#8217;ve got; it&#8217;s just that it&#8217;s four days long this time. We&#8217;ll have a link to the tickets in the show notes, but then also you can always wander over to us.wordcamp.org, and it&#8217;ll take you right there.&nbsp;</p>
  487.  
  488.  
  489.  
  490. <p>The second thing on our list is that WordPress 6.5 is here. It is named Regina. If you listened to our show last week, you know that it was a huge release and kind of has something for everyone. So, if you have not yet downloaded it to take a look at it, do that. If you have not updated your sites yet, run a backup because you should always do a backup and then get that on your site and start testing everything out.</p>
  491.  
  492.  
  493.  
  494. <p>And the third thing on our big list, our small list of big things, is actually that we&#8217;re looking at dropping support for PHP 7. 0 and 7. 1 in upcoming releases of WordPress this year. It should not be too disruptive a change. However, it is going to take a lot of people to test it and make sure that everything&#8217;s working as we want it to work and as we need it to work. And so while we head toward that, I want to make sure you&#8217;ve got the resources that you need to know what&#8217;s happening, where it&#8217;s happening, how it&#8217;s going to affect you. I&#8217;ll leave some resources in the show notes for that as well.&nbsp;</p>
  495.  
  496.  
  497.  
  498. <p>[00:34:27] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser, or if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>
  499.  
  500.  
  501.  
  502. <p>[00:34:54] (Music outro)&nbsp;</p>
  503. ]]></content:encoded>
  504. <enclosure url="https://wordpress.org/news/files/2024/04/WPB077.mp3" length="0" type="" />
  505.  
  506. <post-id xmlns="com-wordpress:feed-additions:1">17205</post-id> </item>
  507. <item>
  508. <title>WordPress 6.5.2 Maintenance and Security Release</title>
  509. <link>https://wordpress.org/news/2024/04/wordpress-6-5-2-maintenance-and-security-release/</link>
  510. <dc:creator><![CDATA[Aaron Jorbin]]></dc:creator>
  511. <pubDate>Tue, 09 Apr 2024 22:00:18 +0000</pubDate>
  512. <category><![CDATA[Releases]]></category>
  513. <category><![CDATA[Security]]></category>
  514. <guid isPermaLink="false">https://wordpress.org/news/?p=17195</guid>
  515.  
  516. <description><![CDATA[Note: Due to an issue with the initial package, WordPress 6.5.1 was not released. 6.5.2 is the first minor release for WordPress 6.5. This security and maintenance release features 2 bug fixes on Core, 12 bug fixes for the Block Editor, and 1 security fix. Because this is a security release, it is recommended that [&#8230;]]]></description>
  517. <content:encoded><![CDATA[
  518. <p><strong>Note: Due to an issue with the initial package, WordPress 6.5.1 was not released. 6.5.2 is the first minor release for WordPress 6.5.</strong></p>
  519.  
  520.  
  521.  
  522. <p>This security and maintenance release features <a href="https://core.trac.wordpress.org/query?status=closed&amp;id=!60398&amp;milestone=6.5.2&amp;group=status&amp;order=priority">2 bug fixes on Core</a>, <a href="https://github.com/WordPress/gutenberg/pull/60577">12 bug fixes for the Block Editor</a>, and 1 security fix.</p>
  523.  
  524.  
  525.  
  526. <p><strong>Because this is a security release, it is recommended that you update your sites immediately.</strong> Backports are also available for other major WordPress releases, 6.0 and later.</p>
  527.  
  528.  
  529.  
  530. <p>You can <a href="https://wordpress.org/wordpress-6.5.2.zip">download WordPress 6.5.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>
  531.  
  532.  
  533.  
  534. <p>WordPress 6.5.2 is a short-cycle release. The next major release will be <a href="https://make.wordpress.org/core/6-6/">version 6.6</a> and is currently planned for 16 July 2024.</p>
  535.  
  536.  
  537.  
  538. <h2 class="wp-block-heading">Security updates included in this release</h2>
  539.  
  540.  
  541.  
  542. <p>The security team would like to thank the following people for responsibly reporting vulnerabilities, and allowing them to be fixed in this release:</p>
  543.  
  544.  
  545.  
  546. <ul>
  547. <li>A cross-site scripting (XSS) vulnerability affecting the Avatar block type; reported by <a href="https://johnblackbourn.com/">John Blackbourn</a> of the WordPress security team. Many thanks to <a href="https://twitter.com/stealthcopter">Mat Rollings</a> for assisting with the research.</li>
  548. </ul>
  549.  
  550.  
  551.  
  552. <h2 class="wp-block-heading">Thank you to these WordPress contributors</h2>
  553.  
  554.  
  555.  
  556. <p>This release was led by <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a>, <a href="https://profiles.wordpress.org/isabel_brison/">Isabel Brison</a>, and <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>.</p>
  557.  
  558.  
  559.  
  560. <p>WordPress 6.5.2 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance and security fixes into a stable release is a testament to the power and capability of the WordPress community.</p>
  561.  
  562.  
  563.  
  564. <p class="is-style-wporg-props-medium"><a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/wildworks">Aki Hamano</a>, <a href="https://profiles.wordpress.org/andraganescu">Andrei Draganescu</a>, <a href="https://profiles.wordpress.org/artemiosans">Artemio Morales</a>, <a href="https://profiles.wordpress.org/iCaleb">Caleb Burks</a>, <a href="https://profiles.wordpress.org/colind">colind</a>, <a href="https://profiles.wordpress.org/talldanwp">Daniel Richards</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/fabiankaegy">Fabian Kägy</a>, <a href="https://profiles.wordpress.org/mamaduka">George Mamadashvili</a>, <a href="https://profiles.wordpress.org/gziolo">Greg Ziółkowski</a>, <a href="https://profiles.wordpress.org/isabel_brison">Isabel Brison</a>, <a href="https://profiles.wordpress.org/audrasjb">Jb Audras</a>, <a href="https://profiles.wordpress.org/joemcgill">Joe McGill</a>, <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="https://profiles.wordpress.org/desrosj">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/thelovekesh">Lovekesh Kumar</a>, <a href="https://profiles.wordpress.org/mmaattiiaass">Matias Benedetto</a>, <a href="https://profiles.wordpress.org/mukesh27">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/sean212">Sean Fisher</a>, <a href="https://profiles.wordpress.org/SergeyBiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/coffee2code/">Scott Reilly</a></p>
  565.  
  566.  
  567.  
  568. <h2 class="wp-block-heading">How to contribute</h2>
  569.  
  570.  
  571.  
  572. <p>To get involved in WordPress core development, head over to Trac, <a href="https://core.trac.wordpress.org/report/6">pick a ticket</a>, and join the conversation in the <a href="https://wordpress.slack.com/archives/C02RQBWTW">#core</a> channel. Need help? Check out the <a href="https://make.wordpress.org/core/handbook/">Core Contributor Handbook</a>.</p>
  573.  
  574.  
  575.  
  576. <p><em>Thanks to <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a>, <em><a href="https://profiles.wordpress.org/ehtis">Ehtisham S.</a>,</em></em> <a href="https://profiles.wordpress.org/audrasjb">Jb Audras</a>, <em>and <em><a href="https://profiles.wordpress.org/angelasjin/">Angela Jin</a></em> for proofreading.</em></p>
  577. ]]></content:encoded>
  578. <post-id xmlns="com-wordpress:feed-additions:1">17195</post-id> </item>
  579. <item>
  580. <title>WP Briefing: Episode 76: A WordPress 6.5 Sneak Peek</title>
  581. <link>https://wordpress.org/news/2024/04/episode-76-a-wordpress-6-5-sneak-peek/</link>
  582. <dc:creator><![CDATA[Brett McSherry]]></dc:creator>
  583. <pubDate>Tue, 02 Apr 2024 20:18:00 +0000</pubDate>
  584. <category><![CDATA[Podcast]]></category>
  585. <category><![CDATA[wp-briefing]]></category>
  586. <guid isPermaLink="false">https://wordpress.org/news/?post_type=podcast&#038;p=17158</guid>
  587.  
  588. <description><![CDATA[Join WordPress Executive Director, Josepha Haden Chomphosy, as she offers an exclusive preview of the upcoming WordPress 6.5 release, accompanied by special guest Dave Smith, one of the Editor Tech leads for this release. Don’t miss this opportunity for an insider’s look!]]></description>
  589. <content:encoded><![CDATA[
  590. <p>Join WordPress Executive Director, Josepha Haden Chomphosy, as she offers an exclusive preview of the upcoming WordPress 6.5 release, accompanied by special guest Dave Smith, one of the Editor Tech leads for this release. Don&#8217;t miss this opportunity for an insider&#8217;s look!</p>
  591.  
  592.  
  593.  
  594. <h2 class="wp-block-heading">Credits</h2>
  595.  
  596.  
  597.  
  598. <p>Host: <a href="https://profiles.wordpress.org/chanthaboune/">Josepha Haden Chomphosy</a><br>Guest: <a href="https://profiles.wordpress.org/get_dave/">Dave Smith</a><br>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo: <a href="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production: <a href="https://profiles.wordpress.org/bjmcsherry/">Brett McSherry</a> and <a href="https://profiles.wordpress.org/eidolonnight/">Nicholas Garofalo</a><br>Song: Fearless First by Kevin MacLeod</p>
  599.  
  600.  
  601.  
  602. <h2 class="wp-block-heading">Show Notes</h2>
  603.  
  604.  
  605.  
  606. <ul>
  607. <li><a href="https://wordpress.org/download/">WordPress Download</a></li>
  608.  
  609.  
  610.  
  611. <li><a href="https://make.wordpress.org/core/6-5/#:~:text=To%20get%20involved%20in%20WordPress,leave%20feedback%20on%20the%20ticket.">WordPress 6.5 Development Cycle</a></li>
  612.  
  613.  
  614.  
  615. <li><a href="https://make.wordpress.org/core/2024/03/07/unblocking-wp6-5-font-library-and-synced-pattern-overrides/">Unblocking WP6.5 – Font Library and Synced Pattern Overrides</a></li>
  616.  
  617.  
  618.  
  619. <li><a href="https://developer.wordpress.org/block-editor/reference-guides/packages/packages-dataviews/">Data Views</a></li>
  620.  
  621.  
  622.  
  623. <li><a href="https://make.wordpress.org/core/2023/07/12/admin-design/">WP-Admin Redesign</a></li>
  624.  
  625.  
  626.  
  627. <li><a href="https://core.trac.wordpress.org/ticket/59166">Font Library</a></li>
  628.  
  629.  
  630.  
  631. <li><a href="https://developer.wordpress.org/news/2024/02/29/an-introduction-to-block-based-mega-menus/">An Introduction to Block-Based Mega Menus</a></li>
  632.  
  633.  
  634.  
  635. <li><a href="https://www.youtube.com/daveonwp">Dave on WP</a>
  636. <ul>
  637. <li><a href="https://www.youtube.com/watch?v=ySyJRYAbU_M">These TINY Link Editing CHANGES Just Made WORDPRESS 6.5 So Much Better</a></li>
  638. </ul>
  639. </li>
  640.  
  641.  
  642.  
  643. <li><a href="https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/">Interactivity API in 6.5</a></li>
  644.  
  645.  
  646.  
  647. <li><a href="https://make.wordpress.org/test/2024/01/13/early-opportunities-to-test-wordpress-6-5/">Opportunities to Test WordPress 6.5</a></li>
  648.  
  649.  
  650.  
  651. <li><strong>Small List of Big Things</strong>
  652. <ul>
  653. <li><a href="https://make.wordpress.org/community/2024/03/08/asia-meetup-revival-project-2024/" target="_blank" rel="noreferrer noopener">Asia Meetup Revival Project 2024</a> </li>
  654.  
  655.  
  656.  
  657. <li><a href="https://make.wordpress.org/meetings/" target="_blank" rel="noreferrer noopener">Upcoming WordPress Meetings</a></li>
  658.  
  659.  
  660.  
  661. <li><a href="https://make.wordpress.org/marketing/2024/03/20/making-a-wordpress-media-corps/" target="_blank" rel="noreferrer noopener">Making a WordPress Media Corps</a></li>
  662. </ul>
  663. </li>
  664.  
  665.  
  666.  
  667. <li>Have a question you’d like answered? Submit them to&nbsp;<a href="mailto:wpbriefing@WordPress.org">WPBriefing@WordPress.org</a>.</li>
  668. </ul>
  669.  
  670.  
  671.  
  672. <h2 class="wp-block-heading">Transcript</h2>
  673.  
  674.  
  675.  
  676. <span id="more-17158"></span>
  677.  
  678.  
  679.  
  680. <p>[00:00:00] <strong>Josepha:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>
  681.  
  682.  
  683.  
  684. <p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go!&nbsp;</p>
  685.  
  686.  
  687.  
  688. <p>[00:00:28] (Intro Music)&nbsp;</p>
  689.  
  690.  
  691.  
  692. <p>[00:00:39] <strong>Josepha:</strong> Dave, I&#8217;m so excited to have you here with us today. Welcome.</p>
  693.  
  694.  
  695.  
  696. <p>[00:00:42] <strong>Dave:</strong> Thank you. I&#8217;m really excited to be here. Thank you so much for inviting me on.</p>
  697.  
  698.  
  699.  
  700. <p>[00:00:46] <strong>Josepha:</strong> Yeah. So before we get much further, how about you tell us a little bit about what you do on the WordPress project? And if I recall correctly, that you have a role on the release squad. So just let us know a bit about what that role is and what that looks like.</p>
  701.  
  702.  
  703.  
  704. <p>[00:01:00] <strong>Dave:</strong> Sure. Absolutely. Well, obviously said I&#8217;m Dave Smith. I&#8217;m from England in the United Kingdom, and I am full-time contributor to WordPress. I&#8217;ve focused primarily on the Block Editor during that time. And I&#8217;ve been doing it for about three years now. And fortunately for me, I am sponsored by Automattic, so that allows me to contribute full-time to the project, which is fantastic.</p>
  705.  
  706.  
  707.  
  708. <p>But my history of WordPress goes back a fair way longer than that, and I used to work in agency land, and so I used WordPress for making things for a living before I worked in WordPress if you see what I mean.&nbsp;</p>
  709.  
  710.  
  711.  
  712. <p>[00:01:35] <strong>Josepha:</strong> I, no, I definitely understand. I also was agency before WordPress.&nbsp;</p>
  713.  
  714.  
  715.  
  716. <p>[00:01:40] <strong>Dave:</strong> I think it&#8217;s a common origin story, if you see what I mean. And yes, you&#8217;re absolutely right. I&#8217;ve been fortunate enough in this release, WordPress 6.5, to be the Co-editor Tech Lead. Obviously alongside my colleague which is Riad Benguella. Some of you may know him. He is the lead architect of Gutenberg. So yeah, it&#8217;s been fantastic to work alongside him.</p>
  717.  
  718.  
  719.  
  720. <p>[00:02:00] <strong>Josepha:</strong> Yeah, excellent. One of these days, I&#8217;m going to get Riad on here. I think I&#8217;ve never had him on.</p>
  721.  
  722.  
  723.  
  724. <p>[00:02:05] <strong>Dave:</strong> Oh, you should definitely.&nbsp;</p>
  725.  
  726.  
  727.  
  728. <p>[00:02:06] <strong>Josepha:</strong> He&#8217;s so kind and reasonable. And I was just gonna tell a personal anecdote about Riad, and I don&#8217;t know that it makes any sense, but I&#8217;m gonna do it anyway. I&#8217;m gonna do it anyway. I saw him at an event like right after he came back from his most recent sabbatical, and he was like, it was great being away, but also like, I had forgotten what kind of energy events like this really bring in.</p>
  729.  
  730.  
  731.  
  732. <p>And he has always struck me as an introvert, but I think maybe he&#8217;s like an outgoing introvert or something. Cause normally, like, introvert introverts are not like, this gives me so much energy. They&#8217;re like, I know that this is important work, and I&#8217;m here. And so that&#8217;s my personal anecdote about Riad, I am, gonna get him on here someday, but be that as it may, we&#8217;re delighted to have you.</p>
  733.  
  734.  
  735.  
  736. <p>So, 6.5 is coming out are you excited, number one?</p>
  737.  
  738.  
  739.  
  740. <p>[00:02:54] <strong>Dave:</strong> I am very excited. Yeah, it&#8217;s been a long road into this release. As you may know, well, as you do know, it&#8217;s, it was delayed by one week. That was actually, I think was, was a good decision. We&#8217;ve had a lot of work needing to go into the Font Library feature. I&#8217;ve seen a few posts saying there were bugs.</p>
  741.  
  742.  
  743.  
  744. <p>[00:03:09] <strong>Dave:</strong> I think mainly it was a decision about where to upload fonts to, which seems quite amazing when you think about it. I was talking to my wife about it the other day, and she said, really, you&#8217;re delaying a release because of where to upload things. But, yeah, this is software that runs a considerable part of the web.</p>
  745.  
  746.  
  747.  
  748. <p>So when we make these decisions about where things uploaded, we&#8217;ve got to be really confident that they are the right decisions. And so, yeah, that decision to delay the release has been good. And we&#8217;ve had an opportunity to make sure the release is fully robust and ready to go out. So yeah, I&#8217;m super excited to see it land.</p>
  749.  
  750.  
  751.  
  752. <p>[00:03:40] <strong>Josepha:</strong> Yeah. I have some follow up questions about just like, how doing all of that work in public feels. But probably, we should get through the bulk of the sorts of things that people tune into this episode for, so like, let&#8217;s talk about some of the big features that are going into 6.5 so that folks have a sense for that.</p>
  753.  
  754.  
  755.  
  756. <p>And then we&#8217;ll take a look at just like things that you&#8217;re excited to get in, things that I&#8217;m excited to get in. And maybe like if there&#8217;s a hidden surprise for users, things that will be really beneficial to users, but they don&#8217;t quite see it yet. We can maybe cover that too, but like, what are the big things going into this release from your perspective?</p>
  757.  
  758.  
  759.  
  760. <p>[00:04:17] <strong>Dave:</strong> Sure. There&#8217;s some highlights, I think that the key highlights, and we should probably cover them. So the first one we&#8217;ve already touched on it is the Fonts Library. And this has been brewing for a while now, and it&#8217;s finally come to fruition. And it basically allows you to manage, install, and upload custom fonts for use on your website. And it&#8217;s really, really powerful. It&#8217;s, I think it&#8217;s going to really change the way people create themes and create their websites. It is unlocking a lot of power for users.</p>
  761.  
  762.  
  763.  
  764. <p>[00:04:46] <strong>Josepha:</strong> And for folks who&#8217;ve been listening to this podcast for a long time, you have heard me say for, I think, like a year, basically every release podcast where we&#8217;re looking at what&#8217;s coming up. I&#8217;m like, and this time it&#8217;s fonts. I&#8217;m so excited. And so I&#8217;m saying it again this time, &#8217;cause it&#8217;s really happening this time.</p>
  765.  
  766.  
  767.  
  768. <p>[00:05:03] <strong>Dave:</strong> It&#8217;s finally here. Yeah, it&#8217;s a great feature. There&#8217;s a lot of work gone into it. It&#8217;s really, really good.</p>
  769.  
  770.  
  771.  
  772. <p>[00:05:07] <strong>Josepha:</strong> So much work. We&#8217;ve been working on it for like two or three years. And it&#8217;s at the point where like getting it out in front of people is the only way to figure out where the remaining problems will be. And it is the most scary part of any software release, I assume, the things where you&#8217;re like, this is time for people to tell us how it&#8217;s broken. Please look at it and break it for a while.</p>
  773.  
  774.  
  775.  
  776. <p>[00:05:29] <strong>Dave:</strong> Yeah, absolutely. We&#8217;ve been working on resolving any bugs that we could find, but there&#8217;s always going to be things we haven&#8217;t noticed. So yeah, we can&#8217;t wait for users to get their hands on it. Exactly. Other than fonts, we&#8217;ve also got revisions that are now in place in the Site Editor. And this is more than just undo, redo that people may be already familiar with in the editor.</p>
  777.  
  778.  
  779.  
  780. <p>It actually gives you the ability to fully revert your site back to any state that you previously had it. So you could make some changes in the editor. You could completely close down your computer, go away for a week, come back. And you&#8217;ve still got the opportunity to say, &#8220;Ah, do you know what? I don&#8217;t like the way that looks. I&#8217;m just gonna; I&#8217;m gonna roll that back.&#8221; And there&#8217;s a nice UI that shows you what it will affect. And you can even roll back styles, you know, like style changes. So it&#8217;s, it&#8217;s super, super powerful. And it&#8217;s just something we&#8217;ve been waiting for for such a long time. Just, it&#8217;s fantastic to see it land.</p>
  781.  
  782.  
  783.  
  784. <p>[00:06:17] <strong>Josepha:</strong> I&#8217;m really excited about this one personally because I have been to so many meetup events with like new users being taught how to do things with WordPress. And invariably, in the last two or three years, the people who are presenting to new users are saying consistently like, &#8220;You can do any experimental thing that you feel like you need to do with your sites because there&#8217;s an undo button. WordPress wouldn&#8217;t let you do things that fully break your site.&#8221;</p>
  785.  
  786.  
  787.  
  788. <p>Like there is a lot of trust in our kind of like time machine, roll-it-back kind of implementations. And so I&#8217;m really excited about this one. I think that for all of our new and mid-level users. Who like, have a little bit of fear, but mostly joy around it. Like, this will only increase that and so I&#8217;m super excited for this one to go in there.</p>
  789.  
  790.  
  791.  
  792. <p>[00:07:09] <strong>Dave:</strong> Yeah, it&#8217;s really nice. Other than that, the two things I wanted to touch on as well, which is we&#8217;ve got these new views now for key objects in WordPress. So things like pages, patterns, templates, and template parts in the Site Editor. You can now view these in a sort of a table layout or in a grid layout. So it gives you a much easier way to sort them, find them, filter them. And I think it points us forward to the possibilities we&#8217;ve got in the future for the editor sort of taking some parts of WP Admin and making them more accessible without having to leave the Site Editor. And it&#8217;s extremely powerful; you can search in real-time, find things very, very quickly, do all the things you&#8217;re used to from the post listing screen, but all within the Site Editor. And it&#8217;s for these key objects that you use quite a lot of the time. So I think it&#8217;s going to be really, a really great thing for users to get hold of.</p>
  793.  
  794.  
  795.  
  796. <p>[00:07:55] <strong>Josepha:</strong> Is this related to the Data Views work that we&#8217;ve been doing in the first part of the year here?</p>
  797.  
  798.  
  799.  
  800. <p>[00:08:00] <strong>Dave:</strong> Exactly that exactly. The Data Views work has been a major feed into this, and this is where we see the fruits of all that work coming to the fore for the first time. And I expect to see more of that in future releases as well.</p>
  801.  
  802.  
  803.  
  804. <p>[00:08:12] <strong>Josepha:</strong> Yeah. For folks who are really, really watching, like, our administrative side of things, you probably are aware that we, I don&#8217;t know, I wouldn&#8217;t say that we paused the phase three roadmap for this, but I do think that we made a clear choice to get this Data Views work done first so that we could, in parallel with phase three, do a bit of work on the WP Admin redesign, the dashboard redesign, which we all know, like, we love this dashboard, but also this dashboard, it needs a sprucing up, it needs a little bit of, of polish and a little bit of 2024 style I was going to say design. I don&#8217;t know if the design folks would love if I just was like, it needs to be modernized that way, but also like it, it does, right?</p>
  805.  
  806.  
  807.  
  808. <p>[00:09:00] <strong>Dave:</strong> Yeah, and I mean, you know, we all know that the Site Editor is being used more and more. If you&#8217;ve got a Block theme, you&#8217;re using the Site Editor increasingly, and you&#8217;re spending less and less time sort of going between screens in WP Admin. So it makes sense that, you know, these things are accessible within that one interface of the Site Editor. So, yeah, it&#8217;s only going to be a good thing for users going forward.</p>
  809.  
  810.  
  811.  
  812. <p>[00:09:20] <strong>Josepha:</strong> Yeah, absolutely. I probably should have like a whole episode about Data Views and what it&#8217;s intending to do, what it&#8217;s actually doing, what it&#8217;s going to look like as it goes because that&#8217;s such a big project. And so many things rely on it. And so, note to self and all listeners, that&#8217;s the thing that you should keep an eye out for. We&#8217;re going to get it done. But you said you had a final thing also.</p>
  813.  
  814.  
  815.  
  816. <p>[00:09:40] <strong>Dave:</strong> Yeah, I&#8217;ve got one more which is this is for our users of classic themes. We haven&#8217;t forgotten about you. Basically, we now have support for appearance tools. So in prior releases, the Block themes have got these really cool design tools like ability to set border colors, border radius, link colors, you name it. We&#8217;ve got all these tools, but they haven&#8217;t been always available to classic themes. And classic themes can use the Block Editor; they may not be using the Site Editor in the same way, but they can use the Block Editor. And we&#8217;ve not made those things available in the same way, but there&#8217;s been work going into this release to allow that to happen.</p>
  817.  
  818.  
  819.  
  820. <p>[00:10:11] <strong>Dave:</strong> So now you can opt into those if you so wish. And it is an opt-in basis. So none your themes will break out of the box if you&#8217;ve got classic theme or classic site. But it is a powerful tool to those people who are using classic themes, and that&#8217;s completely legitimate.</p>
  821.  
  822.  
  823.  
  824. <p>[00:10:26] <strong>Josepha:</strong> And so is the opt in like something that you can do for yourself or something that your developer needs to do?</p>
  825.  
  826.  
  827.  
  828. <p>[00:10:32] <strong>Dave:</strong> You would need to do it in your theme code. So you&#8217;d need to do that with PHP. So, your theme developer, if they choose to update their theme and provide support for these things. Then, they would obviously need to test their theme works with those new tools, make sure it&#8217;s ready, and then they would ship that update.</p>
  829.  
  830.  
  831.  
  832. <p>And so maybe after 6.5 is released, you may see some themes incrementally adding support. My understanding at the moment is that the core themes, the Block themes, will not automatically add those straight away. I think they need more time to allow them to bed in and more time to get them ready for prime time if you see what I mean, but you know the fact that they&#8217;re there and ready means that the wider theme audience and theme developers can start taking advantage of them.</p>
  833.  
  834.  
  835.  
  836. <p>[00:11:15] <strong>Josepha:</strong> Nice, nice. I have been wondering lately, this is only marginally related, but I&#8217;m gonna wonder it out loud anyway. I&#8217;ve been wondering lately if like, our classic themes, our most favorite, our most loved classic themes do need a little bit of help moving into a Block theme future. And I think that this will help. I think, on the one hand this will help, and on the other hand, like, what would it take for us to just say, and you&#8217;re not the theme person I know, but like, what would it take for us to just say, &#8220;These are our top five most favorite, most used, classic themes that we&#8217;ve got in WordPress. Let&#8217;s rebuild it in blocks and just ship the block version of it and help the classic themes users that love the design, love the look, love the features get introduced to this new block territory so that they can see that not only do they have the look, the feel, the features, but also the flexibility that comes with that and a little bit more feeling of safety as they wander around modifying themes.&#8221;</p>
  837.  
  838.  
  839.  
  840. <p>[00:12:18] <strong>Josepha:</strong> I have no fear of any code changes and didn&#8217;t when I started working with WordPress, as opposed to working in WordPress, but I think that that&#8217;s not the way that that works right now. Like there&#8217;s a whole lot of like, I need to get it right-ish with folks who are using our software. And so I just wonder if that will help everybody feel a little more confident in what they&#8217;re doing, knowing they&#8217;re not going to break things because we&#8217;ve built it so you can&#8217;t.</p>
  841.  
  842.  
  843.  
  844. <p>[00:12:45] <strong>Dave:</strong> It could do, it could do. And I was just thinking as you were talking, like, do we have any themes that already do that? And, of course, we do have 2021. If you can think back that far into the mists of time, we had 2021 classic, which is that it&#8217;s called 2021, but we also 2021 blocks, which is doing very much what you&#8217;ve just described.</p>
  845.  
  846.  
  847.  
  848. <p>[00:13:03] <strong>Dave:</strong> So we haven&#8217;t pursued that for the new default themes or block themes, but, you know, it might be something to look at for onboarding if there are any of classic themes from the more distant past, you know, maybe some of those could do with a block theme equivalent just to let people on board to that experience and just feel comfortable. Yeah, interesting, interesting. You should definitely talk to the theme people about that.</p>
  849.  
  850.  
  851.  
  852. <p>[00:13:23] <strong>Josepha:</strong> I&#8217;m going to. They&#8217;re going to love it. They&#8217;re going to be like, Yay! Of course! Of course! I don&#8217;t know, actually. I don&#8217;t know if anyone ever loves the things that I suggest, but that doesn&#8217;t mean that they&#8217;re not going to get suggested. I have all these ideas, and they got to come out somewhere. Okay. So do you have something that you worked on that&#8217;s not in this big list of features or that you helped people to really shepherd into the release that you think is really cool? Like, maybe it&#8217;s not going to be super visible or something, but like that you&#8217;ve personally felt was like a cool feature, excited for it to get into the release.</p>
  853.  
  854.  
  855.  
  856. <p>[00:13:53] <strong>Dave:</strong> Yeah, there are a couple of things, a couple of things at the top of mind. One of them is user-facing and one of them is more developer-facing features. So, I&#8217;ll start with the developer feature first. And this one is a change to an API. Now, that API is always a slightly intimidating word, I think, but it just means a set of tools, a standardized set of tools that developers can use to do something. And in this case, it&#8217;s the allowed blocks API.&nbsp;</p>
  857.  
  858.  
  859.  
  860. <p>[00:14:20] <strong>Josepha:</strong> Sounds so fun.&nbsp;</p>
  861.  
  862.  
  863.  
  864. <p>[00:14:21] <strong>Dave:</strong> Yeah, I know it&#8217;s riveting, isn&#8217;t it? But trust me, it does come with some benefits. So the Navigation block is a good example. It&#8217;s a block that acts as a container and it&#8217;s got child blocks. Okay. But you can only insert certain blocks. You can insert links, you can insert social icons, you can insert search. But if you want to insert, I don&#8217;t know, an Icon block, for example. You can&#8217;t do that, but you can with WordPress 6.5 because of the change to the allow box API. And what it allows you to do is say, &#8220;I want to additionally allow the following blocks to be inserted as well.&#8221;</p>
  865.  
  866.  
  867.  
  868. <p>So as a developer, you can hook into this filter and change those blocks. Now, okay, so far, so good. &#8220;What&#8217;s the big deal?&#8221; you might say, well, it&#8217;s open the door, is open the door to some very, very interesting explorations. Some of which I&#8217;ve no doubt that you and your listeners would have already encountered. And one is by a colleague of mine called Nick Diego. And I think it&#8217;s on the WordPress Developer blog right now. I think he&#8217;s done a fantastic inspiration into mega menus in the navigation block. I&#8217;m someone who&#8217;s worked on the Navigation block extensively in the past, and I&#8217;m very aware of how much users want mega menus to be a part of the Navigation block.</p>
  869.  
  870.  
  871.  
  872. <p>[00:15:30] <strong>Dave:</strong> I was never convinced it was going to be something we were going to do in core, because it requires so many different things. But Nick has actually managed with this allow blocks API and some other tweaks as well to build a mega menu as a plugin for WordPress using the standard Navigation block.</p>
  873.  
  874.  
  875.  
  876. <p>And I think that&#8217;s just one example of the utility of this API. But for example, I mentioned that you could add icons to your Navigation block and you can&#8217;t really do that at the moment. It&#8217;s pretty powerful. It&#8217;s kind of hidden away. It&#8217;s in the release notes, but it&#8217;s not massively clear, but it does open some pretty big doors. And I think if you&#8217;re a developer or a theme author, indeed, you should you should definitely be looking into that and see what it enables for you.</p>
  877.  
  878.  
  879.  
  880. <p>[00:16:06] <strong>Josepha:</strong> Yeah, we&#8217;ll put a link to Nick&#8217;s post in the show notes, and we&#8217;ll share it around the social spaces. So like, I hear you saying it&#8217;s buried, it&#8217;s hard to see, it won&#8217;t necessarily be exciting now, but will be exciting later, but like mega menus and sliders, those are the most contested things that people want to put on sites all the time. Like from my agency days, like when I was thinking in the mindset of a strategist, a data person, that&#8217;s what I was doing. Like, I never wanted sliders. I never wanted mega menus because it just implied that we didn&#8217;t have a decision about the sites we were making, like we had not decided the primary purpose, and also it was just hard to track, but it was always literally every single time people are like well if Amazon has it why can&#8217;t we have it? You&#8217;re like, yeah, I know, but they&#8217;re Amazon. They&#8217;re not the same like mega menus sliders. I know that from a project perspective that we&#8217;re like, that should be a theme thing. That should be in theme territory. But I think it makes sense to have in core because so many people want to be able to do it.</p>
  881.  
  882.  
  883.  
  884. <p>[00:17:14] <strong>Josepha:</strong> And just because like someone like me feels like it&#8217;s not the right call for your business doesn&#8217;t mean that you shouldn&#8217;t be able to make that decision for yourself, you know, I think that&#8217;s a, I think that&#8217;s a great, a great feature to call out.</p>
  885.  
  886.  
  887.  
  888. <p>[00:17:28] <strong>Dave:</strong> Yeah, absolutely. I completely agree. I can look for my agency days. I can exactly imagine that sort of thing. We have a lot of people, a problem that a lot of people are facing. So it&#8217;s really important that we provide the tools to allow people to do that now. And we can always look at if it&#8217;s valid to include it in core later, then we can look at that as well.</p>
  889.  
  890.  
  891.  
  892. <p>Yeah. So that&#8217;s, that&#8217;s the first one I had. The second one is a little bit more user-facing. I would say it&#8217;s hidden away. But I&#8217;m not 100 percent sure it is. I mean, Josepha, how often do you create links when you&#8217;re working with WordPress?</p>
  893.  
  894.  
  895.  
  896. <p>[00:17:58] <strong>Josepha:</strong> Like every time that I&#8217;m in WordPress.</p>
  897.  
  898.  
  899.  
  900. <p>[00:18:00] <strong>Dave:</strong> Yeah, exactly. Same here. I do it all the time, right? And a lot of people do. And for a long while, contributors to the editor have been sort of collecting and collating the feedback that&#8217;s come in from people about their frustrations with the built in link interface in the Block Editor. So if you&#8217;re creating a hyperlink to, you know, hyperlink to another page or, you know, you&#8217;re going to link to Nick&#8217;s mega menu article, you&#8217;re going to be doing that a lot, right?</p>
  901.  
  902.  
  903.  
  904. <p>That&#8217;s something that people do when they&#8217;re creating content in WordPress. And so we worked a lot to refine that with a contributor who, who you may know, Rich Tabor. Who&#8217;s also, I think, on the release squad as well. An influencer in the WordPress space as well. He spent a lot of time looking at the UX and myself and a number of other contributors have spent a lot of time in this release refining that. And I think it&#8217;s surprisingly difficult to get right, but I think we&#8217;ve, I think we&#8217;ve made some nice improvements to that will be nice quality of life for people who, to do this sort of content creation quite a lot.</p>
  905.  
  906.  
  907.  
  908. <p>So there&#8217;s things like now when you create the link for the first time, it remains open on the initial creation of the link. So that means you can quickly then easily adjust the link. I mean, it seems obvious, doesn&#8217;t it? Yeah, but it&#8217;s not happening. It just used to just automatically close, and the people are like, &#8220;Hey, I wanted to make more adjustments.&nbsp;&#8220;</p>
  909.  
  910.  
  911.  
  912. <p>[00:19:08] <strong>Josepha:</strong> I wasn&#8217;t done yet.&nbsp;</p>
  913.  
  914.  
  915.  
  916. <p>[00:19:10] <strong>Dave:</strong> Exactly. Yeah, exactly. We&#8217;ve, we&#8217;ve streamlined the UI. We&#8217;ve removed a lot of clutter, but we&#8217;ve also added some useful tools, like ability to copy a link and remove the link directly from the control itself. And lastly along with lots of other accessibility changes in this release. We have worked a lot on refining the implementation.</p>
  917.  
  918.  
  919.  
  920. <p>So that is discoverable for, for users of assistive tech because we spent a lot of time talking to core accessibility team and other people, and they were finding it very hard to perceive that the UI was there because of the way that keyboard interactions work and you&#8217;ve got the block toolbar in the way and things like that.</p>
  921.  
  922.  
  923.  
  924. <p>We think we&#8217;ve nailed on a really good solution now that works for, not only uses assistive tech, but actually provides benefits for sighted users as well. It&#8217;s kind of difficult to talk about. I mean, I have got a video covering this on my YouTube channel, which kind of shows it in a bit more detail, but we&#8217;re happy it&#8217;s in a much better place.</p>
  925.  
  926.  
  927.  
  928. <p>[00:20:02] <strong>Dave:</strong> And yeah if people have got feedback about it, and when, when 6.5 comes out, we&#8217;re always happy to hear that. And you can go to the WordPress GitHub repository and raise an issue. And one of us will jump on it and see what we can do.</p>
  929.  
  930.  
  931.  
  932. <p>[00:20:13] <strong>Josepha:</strong> And we can include a link to that video also. So like, for folks where this sounded intriguing, but they don&#8217;t quite get the concept, like video content all day, let&#8217;s pop it into our show notes. And everybody can take a look at it there. I think that&#8217;s a great idea.</p>
  933.  
  934.  
  935.  
  936. <p>[00:20:28] <strong>Dave:</strong> Great. Yeah, I appreciate that.</p>
  937.  
  938.  
  939.  
  940. <p>[00:20:30] <strong>Josepha:</strong> So final question, maybe, maybe final question, final planned question. Is there anything from a user-facing perspective again that you feel has not really gotten the airtime that it needs so far?&nbsp;</p>
  941.  
  942.  
  943.  
  944. <p>[00:20:44] <strong>Dave:</strong> I think there&#8217;s a lot of technical changes that have happened in this release. So it&#8217;s easy to look at those. I mean, we&#8217;ve covered quite a lot of the key ones that will be user-facing in terms of Font Library and Revisions. We&#8217;ve got things that are going to this release that enable things a lot for people to experience in the future, I think, so underlying changes like the Interactivity API becoming public. Now that&#8217;s public, plugin developers can start to make sites much more interactive on the front of the site rather than just in the editor. So I think that once 6.5 has gone in, and people have started to explore the Interactivity API in more detail, we might see more plugins offering sort of interactivity on the fronts of their sites. An example is obviously the lightbox you&#8217;ve got with images in core, but I can; there&#8217;s way more stuff that you can do with that. So we&#8217;re going to see more of that.&nbsp;</p>
  945.  
  946.  
  947.  
  948. <p>[00:21:28] <strong>Dave:</strong> We&#8217;ve got Block Hooks that have landed in 6.5, and this is going to open for things like ecommerce plugins and to be able to add, you know, cart blocks or log in, log out blocks to things like navigation, for example, or you might want a ability to like all your comments, and you can do that with Block Hooks and then a plugin developer can just, you know, when the plugin is enabled, they can just make it so that those things just appear on your site, but you still got control over the design.</p>
  949.  
  950.  
  951.  
  952. <p>So there&#8217;s a lot of like hidden things I think are going to uncover new features for users over time as a result of the community getting involved and changing their plugins and themes to do these take advantage of these new tools.&nbsp;</p>
  953.  
  954.  
  955.  
  956. <p>[00:22:07] <strong>Josepha:</strong> Yeah, so the Interactivity API, obviously it has &#8220;API&#8221; on it. And so no one&#8217;s thinking, well, this is a user-facing thing. And while the API is not a user facing thing, like, I think that you&#8217;re right. That what it enables absolutely is going to be really useful and hopefully really engaging for like end-to-end users, like the users that are not listening to this podcast and they don&#8217;t know we exist, like they don&#8217;t know that WordPress has a community building it, they&#8217;re just like, it exists, there&#8217;s a software that came out of nowhere, like, I&#8217;m really excited to see how our developers in the community start to use that in their plugins and themes and get that out to end users. I&#8217;m really, really excited to see how creative they get with it.</p>
  957.  
  958.  
  959.  
  960. <p>Did you have a final thing?</p>
  961.  
  962.  
  963.  
  964. <p>[00:22:51] <strong>Dave:</strong> There&#8217;s a lot of design changes, I think. I mean, we can&#8217;t cover them all, obviously, in verbal form in this podcast, but some things that are just standing out to me if we look at the source of truth for, for WordPress 6.5, it is, it is big. There&#8217;s a lot in this release. But there&#8217;s some very cool things for, I don&#8217;t know, quality. I like to see them as like quality of life design design changes. Things like, if you drop an image, as a background image of a cover block, it automatically sets the overlay color for that cover block to match the most prominent color of the background image. Like things like that, they seem small, but over time, they just, you just drop that thing, and it just does it. And it&#8217;s like, this is nice. And it feels like a nice tool to use that just is intuitive. And I think there&#8217;s, we&#8217;ll see a lot of those things landing in this release that can just make the experience of working with WordPress and working in the Site Editor much, much nicer.</p>
  965.  
  966.  
  967.  
  968. <p>[00:23:41] <strong>Josepha:</strong> Yeah. I remember when I first ran into that particular thing, it was on the Showcase, our most recent redesign of it. We&#8217;re using that functionality in there before it was available in core. Obviously, I know, but it was really fascinating. I&#8217;m not great with color combinations. Like, I don&#8217;t have a sense for, like, oh, that&#8217;s the primary thing. That&#8217;s not. And so having that being done kind of automatically so that my stuff looks good anyway, despite what my color sense said to do or not. I thought it was great. Makes you look good as somebody who&#8217;s running a business. You don&#8217;t have to know how things work in order to have excellently functional, really beautiful things.</p>
  969.  
  970.  
  971.  
  972. <p>[00:24:21] <strong>Josepha:</strong> And I think that&#8217;s a great thing about all of our releases. Obviously, everything is supposed to work that way, but like this one has a lot of really cool things like that available. I think those are really the questions that I had. Is there anything you want to make sure to share before we kind of give last thoughts and head out?</p>
  973.  
  974.  
  975.  
  976. <p>[00:24:39] <strong>Dave:</strong> Yeah, I was, I was thinking a lot about, you know, the community we&#8217;ve got with WordPress, and I think that people outside of WordPress may not really understand that how amazing this community is that we&#8217;ve got here, but I wanted to say to people like don&#8217;t shy away from contributing to WordPress. I get that, you know, people like myself are fortunate enough to be sponsored to do it. But there&#8217;s always something that people can do, even if that&#8217;s just spending like 30 minutes testing a release or donating some of your time to run one of the meetings. It can really make a difference overall. Even just filing a bug report for something you see in WordPress 6.5 or testing 6.5 before it goes out, those little things do make a big difference. And if you&#8217;re not sure where to go, then we can signpost you with links, no doubt in this, in the podcast description with where where&#8217;s to go. But yeah, I just want to encourage people to get involved, basically.</p>
  977.  
  978.  
  979.  
  980. <p>[00:25:27] <strong>Josepha:</strong> Yeah. And it&#8217;s all working out in public, like we&#8217;ve got developers, designers, marketing folks, community folks like all doing this work out where everybody can see it. And so that, I know, can look really kind of overwhelming. But I want to just highlight, like, you don&#8217;t have to know everything about what&#8217;s happening in the project in order to get involved in the project. Like every small bit of contribution toward like finding a new bug or confirming that a bug happens across other devices, other setups, things like that, like those all help make things better and keep things moving as quickly as we are able to make them move. And so, yeah, I&#8217;ll second that every little thing that you think like that won&#8217;t make a difference. It does. We can&#8217;t tell that things are broken or things are working or things are in need of some care unless you highlight those for us. And this is the best way to do it is to show up and give 30 minutes to send out a group testing invite to your meetup group or whatever it is that you all have been thinking you should do, like, this is your sign. You can do it.</p>
  981.  
  982.  
  983.  
  984. <p>[00:26:34] <strong>Dave:</strong> Everyone should get involved if they can.</p>
  985.  
  986.  
  987.  
  988. <p>[00:26:37] <strong>Josepha:</strong> I agree. I agree. Dave, this has been such an excellent conversation. Thank you so much for joining me today.</p>
  989.  
  990.  
  991.  
  992. <p>[00:26:42] <strong>Dave:</strong> Oh, thank you very much. It&#8217;s a pleasure.</p>
  993.  
  994.  
  995.  
  996. <p>[00:26:43] (Music interlude)&nbsp;</p>
  997.  
  998.  
  999.  
  1000. <p>[00:26:49] <strong>Josepha:</strong> What an interesting release we&#8217;ve got coming out this week. I&#8217;m so glad you all made it this far in the pod, and now it&#8217;s time for our small list of big things.</p>
  1001.  
  1002.  
  1003.  
  1004. <p>[00:27:00] <strong>Josepha:</strong> First up, following up on the WordPress meetup reactivation project that we had in 2022, we aim to revive some meetup groups in big cities that are inactive or help the local WordPress community that are not yet part of our meetup chapter program to join our program. There is a post out on the community P2 on the community site. That is titled Asia Meetup Revival Project 2024. I&#8217;ll leave a link to that in the show notes if you want to read more about that and figure out how to get involved.</p>
  1005.  
  1006.  
  1007.  
  1008. <p>And speaking of getting involved, we have roughly a million meetings. Because it&#8217;s a new month, we&#8217;re in April now. New month, new opportunities. There are a lot of things happening in April. We will be coming out of a major release, obviously, and so there will be some minor release follow up to do. There will be a lot of discussion about what&#8217;s coming next, what&#8217;s in trunk, what&#8217;s not in trunk. But also a lot of work being done around our next big major events, our next big major training initiatives. There&#8217;s just so much happening. Spring is a time when we are looking at stuff that&#8217;s new, what we want to invest in, what we want to grow. And so if you have not attended one in a while or even at all if you&#8217;ve never attended a meeting in the community, then this is a great time to start and join your fellow community members trying to make WordPress better every day.</p>
  1009.  
  1010.  
  1011.  
  1012. <p>[00:28:23] <strong>Josepha:</strong> And then the final thing on our small list of big things is I am looking at helping to shift the focus of our WordPress marketing community. We&#8217;ve had a bit of a struggle over the years to figure out what our primary focus and our primary impact can be. So there&#8217;s a post up called &#8216;Making a WordPress Media Corps&#8217;. It&#8217;s gotten quite a bit of attention, and I do really think that it has a lot of potential for solving some of the issues that we have and kind of getting some quick wins into our recent history of that team so that we can move forward confidently together. So pop on over, give it a read, share your thoughts. And if you are one of these qualified media partners, also let us know.&nbsp;</p>
  1013.  
  1014.  
  1015.  
  1016. <p>[00:29:08] <strong>Josepha:</strong> That, my friends, is your small list of big things.</p>
  1017.  
  1018.  
  1019.  
  1020. <p>Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. And if you liked what you heard today, share it with a fellow WordPresser, or if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thank you for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>
  1021. ]]></content:encoded>
  1022. <enclosure url="https://wordpress.org/news/files/2024/04/WPB076.mp3" length="0" type="" />
  1023.  
  1024. <post-id xmlns="com-wordpress:feed-additions:1">17158</post-id> </item>
  1025. <item>
  1026. <title>WordPress 6.5 &#8220;Regina&#8221;</title>
  1027. <link>https://wordpress.org/news/2024/04/regina/</link>
  1028. <dc:creator><![CDATA[Matt Mullenweg]]></dc:creator>
  1029. <pubDate>Tue, 02 Apr 2024 18:42:28 +0000</pubDate>
  1030. <category><![CDATA[General]]></category>
  1031. <category><![CDATA[Releases]]></category>
  1032. <category><![CDATA[6.5]]></category>
  1033. <category><![CDATA[releases]]></category>
  1034. <guid isPermaLink="false">https://wordpress.org/news/?p=17132</guid>
  1035.  
  1036. <description><![CDATA[WordPress 6.5 "Regina" is here! Named in honor of Regina Carter, renowned jazz violinist and educator, this release was made possible by over 700 contributors. Download WordPress 6.5 “Regina” today.]]></description>
  1037. <content:encoded><![CDATA[
  1038. <figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="683" src="https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?resize=1024%2C683&#038;ssl=1" alt="WordPress 6.5 &quot;Regina&quot;" class="wp-image-17178" srcset="https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?resize=2048%2C1365&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?w=3000&amp;ssl=1 3000w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>
  1039.  
  1040.  
  1041.  
  1042. <p>Say hello to WordPress 6.5 “Regina,” inspired by the dynamic versatility of renowned jazz violinist <a href="https://en.wikipedia.org/wiki/Regina_Carter">Regina Carter</a>. An award-winning artist and storied jazz educator known for transcending genre, Regina’s technical foundations in classical music and deep understanding of jazz have earned her the reputation of boldly going beyond what’s possible with the violin.&nbsp;</p>
  1043.  
  1044.  
  1045.  
  1046. <p>Let the stunning twists and subtle turns of <a href="https://open.spotify.com/playlist/37i9dQZF1DZ06evO1WEiVo?si=534335c984804713" data-type="link" data-id="https://open.spotify.com/playlist/37i9dQZF1DZ06evO1WEiVo?si=534335c984804713">Regina’s genre-bending sound</a> surprise you as you explore everything 6.5 offers.</p>
  1047.  
  1048.  
  1049.  
  1050. <p>This latest version of WordPress puts more power into the details. It offers new and improved ways to fine-tune and enhance your site-building experience, letting you take control in ways that make it your own. You’ll find new ways to manage your site’s typography, more comprehensive revisions available in more places, and a collection of Site Editor updates paired with impressive performance gains to help you get things done smoother and faster.</p>
  1051.  
  1052.  
  1053.  
  1054. <p>&#8220;Regina&#8221; also marks the introduction of some breakthrough developer tools that will start transforming how you use and extend blocks to craft engaging experiences. The Interactivity API opens up a world of creative front-end possibilities, while the Block Bindings API makes dynamic connections between blocks and data seamless. These, among other developer-focused improvements and updates, are ready to help you evolve how you build with WordPress.</p>
  1055.  
  1056.  
  1057.  
  1058. <div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
  1059. <div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://wordpress.org/download/">Download WordPress 6.5 &#8220;Regina&#8221;</a></div>
  1060. </div>
  1061.  
  1062.  
  1063.  
  1064. <h2 class="wp-block-heading">What&#8217;s inside 6.5</h2>
  1065.  
  1066.  
  1067.  
  1068. <h3 class="wp-block-heading">Add and manage fonts across your site</h3>
  1069.  
  1070.  
  1071.  
  1072. <p>The new Font Library puts you in control of an essential piece of your site’s design—typography—without coding or extra steps. Effortlessly install, remove, and activate local and Google Fonts across your site for any Block theme. The ability to include custom typography collections gives site creators and publishers more options when it comes to styling content.</p>
  1073.  
  1074.  
  1075.  
  1076. <figure class="wp-block-image size-large"><img decoding="async" width="1024" height="656" src="https://i0.wp.com/wordpress.org/news/files/2024/04/Font-Manager-2.png?resize=1024%2C656&#038;ssl=1" alt="" class="wp-image-17167" srcset="https://i0.wp.com/wordpress.org/news/files/2024/04/Font-Manager-2.png?resize=1024%2C656&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/Font-Manager-2.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/Font-Manager-2.png?resize=768%2C492&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/Font-Manager-2.png?w=1320&amp;ssl=1 1320w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>
  1077.  
  1078.  
  1079.  
  1080. <h3 class="wp-block-heading">Get more from your revisions—including revisions for templates and template parts</h3>
  1081.  
  1082.  
  1083.  
  1084. <p>Work through creative projects with a more comprehensive picture of what’s been done—and what you can fall back on. Get details like time stamps, quick summaries, and a paginated list of all revisions. View revisions from the Style Book to see how changes impact every block. Revisions are also now available for templates and template parts.</p>
  1085.  
  1086.  
  1087.  
  1088. <figure class="wp-block-image size-large"><img decoding="async" width="1024" height="656" src="https://i0.wp.com/wordpress.org/news/files/2024/04/Revisions-1.png?resize=1024%2C656&#038;ssl=1" alt="" class="wp-image-17168" srcset="https://i0.wp.com/wordpress.org/news/files/2024/04/Revisions-1.png?resize=1024%2C656&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/Revisions-1.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/Revisions-1.png?resize=768%2C492&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/Revisions-1.png?w=1320&amp;ssl=1 1320w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>
  1089.  
  1090.  
  1091.  
  1092. <h3 class="wp-block-heading">Play with enhanced background and shadow tools</h3>
  1093.  
  1094.  
  1095.  
  1096. <ul>
  1097. <li>Control the size, repeat, and focal point options for background images in Group blocks so you can explore subtle or splashy ways to add visual interest to layouts.&nbsp;</li>
  1098.  
  1099.  
  1100.  
  1101. <li>Set aspect ratios for Cover block images and easily add color overlays that automatically source color from your chosen image.&nbsp;</li>
  1102.  
  1103.  
  1104.  
  1105. <li>Add box shadow support to more block types and create layouts with visual depth, or throw a little personality into your design.</li>
  1106. </ul>
  1107.  
  1108.  
  1109.  
  1110. <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="656" src="https://i0.wp.com/wordpress.org/news/files/2024/04/design-tools-1.png?resize=1024%2C656&#038;ssl=1" alt="" class="wp-image-17169" srcset="https://i0.wp.com/wordpress.org/news/files/2024/04/design-tools-1.png?resize=1024%2C656&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/design-tools-1.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/design-tools-1.png?resize=768%2C492&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/design-tools-1.png?w=1320&amp;ssl=1 1320w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>
  1111.  
  1112.  
  1113.  
  1114. <h3 class="wp-block-heading">Discover new Data Views</h3>
  1115.  
  1116.  
  1117.  
  1118. <p>Every piece of your site comes with a library of information and data—now, you can find what you need quickly and organize it however you like. Data views for pages, templates, patterns, and template parts let you see data in a table or grid view, with the option to toggle fields and make bulk changes.</p>
  1119.  
  1120.  
  1121.  
  1122. <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="656" src="https://i0.wp.com/wordpress.org/news/files/2024/04/Data-Views-1.png?resize=1024%2C656&#038;ssl=1" alt="" class="wp-image-17165" srcset="https://i0.wp.com/wordpress.org/news/files/2024/04/Data-Views-1.png?resize=1024%2C656&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/Data-Views-1.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/Data-Views-1.png?resize=768%2C492&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/Data-Views-1.png?w=1320&amp;ssl=1 1320w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>
  1123.  
  1124.  
  1125.  
  1126. <h3 class="wp-block-heading">Smoother drag-and-drop</h3>
  1127.  
  1128.  
  1129.  
  1130. <p>Feel the difference when you move things around, with helpful visual cues like displaced items in List View or frictionless dragging to anywhere in your workspace—from beginning to end.</p>
  1131.  
  1132.  
  1133.  
  1134. <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="656" src="https://i0.wp.com/wordpress.org/news/files/2024/04/drag-and-drop-1.png?resize=1024%2C656&#038;ssl=1" alt="" class="wp-image-17170" srcset="https://i0.wp.com/wordpress.org/news/files/2024/04/drag-and-drop-1.png?resize=1024%2C656&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/drag-and-drop-1.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/drag-and-drop-1.png?resize=768%2C492&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/drag-and-drop-1.png?w=1320&amp;ssl=1 1320w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>
  1135.  
  1136.  
  1137.  
  1138. <h3 class="wp-block-heading">Improved link controls</h3>
  1139.  
  1140.  
  1141.  
  1142. <p>Create and manage links easily with a more intuitive link-building experience, like a streamlined UI and a shortcut for copying links.</p>
  1143.  
  1144.  
  1145.  
  1146. <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="656" src="https://i0.wp.com/wordpress.org/news/files/2024/04/link-controls-1.png?resize=1024%2C656&#038;ssl=1" alt="" class="wp-image-17171" srcset="https://i0.wp.com/wordpress.org/news/files/2024/04/link-controls-1.png?resize=1024%2C656&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/link-controls-1.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/link-controls-1.png?resize=768%2C492&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/link-controls-1.png?w=1320&amp;ssl=1 1320w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>
  1147.  
  1148.  
  1149.  
  1150. <h2 class="wp-block-heading">What&#8217;s fresh for developers in 6.5</h2>
  1151.  
  1152.  
  1153.  
  1154. <h3 class="wp-block-heading">Bring interactions to blocks with the Interactivity API</h3>
  1155.  
  1156.  
  1157.  
  1158. <p>The <a href="https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/">Interactivity API</a> offers developers a standardized method for building interactive front-end experiences with blocks. It simplifies the process, with fewer dependencies on external tooling, while maintaining optimal performance. Use it to create memorable user experiences, like fetching search results instantly or letting visitors interact with content in real time.</p>
  1159.  
  1160.  
  1161.  
  1162. <h3 class="wp-block-heading">Connect blocks to custom fields or other dynamic content</h3>
  1163.  
  1164.  
  1165.  
  1166. <p>Link core block attributes to custom fields and use the value of custom fields without creating custom blocks. Powered by the <a href="https://make.wordpress.org/core/2024/03/06/new-feature-the-block-bindings-api/">Block Bindings API</a>, developers can extend this capability further to connect blocks to any dynamic content—even beyond custom fields. If there’s data stored elsewhere, easily point blocks to that new source with only a few lines of code.</p>
  1167.  
  1168.  
  1169.  
  1170. <h3 class="wp-block-heading">Add appearance tools to Classic themes</h3>
  1171.  
  1172.  
  1173.  
  1174. <p>Give designers and creators using Classic themes access to an upgraded design experience. Opt in to support for spacing, border, typography, and color options, even without using theme.json. Once support is enabled, more tools will be automatically added as they become available.</p>
  1175.  
  1176.  
  1177.  
  1178. <h3 class="wp-block-heading">Explore improvements to the plugin experience</h3>
  1179.  
  1180.  
  1181.  
  1182. <p>There&#8217;s now an <a href="https://make.wordpress.org/core/2024/03/05/introducing-plugin-dependencies-in-wordpress-6-5/">easier way to manage plugin dependencies</a>. Plugin authors can supply a new <code>Requires Plugins</code> header with a comma-separated list of required plugin slugs, presenting users with links to install and activate those plugins first.</p>
  1183.  
  1184.  
  1185.  
  1186. <h2 class="wp-block-heading">From fast to faster: Performance updates</h2>
  1187.  
  1188.  
  1189.  
  1190. <p>This release includes 110+ performance updates, resulting in an impressive increase in speed and efficiency across the Post Editor and Site Editor. Loading is over two times faster than in 6.4, with input processing speed up to five times faster than the previous release.</p>
  1191.  
  1192.  
  1193.  
  1194. <p>&nbsp;Translated sites see up to 25% improvement in load time for this release courtesy of <a href="https://make.wordpress.org/core/2024/02/27/i18n-improvements-6-5-performant-translations/">Performant Translations</a>. Additional performance highlights include <a href="https://make.wordpress.org/core/2024/02/23/wordpress-6-5-adds-avif-support/">AVIF image support</a> and improvements for <a href="https://make.wordpress.org/core/2024/02/29/performance-improvements-for-registering-block-variations-with-callbacks/">registering block variations with callbacks</a>.</p>
  1195.  
  1196.  
  1197.  
  1198. <h2 class="wp-block-heading">A tradition of inclusion</h2>
  1199.  
  1200.  
  1201.  
  1202. <p>This release includes more than 65 accessibility improvements across the platform, making it more accessible than ever. It contains an important fix that unblocks access to the admin submenus for screen reader users and others who navigate by keyboard. This release also adds fixes to color contrast in admin focus states, positioning of elements, and cursor focus, among many others, that help improve the WordPress experience for everyone.</p>
  1203.  
  1204.  
  1205.  
  1206. <h2 class="wp-block-heading">Learn more about WordPress 6.5</h2>
  1207.  
  1208.  
  1209.  
  1210. <p>Check out the new&nbsp;<a href="https://wordpress.org/download/releases/6-5/">WordPress 6.5 page</a>&nbsp;to learn more about the numerous enhancements and features of this release—including short demos of some of the highlighted features. </p>
  1211.  
  1212.  
  1213.  
  1214. <p>Explore <a href="https://learn.wordpress.org/">Learn WordPress</a> for quick how-to videos, <a href="https://learn.wordpress.org/social-learning/">online workshops</a>, and other free resources to level up your WordPress knowledge and skills.</p>
  1215.  
  1216.  
  1217.  
  1218. <p>Check out the <a href="https://make.wordpress.org/core/2024/03/15/wordpress-6-5-field-guide/">WordPress 6.5 Field Guide</a> for detailed technical information and <a href="https://make.wordpress.org/core/tag/dev-notes-6-5/">developer notes</a> to help you build with WordPress and get the most out of this release. Don’t forget to subscribe to the <a href="https://developer.wordpress.org/news/">Developer Blog</a> for developer updates, feature tutorials, and other helpful WordPress content from a developer perspective.</p>
  1219.  
  1220.  
  1221.  
  1222. <p>For more information about installation, file changes, fixes, and other updates, read the <a href="https://wordpress.org/documentation/wordpress-version/version-6-5/">6.5 release notes</a>.</p>
  1223.  
  1224.  
  1225.  
  1226. <h2 class="wp-block-heading">The 6.5 release squad</h2>
  1227.  
  1228.  
  1229.  
  1230. <p>Every release has many moving parts with its own triumphs and challenges. It takes a dedicated team of enthusiastic contributors to help keep things on track and moving smoothly. 6.5 is made possible by a cross-functional group of contributors, always ready to champion ideas, remove blockers, and resolve issues.</p>
  1231.  
  1232.  
  1233.  
  1234. <ul>
  1235. <li>Release Lead: <a href="https://profiles.wordpress.org/matt/">Matt Mullenweg</a></li>
  1236.  
  1237.  
  1238.  
  1239. <li>Release Coordinators: <a href="https://profiles.wordpress.org/akshayar/">Akshaya Rane</a>, <a href="https://profiles.wordpress.org/priethor/">Héctor Prieto</a>, <a href="https://profiles.wordpress.org/marybaum/">Mary Baum</a></li>
  1240.  
  1241.  
  1242.  
  1243. <li>Core Tech Leads: <a href="https://profiles.wordpress.org/davidbaumwald/">David Baumwald</a>, <a href="https://profiles.wordpress.org/swissspidy/">Pascal Birchler</a></li>
  1244.  
  1245.  
  1246.  
  1247. <li>Editor Tech Leads: <a href="https://profiles.wordpress.org/get_dave/">David Smith</a>, <a href="https://profiles.wordpress.org/youknowriad/">Riad Benguella</a></li>
  1248.  
  1249.  
  1250.  
  1251. <li>Core Triage Leads: <a href="https://profiles.wordpress.org/chaion07/">Ahmed Kabir Chaion</a>, <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras</a>, <a href="https://profiles.wordpress.org/rajinsharwar/">Rajin Sharwar</a></li>
  1252.  
  1253.  
  1254.  
  1255. <li>Editor Triage Leads: <a href="https://profiles.wordpress.org/annezazu/">Anne McCarthy</a>, <a href="https://profiles.wordpress.org/fabiankaegy/">Fabian Kägy</a></li>
  1256.  
  1257.  
  1258.  
  1259. <li>Design Leads: <a href="https://profiles.wordpress.org/benjamin_zekavica/">Benjamin Zekavica</a>, <a href="https://profiles.wordpress.org/richtabor/">Rich Tabor</a></li>
  1260.  
  1261.  
  1262.  
  1263. <li>Marketing and Communication Leads: <a href="https://profiles.wordpress.org/dansoschin/">Dan Soschin</a>, <a href="https://profiles.wordpress.org/laurlittle/">Lauren Stein</a></li>
  1264.  
  1265.  
  1266.  
  1267. <li>Documentation Leads: <a href="https://profiles.wordpress.org/estelaris/">Estela Rueda</a>, <a href="https://profiles.wordpress.org/leonnugraha/">Leonardus Nugraha</a>, <a href="https://profiles.wordpress.org/stevenlinx/">Steven Lin</a></li>
  1268.  
  1269.  
  1270.  
  1271. <li>Performance Leads: <a href="https://profiles.wordpress.org/joemcgill/">Joe McGill</a>, <a href="https://profiles.wordpress.org/mukesh27/">Mukesh Panchal</a></li>
  1272.  
  1273.  
  1274.  
  1275. <li>Test Leads: <a href="https://profiles.wordpress.org/oglekler/">Olga Gleckler</a>, <a href="https://profiles.wordpress.org/lumiblog/">Patrick Lumumba</a>, <a href="https://profiles.wordpress.org/vipuljnext/">Vipul Ghori</a></li>
  1276.  
  1277.  
  1278.  
  1279. <li>Default Themes Leads: <a href="https://profiles.wordpress.org/poena/">Carolina Nymark</a></li>
  1280. </ul>
  1281.  
  1282.  
  1283.  
  1284. <h2 class="wp-block-heading">Thank you, contributors</h2>
  1285.  
  1286.  
  1287.  
  1288. <p>WordPress believes in democratizing publishing and the <a href="https://opensource.org/osd-annotated">freedoms that come with open source</a>. Supporting this idea is a global and diverse community of people collaborating to strengthen the software.&nbsp;</p>
  1289.  
  1290.  
  1291.  
  1292. <p>WordPress 6.5 reflects the countless efforts and passion of around 700 contributors in at least 57 countries. This release also welcomed over 150 first-time contributors!</p>
  1293.  
  1294.  
  1295.  
  1296. <p>Their collaboration delivered more than 2,500 enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress open source community.</p>
  1297.  
  1298.  
  1299. <p class="is-style-wporg-props-long alignfull"><a href="https://profiles.wordpress.org/benniledl/">!Benni</a> · <a href="https://profiles.wordpress.org/_ck_/">_ck_</a> · <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin</a> · <a href="https://profiles.wordpress.org/aaronrobertshaw/">Aaron Robertshaw</a> · <a href="https://profiles.wordpress.org/abmamun007/">Abdullah Mamun</a> · <a href="https://profiles.wordpress.org/webcommsat/">Abha Thakor</a> · <a href="https://profiles.wordpress.org/fitehal/">Abhishek Deshpande</a> · <a href="https://profiles.wordpress.org/abletec/">abletec</a> · <a href="https://profiles.wordpress.org/acosmin/">acosmin</a> · <a href="https://profiles.wordpress.org/adampickering/">Adam Pickering</a> · <a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a> · <a href="https://profiles.wordpress.org/adarshposimyth/">Adarsh Akshat</a> · <a href="https://profiles.wordpress.org/ajmcfadyen/">admcfajn</a> · <a href="https://profiles.wordpress.org/chaion07/">Ahmed Chaion</a> · <a href="https://profiles.wordpress.org/engahmeds3ed/">Ahmed Saeed</a> · <a href="https://profiles.wordpress.org/ajithrn/">Ajith R N</a> · <a href="https://profiles.wordpress.org/skyakash12/">Akash Muchandikar</a> · <a href="https://profiles.wordpress.org/wildworks/">Aki Hamano</a> · <a href="https://profiles.wordpress.org/atachibana/">Akira Tachibana</a> · <a href="https://profiles.wordpress.org/akmelias/">akmelias</a> · <a href="https://profiles.wordpress.org/wpfy/">Akramul Hasan</a> · <a href="https://profiles.wordpress.org/akshayar/">Akshaya Rane</a> · <a href="https://profiles.wordpress.org/schlessera/">Alain Schlesser</a> · <a href="https://profiles.wordpress.org/alanfuller/">Alan Fuller</a> · <a href="https://profiles.wordpress.org/ahoereth/">Alex</a> · <a href="https://profiles.wordpress.org/xknown/">Alex Concha</a> · <a href="https://profiles.wordpress.org/alexkingorg/">Alex King</a> · <a href="https://profiles.wordpress.org/akirk/">Alex Kirk</a> · <a href="https://profiles.wordpress.org/ajlende/">Alex Lende</a> · <a href="https://profiles.wordpress.org/viper007bond/">Alex Mills</a> · <a href="https://profiles.wordpress.org/alexstine/">Alex Stine</a> · <a href="https://profiles.wordpress.org/alexandrebuffet/">Alexandre Buffet</a> · <a href="https://profiles.wordpress.org/alexanderkoledov/">AlexKole</a> · <a href="https://profiles.wordpress.org/alh0319/">Amber Hinds</a> · <a href="https://profiles.wordpress.org/sabreuse/">Amy Hendrix (sabreuse)</a> · <a href="https://profiles.wordpress.org/amykamala/">Amy Kamala</a> · <a href="https://profiles.wordpress.org/anandau14/">Anand Upadhyay</a> · <a href="https://profiles.wordpress.org/anlino/">Anders Nor&#233;n</a> · <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a> · <a href="https://profiles.wordpress.org/andraganescu/">Andrei Draganescu</a> · <a href="https://profiles.wordpress.org/euthelup/">Andrei Lupu</a> · <a href="https://profiles.wordpress.org/andrewhayward/">Andrew Hayward</a> · <a href="https://profiles.wordpress.org/l1nuxjedi/">Andrew Hutchings</a> · <a href="https://profiles.wordpress.org/nacin/">Andrew Nacin</a> · <a href="https://profiles.wordpress.org/norcross/">Andrew Norcross</a> · <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a> · <a href="https://profiles.wordpress.org/andrewserong/">Andrew Serong</a> · <a href="https://profiles.wordpress.org/andrewleap/">andrewleap</a> · <a href="https://profiles.wordpress.org/andbalashov/">Andrii Balashov</a> · <a href="https://profiles.wordpress.org/oandregal/">André Maneiro</a> · <a href="https://profiles.wordpress.org/afragen/">Andy Fragen</a> · <a href="https://profiles.wordpress.org/apeatling/">Andy Peatling</a> · <a href="https://profiles.wordpress.org/aneeshd16/">Aneesh Devasthale</a> · <a href="https://profiles.wordpress.org/ankit-k-gupta/">Ankit K Gupta</a> · <a href="https://profiles.wordpress.org/ankitmaru/">Ankit Panchal</a> · <a href="https://profiles.wordpress.org/annezazu/">Anne McCarthy</a> · <a href="https://profiles.wordpress.org/antpb/">Anthony Burchell</a> · <a href="https://profiles.wordpress.org/ant1busted/">Antoine</a> · <a href="https://profiles.wordpress.org/antonlukin/">Anton Lukin</a> · <a href="https://profiles.wordpress.org/atimmer/">Anton Timmermans</a> · <a href="https://profiles.wordpress.org/antonvlasenko/">Anton Vlasenko</a> · <a href="https://profiles.wordpress.org/lighthouse79/">Antonella</a> · <a href="https://profiles.wordpress.org/colomet/">Antonio D.</a> · <a href="https://profiles.wordpress.org/antonisme/">Antonis Lilis</a> · <a href="https://profiles.wordpress.org/arena94/">arena94</a> · <a href="https://profiles.wordpress.org/aristath/">Ari Stathopoulos</a> · <a href="https://profiles.wordpress.org/passoniate/">Arslan Kalwar</a> · <a href="https://profiles.wordpress.org/artemiosans/">Artemio Morales</a> · <a href="https://profiles.wordpress.org/arthur791004/">Arthur Chu</a> · <a href="https://profiles.wordpress.org/iamarunchaitanyajami/">Arun Chaitanya Jami</a> · <a href="https://profiles.wordpress.org/dextorlobo/">Arun Sharma</a> · <a href="https://profiles.wordpress.org/ideag/">Arunas Liuiza</a> · <a href="https://profiles.wordpress.org/iamasadpolash/">Asad Polash</a> · <a href="https://profiles.wordpress.org/ashfame/">Ashish Kumar (Ashfame)</a> · <a href="https://profiles.wordpress.org/mohonchandra/">Asish Chandra Mohon</a> · <a href="https://profiles.wordpress.org/audunmb/">audunmb</a> · <a href="https://profiles.wordpress.org/aurooba/">Aurooba Ahmed</a> · <a href="https://profiles.wordpress.org/filosofo/">Austin Matzko</a> · <a href="https://profiles.wordpress.org/axwax/">axwax</a> · <a href="https://profiles.wordpress.org/ayeshrajans/">Ayesh Karunaratne</a> · <a href="https://profiles.wordpress.org/beryldlg/">B&#233;ryl de La Grandi&#232;re</a> · <a href="https://profiles.wordpress.org/bahia0019/">bahia0019</a> · <a href="https://profiles.wordpress.org/balub/">Balu B</a> · <a href="https://profiles.wordpress.org/bangank36/">bangank36</a> · <a href="https://profiles.wordpress.org/barry/">Barry</a> · <a href="https://profiles.wordpress.org/barryhughes-1/">Barry</a> · <a href="https://profiles.wordpress.org/bartkalisz/">Bart Kalisz</a> · <a href="https://profiles.wordpress.org/bartkleinreesink/">bartkleinreesink</a> · <a href="https://profiles.wordpress.org/beafialho/">Beatriz Fialho</a> · <a href="https://profiles.wordpress.org/beaulebens/">Beau Lebens</a> · <a href="https://profiles.wordpress.org/bedas/">Beda</a> · <a href="https://profiles.wordpress.org/benharri/">ben</a> · <a href="https://profiles.wordpress.org/scruffian/">Ben Dwyer</a> · <a href="https://profiles.wordpress.org/ubernaut/">Ben Hansen</a> · <a href="https://profiles.wordpress.org/husobj/">Ben Huson</a> · <a href="https://profiles.wordpress.org/blobaugh/">Ben Lobaugh (blobaugh)</a> · <a href="https://profiles.wordpress.org/britner/">Ben Ritner - Kadence WP</a> · <a href="https://profiles.wordpress.org/retlehs/">Ben Word</a> · <a href="https://profiles.wordpress.org/benjamingosset/">Benjamin Gosset</a> · <a href="https://profiles.wordpress.org/benjamin_zekavica/">Benjamin Zekavica</a> · <a href="https://profiles.wordpress.org/benjaminknox/">benjaminknox</a> · <a href="https://profiles.wordpress.org/benoitchantre/">Benoit Chantre</a> · <a href="https://profiles.wordpress.org/benoitfouc/">benoitfouc</a> · <a href="https://profiles.wordpress.org/bernhard reiter/">Bernhard Reiter</a> · <a href="https://profiles.wordpress.org/bernhard-reiter/">bernhard-reiter</a> · <a href="https://profiles.wordpress.org/billseymour/">billseymour</a> · <a href="https://profiles.wordpress.org/bplv/">Biplav</a> · <a href="https://profiles.wordpress.org/bph/">Birgit Pauli-Haack</a> · <a href="https://profiles.wordpress.org/bobbingwide/">bobbingwide</a> · <a href="https://profiles.wordpress.org/boonebgorges/">Boone Gorges</a> · <a href="https://profiles.wordpress.org/born2webdesign/">born2webdesign</a> · <a href="https://profiles.wordpress.org/bjorsch/">Brad Jorsch</a> · <a href="https://profiles.wordpress.org/bradparbs/">Brad Parbs</a> · <a href="https://profiles.wordpress.org/williamsba1/">Brad Williams</a> · <a href="https://profiles.wordpress.org/kraftbj/">Brandon Kraft</a> · <a href="https://profiles.wordpress.org/drrobotnik/">Brandon Lavigne</a> · <a href="https://profiles.wordpress.org/ironprogrammer/">Brian Alexander</a> · <a href="https://profiles.wordpress.org/bacoords/">Brian Coords</a> · <a href="https://profiles.wordpress.org/fischfood/">Brian Fischer</a> · <a href="https://profiles.wordpress.org/bgardner/">Brian Gardner</a> · <a href="https://profiles.wordpress.org/masteradhoc/">Brian Haas</a> · <a href="https://profiles.wordpress.org/brianhenryie/">Brian Henry</a> · <a href="https://profiles.wordpress.org/brookemk/">Brooke</a> · <a href="https://profiles.wordpress.org/burnuser/">burnuser</a> · <a href="https://profiles.wordpress.org/icaleb/">Caleb Burks</a> · <a href="https://profiles.wordpress.org/ecc/">camya</a> · <a href="https://profiles.wordpress.org/karl94/">Carlo Cannas</a> · <a href="https://profiles.wordpress.org/cbravobernal/">Carlos Bravo</a> · <a href="https://profiles.wordpress.org/carlosgprim/">Carlos G. P.</a> · <a href="https://profiles.wordpress.org/poena/">Carolina Nymark</a> · <a href="https://profiles.wordpress.org/cenkdemir/">cenkdemir</a> · <a href="https://profiles.wordpress.org/cfinnberg/">cfinnberg</a> · <a href="https://profiles.wordpress.org/shireling/">Chad Chadbourne</a> · <a href="https://profiles.wordpress.org/chasedsiedu/">chased@si.edu</a> · <a href="https://profiles.wordpress.org/mel_cha/">chiilog (Chiaki Okamoto)</a> · <a href="https://profiles.wordpress.org/chouby/">Chouby</a> · <a href="https://profiles.wordpress.org/chrisdavidmiles/">Chris David Miles</a> · <a href="https://profiles.wordpress.org/jazzs3quence/">Chris Reynolds</a> · <a href="https://profiles.wordpress.org/chriscct7/">chriscct7</a> · <a href="https://profiles.wordpress.org/itschristiandale/">christian-dale</a> · <a href="https://profiles.wordpress.org/christopherplus/">Christopher</a> · <a href="https://profiles.wordpress.org/chrystl/">Chrystl</a> · <a href="https://profiles.wordpress.org/codepo8/">codepo8</a> · <a href="https://profiles.wordpress.org/cdevroe/">Colin Devroe</a> · <a href="https://profiles.wordpress.org/costdev/">Colin Stewart</a> · <a href="https://profiles.wordpress.org/colind/">colind</a> · <a href="https://profiles.wordpress.org/coreyw/">Corey Worrell</a> · <a href="https://profiles.wordpress.org/cbirdsong/">Cory Birdsong</a> · <a href="https://profiles.wordpress.org/courane01/">Courtney Robertson</a> · <a href="https://profiles.wordpress.org/creativeslice/">Creative Slice</a> · <a href="https://profiles.wordpress.org/crstauf/">crstauf</a> · <a href="https://profiles.wordpress.org/cwhitmore/">Cullen Whitmore</a> · <a href="https://profiles.wordpress.org/cu121/">Cupid Chakma</a> · <a href="https://profiles.wordpress.org/cvorko/">cvorko</a> · <a href="https://profiles.wordpress.org/didierjm/">cybeardjm</a> · <a href="https://profiles.wordpress.org/cyberchicken/">Cyberchicken</a> · <a href="https://profiles.wordpress.org/colorful-tones/">Damon Cook</a> · <a href="https://profiles.wordpress.org/dansoschin/">Dan Soschin</a> · <a href="https://profiles.wordpress.org/danielbachhuber/">Daniel Bachhuber</a> · <a href="https://profiles.wordpress.org/mzaweb/">Daniel Dvorkin</a> · <a href="https://profiles.wordpress.org/mapumba/">Daniel K&#228;fer</a> · <a href="https://profiles.wordpress.org/talldanwp/">Daniel Richards</a> · <a href="https://profiles.wordpress.org/schutzsmith/">Daniel Schutzsmith</a> · <a href="https://profiles.wordpress.org/danieldudzic/">danieldudzic</a> · <a href="https://profiles.wordpress.org/mte90/">Daniele Scasciafratte</a> · <a href="https://profiles.wordpress.org/danieltj/">danieltj</a> · <a href="https://profiles.wordpress.org/nerrad/">Darren Ethier (nerrad)</a> · <a href="https://profiles.wordpress.org/darshitrajyaguru97/">Darshit Rajyaguru</a> · <a href="https://profiles.wordpress.org/darssen/">darssen</a> · <a href="https://profiles.wordpress.org/darerodz/">David Arenas</a> · <a href="https://profiles.wordpress.org/dartiss/">David Artiss</a> · <a href="https://profiles.wordpress.org/davidbaumwald/">David Baumwald</a> · <a href="https://profiles.wordpress.org/davidbinda/">David Biňovec</a> · <a href="https://profiles.wordpress.org/dpcalhoun/">David Calhoun</a> · <a href="https://profiles.wordpress.org/dlh/">David Herrera</a> · <a href="https://profiles.wordpress.org/justlevine/">David Levine</a> · <a href="https://profiles.wordpress.org/dglingren/">David Lingren</a> · <a href="https://profiles.wordpress.org/davidperez/">David Perez</a> · <a href="https://profiles.wordpress.org/get_dave/">David Smith</a> · <a href="https://profiles.wordpress.org/dsas/">Dean Sas</a> · <a href="https://profiles.wordpress.org/denis-de-bernardy/">Denis de Bernardy</a> · <a href="https://profiles.wordpress.org/dingo_d/">Denis Žoljom</a> · <a href="https://profiles.wordpress.org/dionysous/">Dennis Hipp</a> · <a href="https://profiles.wordpress.org/dmsnell/">Dennis Snell</a> · <a href="https://profiles.wordpress.org/dennysdionigi/">Dennys Dionigi</a> · <a href="https://profiles.wordpress.org/derekblank/">Derek Blank</a> · <a href="https://profiles.wordpress.org/valendesigns/">Derek Herman</a> · <a href="https://profiles.wordpress.org/derekspringer/">Derek Springer</a> · <a href="https://profiles.wordpress.org/designsimply/">designsimply</a> · <a href="https://profiles.wordpress.org/desrosjbot/">Desrosj Bot</a> · <a href="https://profiles.wordpress.org/dernin/">Devin Curtis</a> · <a href="https://profiles.wordpress.org/dlocc/">Devin Walker</a> · <a href="https://profiles.wordpress.org/dharm1025/">Dharmesh Patel</a> · <a href="https://profiles.wordpress.org/dhrumilk/">Dhrumil Kumbhani</a> · <a href="https://profiles.wordpress.org/dhruvishah2203/">Dhruvi Shah</a> · <a href="https://profiles.wordpress.org/dilipbheda/">Dilip Bheda</a> · <a href="https://profiles.wordpress.org/dd32/">Dion Hulse</a> · <a href="https://profiles.wordpress.org/ocean90/">Dominik Schilling</a> · <a href="https://profiles.wordpress.org/dougal/">Dougal Campbell</a> · <a href="https://profiles.wordpress.org/drewapicture/">Drew Jaynes</a> · <a href="https://profiles.wordpress.org/lots0logs/">Dustin Falgout</a> · <a href="https://profiles.wordpress.org/elrae/">Earle Davies</a> · <a href="https://profiles.wordpress.org/ehtis/">Ehtisham Siddiqui</a> · <a href="https://profiles.wordpress.org/ellatrix/">Ella van Durpe</a> · <a href="https://profiles.wordpress.org/codex-m/">Emerson Maningo</a> · <a href="https://profiles.wordpress.org/emirpprime/">emirpprime</a> · <a href="https://profiles.wordpress.org/manooweb/">Emmanuel Hesry</a> · <a href="https://profiles.wordpress.org/endymion00/">Endymion00</a> · <a href="https://profiles.wordpress.org/enwikuna/">Enwikuna</a> · <a href="https://profiles.wordpress.org/ericlewis/">Eric Andrew Lewis</a> · <a href="https://profiles.wordpress.org/ethitter/">Erick Hitter</a> · <a href="https://profiles.wordpress.org/kebbet/">Erik</a> · <a href="https://profiles.wordpress.org/estelaris/">Estela Rueda</a> · <a href="https://profiles.wordpress.org/fabiankaegy/">Fabian Kägy</a> · <a href="https://profiles.wordpress.org/gaambo/">Fabian Todt</a> · <a href="https://profiles.wordpress.org/fabiorubioglio/">Fabio Rubioglio</a> · <a href="https://profiles.wordpress.org/faisalahammad/">Faisal Ahammad</a> · <a href="https://profiles.wordpress.org/faisalahmed29/">Faisal Ahmed</a> · <a href="https://profiles.wordpress.org/faisal03/">Faisal Alvi</a> · <a href="https://profiles.wordpress.org/fanly/">Fanly</a> · <a href="https://profiles.wordpress.org/feastdesignco/">Feast Design Co.</a> · <a href="https://profiles.wordpress.org/felipeelia/">Felipe Elia</a> · <a href="https://profiles.wordpress.org/flixos90/">Felix Arntz</a> · <a href="https://profiles.wordpress.org/fgiannar/">fgiannar</a> · <a href="https://profiles.wordpress.org/flhz/">Florent Hernandez</a> · <a href="https://profiles.wordpress.org/francina/">Francesca Marano</a> · <a href="https://profiles.wordpress.org/francescocarlucci/">FrancescoCarlucci</a> · <a href="https://profiles.wordpress.org/fotodrachen/">Frank J&#228;ger</a> · <a href="https://profiles.wordpress.org/nexflaszlo/">Frank Laszlo</a> · <a href="https://profiles.wordpress.org/wazeter/">Frank Wazeter</a> · <a href="https://profiles.wordpress.org/fushar/">fushar</a> · <a href="https://profiles.wordpress.org/gajendrasingh/">Gajendra Singh</a> · <a href="https://profiles.wordpress.org/ecgan/">Gan Eng Chin</a> · <a href="https://profiles.wordpress.org/garibiza/">Garbi&#241;e</a> · <a href="https://profiles.wordpress.org/pento/">Gary Pendergast</a> · <a href="https://profiles.wordpress.org/gavande1/">gavande1</a> · <a href="https://profiles.wordpress.org/soulseekah/">Gennady Kovshenin</a> · <a href="https://profiles.wordpress.org/mamaduka/">George Mamadashvili</a> · <a href="https://profiles.wordpress.org/georgestephanis/">George Stephanis</a> · <a href="https://profiles.wordpress.org/gerardreches/">Gerard Reches</a> · <a href="https://profiles.wordpress.org/geriux/">Gerardo Pacheco</a> · <a href="https://profiles.wordpress.org/girishpanchal/">Girish Panchal</a> · <a href="https://profiles.wordpress.org/giuseppemazzapica-1/">Giuseppe Mazzapica</a> · <a href="https://profiles.wordpress.org/glendaviesnz/">Glen Davies</a> · <a href="https://profiles.wordpress.org/goldenapples/">goldenapples</a> · <a href="https://profiles.wordpress.org/grantmkin/">Grant M. Kinney</a> · <a href="https://profiles.wordpress.org/gziolo/">Greg Ziółkowski</a> · <a href="https://profiles.wordpress.org/gregbenz/">gregbenz</a> · <a href="https://profiles.wordpress.org/wido/">Guido Scialfa</a> · <a href="https://profiles.wordpress.org/gvgvgvijayan/">gvgvgvijayan</a> · <a href="https://profiles.wordpress.org/poran766/">H.M. Mushfiqur Rahman</a> · <a href="https://profiles.wordpress.org/hanneslsm/">hanneslsm</a> · <a href="https://profiles.wordpress.org/hztyfoon/">Hanzala Taifun</a> · <a href="https://profiles.wordpress.org/hardik2221/">Hardik Raval</a> · <a href="https://profiles.wordpress.org/hareesh-pillai/">Hareesh S</a> · <a href="https://profiles.wordpress.org/harshgajipara/">Harsh Gajipara</a> · <a href="https://profiles.wordpress.org/harsh175/">Harsh Patel</a> · <a href="https://profiles.wordpress.org/hasanuzzamanshamim/">Hasanuzzaman Shamim</a> · <a href="https://profiles.wordpress.org/halounsbury/">Heather Wilkins</a> · <a href="https://profiles.wordpress.org/muhme/">Heiko L&#252;bbe</a> · <a href="https://profiles.wordpress.org/helen/">Helen Hou-Sandi</a> · <a href="https://profiles.wordpress.org/helgatheviking/">HelgaTheViking</a> · <a href="https://profiles.wordpress.org/tejwanihemant/">Hemant Tejwani</a> · <a href="https://profiles.wordpress.org/kurudrive/">Hidekazu Ishikawa</a> · <a href="https://profiles.wordpress.org/panchalhimani711/">Himani Panchal</a> · <a href="https://profiles.wordpress.org/hbhalodia/">Hit Bhalodia</a> · <a href="https://profiles.wordpress.org/hiteshtalpada/">Hitesh Talpada</a> · <a href="https://profiles.wordpress.org/h71/">Hossein</a> · <a href="https://profiles.wordpress.org/howdy_mcgee/">Howdy_McGee</a> · <a href="https://profiles.wordpress.org/hrrarya/">Hridoy Mozumder</a> · <a href="https://profiles.wordpress.org/hrithikd/">Hrithik Dalal</a> · <a href="https://profiles.wordpress.org/hlashbrooke/">Hugh Lashbrooke</a> · <a href="https://profiles.wordpress.org/ganon/">Hugo Chinchilla</a> · <a href="https://profiles.wordpress.org/hugod/">hugod</a> · <a href="https://profiles.wordpress.org/huubl/">huubl</a> · <a href="https://profiles.wordpress.org/huzaifaalmesbah/">Huzaifa Al Mesbah</a> · <a href="https://profiles.wordpress.org/priethor/">Héctor Prieto</a> · <a href="https://profiles.wordpress.org/ianbelanger/">Ian Belanger</a> · <a href="https://profiles.wordpress.org/iandunn/">Ian Dunn</a> · <a href="https://profiles.wordpress.org/idad5/">idad5</a> · <a href="https://profiles.wordpress.org/igmoweb/">Ignacio Cruz Moreno</a> · <a href="https://profiles.wordpress.org/ignatiusjeroe/">ignatiusjeroe</a> · <a href="https://profiles.wordpress.org/shaampk1/">Ihtisham Zahoor</a> · <a href="https://profiles.wordpress.org/fnpen/">Ilya Zolotov</a> · <a href="https://profiles.wordpress.org/isabel_brison/">Isabel Brison</a> · <a href="https://profiles.wordpress.org/iseulde/">iseulde</a> · <a href="https://profiles.wordpress.org/itpathsolutions/">IT Path Solutions</a> · <a href="https://profiles.wordpress.org/itecrs/">itecrs</a> · <a href="https://profiles.wordpress.org/ivanzhuck/">Ivan Zhuck</a> · <a href="https://profiles.wordpress.org/jacobcassidy/">Jacob Cassidy</a> · <a href="https://profiles.wordpress.org/jadpm/">jadpm</a> · <a href="https://profiles.wordpress.org/jamescollins/">James Collins</a> · <a href="https://profiles.wordpress.org/jameskoster/">James Koster</a> · <a href="https://profiles.wordpress.org/james roberts/">James Roberts</a> · <a href="https://profiles.wordpress.org/jamieblomerus/">Jamie Blomerus</a> · <a href="https://profiles.wordpress.org/perrelet/">Jamie Perrelet</a> · <a href="https://profiles.wordpress.org/janthiel/">Jan Thiel</a> · <a href="https://profiles.wordpress.org/jane/">jane</a> · <a href="https://profiles.wordpress.org/whiteshadow/">Janis Elsts</a> · <a href="https://profiles.wordpress.org/jsandtro/">jansan</a> · <a href="https://profiles.wordpress.org/japh/">Japh</a> · <a href="https://profiles.wordpress.org/jsnajdr/">Jarda Snajdr</a> · <a href="https://profiles.wordpress.org/jarednova/">jarednova</a> · <a href="https://profiles.wordpress.org/jason_the_adams/">Jason Adams</a> · <a href="https://profiles.wordpress.org/boogah/">Jason Cosper</a> · <a href="https://profiles.wordpress.org/pbking/">Jason Crist</a> · <a href="https://profiles.wordpress.org/coolmann/">Jason Crouse</a> · <a href="https://profiles.wordpress.org/jsnjohnston/">Jason Johnston</a> · <a href="https://profiles.wordpress.org/madtownlems/">Jason LeMahieu (MadtownLems)</a> · <a href="https://profiles.wordpress.org/javiercasares/">Javier Casares</a> · <a href="https://profiles.wordpress.org/jayadevankbh/">Jayadevan k</a> · <a href="https://profiles.wordpress.org/jbobich/">jbobich</a> · <a href="https://profiles.wordpress.org/audrasjb/">Jean-Baptiste Audras</a> · <a href="https://profiles.wordpress.org/jffng/">Jeff Ong</a> · <a href="https://profiles.wordpress.org/cheffheid/">Jeffrey de Wit</a> · <a href="https://profiles.wordpress.org/jeffpaul/">Jeffrey Paul</a> · <a href="https://profiles.wordpress.org/jdy68/">Jenny Dupuy</a> · <a href="https://profiles.wordpress.org/jeremyfelt/">Jeremy Felt</a> · <a href="https://profiles.wordpress.org/jeherve/">Jeremy Herve</a> · <a href="https://profiles.wordpress.org/jeryj/">jeryj</a> · <a href="https://profiles.wordpress.org/amieiro/">Jes&#250;s Amieiro</a> · <a href="https://profiles.wordpress.org/luminuu/">Jessica Lyschik</a> · <a href="https://profiles.wordpress.org/jghazally/">jghazally</a> · <a href="https://profiles.wordpress.org/jipmoors/">Jip Moors</a> · <a href="https://profiles.wordpress.org/jivygraphics/">jivygraphics</a> · <a href="https://profiles.wordpress.org/jltallon/">jltallon</a> · <a href="https://profiles.wordpress.org/joanrodas/">Joan</a> · <a href="https://profiles.wordpress.org/morehawes/">Joe</a> · <a href="https://profiles.wordpress.org/joedolson/">Joe Dolson</a> · <a href="https://profiles.wordpress.org/joehoyle/">Joe Hoyle</a> · <a href="https://profiles.wordpress.org/joemcgill/">Joe McGill</a> · <a href="https://profiles.wordpress.org/joelcj91/">Joel James</a> · <a href="https://profiles.wordpress.org/joen/">Joen Asmussen</a> · <a href="https://profiles.wordpress.org/johnbillion/">John Blackbourn</a> · <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby</a> · <a href="https://profiles.wordpress.org/johnciacia/">johnciacia</a> · <a href="https://profiles.wordpress.org/jb510/">Jon Brown</a> · <a href="https://profiles.wordpress.org/duck_/">Jon Cave</a> · <a href="https://profiles.wordpress.org/jonsurrell/">Jon Surrell</a> · <a href="https://profiles.wordpress.org/psykro/">Jonathan Bossenger</a> · <a href="https://profiles.wordpress.org/jbrinley/">Jonathan Brinley</a> · <a href="https://profiles.wordpress.org/desrosj/">Jonathan Desrosiers</a> · <a href="https://profiles.wordpress.org/spacedmonkey/">Jonny Harris</a> · <a href="https://profiles.wordpress.org/joppuyo/">joppuyo</a> · <a href="https://profiles.wordpress.org/jordesign/">jordesign</a> · <a href="https://profiles.wordpress.org/jorgefilipecosta/">Jorge Costa</a> · <a href="https://profiles.wordpress.org/jorgevilchez/">Jorge Vilchez</a> · <a href="https://profiles.wordpress.org/jornp/">jornp</a> · <a href="https://profiles.wordpress.org/joefusco/">Joseph Fusco</a> · <a href="https://profiles.wordpress.org/chanthaboune/">Josepha</a> · <a href="https://profiles.wordpress.org/joshcanhelp/">joshcanhelp</a> · <a href="https://profiles.wordpress.org/joshuatf/">joshuatf</a> · <a href="https://profiles.wordpress.org/joyously/">Joy</a> · <a href="https://profiles.wordpress.org/jrtashjian/">JR Tashjian</a> · <a href="https://profiles.wordpress.org/jsmoriss/">JS Morisset</a> · <a href="https://profiles.wordpress.org/juanfra/">Juan Aldasoro</a> · <a href="https://profiles.wordpress.org/juanmaguitar/">JuanMa Garrido</a> · <a href="https://profiles.wordpress.org/juhise/">Juhi Saxena</a> · <a href="https://profiles.wordpress.org/jrf/">Juliette Reinders Folmer</a> · <a href="https://profiles.wordpress.org/greenshady/">Justin Tadlock</a> · <a href="https://profiles.wordpress.org/ashikur698/">K M Ashikur Rahman</a> · <a href="https://profiles.wordpress.org/kadamwhite/">K. Adam White</a> · <a href="https://profiles.wordpress.org/kafleg/">KafleG</a> · <a href="https://profiles.wordpress.org/kevin940726/">Kai Hao</a> · <a href="https://profiles.wordpress.org/bosskhj/">Kamrul Hasan</a> · <a href="https://profiles.wordpress.org/karinclimber/">Kari Anderson</a> · <a href="https://profiles.wordpress.org/karlijnbk/">Karlijn Bok</a> · <a href="https://profiles.wordpress.org/karolmanijak/">Karol Manijak</a> · <a href="https://profiles.wordpress.org/thekt12/">Karthik Thayyil</a> · <a href="https://profiles.wordpress.org/tadamarketing/">Katka</a> · <a href="https://profiles.wordpress.org/kawsaralameven/">kawsaralameven</a> · <a href="https://profiles.wordpress.org/ryelle/">Kelly Choyce-Dwan</a> · <a href="https://profiles.wordpress.org/kbat82/">Kevin Batdorf</a> · <a href="https://profiles.wordpress.org/kevincoleman/">Kevin Coleman</a> · <a href="https://profiles.wordpress.org/ktaron/">Kevin Taron</a> · <a href="https://profiles.wordpress.org/kharisblank/">Kharis Sulistiyono</a> · <a href="https://profiles.wordpress.org/kirasong/">Kira Schroder</a> · <a href="https://profiles.wordpress.org/kishanjasani/">Kishan Jasani</a> · <a href="https://profiles.wordpress.org/kitchin/">kitchin</a> · <a href="https://profiles.wordpress.org/kjellr/">Kjell Reigstad</a> · <a href="https://profiles.wordpress.org/kkmuffme/">kkmuffme</a> · <a href="https://profiles.wordpress.org/knutsp/">Knut Sparhell</a> · <a href="https://profiles.wordpress.org/koen12344/">Koen Reus</a> · <a href="https://profiles.wordpress.org/koesper/">Koesper</a> · <a href="https://profiles.wordpress.org/obenland/">Konstantin Obenland</a> · <a href="https://profiles.wordpress.org/krupajnanda/">Krupa Nanda</a> · <a href="https://profiles.wordpress.org/krupalpanchal/">Krupal Panchal</a> · <a href="https://profiles.wordpress.org/kurtpayne/">Kurt Payne</a> · <a href="https://profiles.wordpress.org/kushang78/">Kushang Tailor</a> · <a href="https://profiles.wordpress.org/kdowns/">Kylen Downs</a> · <a href="https://profiles.wordpress.org/laumindproductscomau/">lau@mindproducts.com.au</a> · <a href="https://profiles.wordpress.org/lada7042/">Laura Adamonis</a> · <a href="https://profiles.wordpress.org/laurlittle/">Lauren Stein</a> · <a href="https://profiles.wordpress.org/wplmillet/">Laurent MILLET</a> · <a href="https://profiles.wordpress.org/lakshmananphp/">Lax Mariappan</a> · <a href="https://profiles.wordpress.org/0mirka00/">Lena Morita</a> · <a href="https://profiles.wordpress.org/munizleo/">Leo Muniz</a> · <a href="https://profiles.wordpress.org/leonnugraha/">Leonardus Nugraha</a> · <a href="https://profiles.wordpress.org/lgladdy/">Liam Gladdy</a> · <a href="https://profiles.wordpress.org/liammcarthur/">LiamMcArthur</a> · <a href="https://profiles.wordpress.org/rudlinkon/">Linkon Miyan</a> · <a href="https://profiles.wordpress.org/liviopv/">liviopv</a> · <a href="https://profiles.wordpress.org/lkraav/">lkraav</a> · <a href="https://profiles.wordpress.org/logikal16/">logikal16</a> · <a href="https://profiles.wordpress.org/thelovekesh/">Lovekesh Kumar</a> · <a href="https://profiles.wordpress.org/luboslives/">luboslives</a> · <a href="https://profiles.wordpress.org/lucasbustamante/">lucasbustamante</a> · <a href="https://profiles.wordpress.org/zaguiini/">Luis Felipe Zaguini</a> · <a href="https://profiles.wordpress.org/luisherranz/">Luis Herranz</a> · <a href="https://profiles.wordpress.org/lpawlik/">Lukas Pawlik</a> · <a href="https://profiles.wordpress.org/wpfed/">Lukasz</a> · <a href="https://profiles.wordpress.org/lukefiretoss/">Luke Cavanagh</a> · <a href="https://profiles.wordpress.org/maartenbelmans/">Maarten</a> · <a href="https://profiles.wordpress.org/mrdollu/">Madhu Dollu</a> · <a href="https://profiles.wordpress.org/madhudollu/">Madhu Dollu</a> · <a href="https://profiles.wordpress.org/onemaggie/">Maggie Cabrera</a> · <a href="https://profiles.wordpress.org/mhimon/">Mahbub Hasan Imon</a> · <a href="https://profiles.wordpress.org/mahnewr/">mahnewr</a> · <a href="https://profiles.wordpress.org/maahrokh/">Mahrokh</a> · <a href="https://profiles.wordpress.org/malae/">Malae</a> · <a href="https://profiles.wordpress.org/manfcarlo/">manfcarlo</a> · <a href="https://profiles.wordpress.org/manyourisms/">manyourisms</a> · <a href="https://profiles.wordpress.org/marc_j/">Marc_J</a> · <a href="https://profiles.wordpress.org/fullofcaffeine/">Marcelo de Moraes Serpa</a> · <a href="https://profiles.wordpress.org/mciampini/">Marco Ciampini</a> · <a href="https://profiles.wordpress.org/marcoevich/">Marcoevich</a> · <a href="https://profiles.wordpress.org/margolisj/">margolisj</a> · <a href="https://profiles.wordpress.org/chaton666/">Marie Comet</a> · <a href="https://profiles.wordpress.org/tyxla/">Marin Atanasov</a> · <a href="https://profiles.wordpress.org/santosguillamot/">Mario Santos</a> · <a href="https://profiles.wordpress.org/clorith/">Marius L. J.</a> · <a href="https://profiles.wordpress.org/markhowellsmead/">Mark Howells-Mead</a> · <a href="https://profiles.wordpress.org/markjaquith/">Mark Jaquith</a> · <a href="https://profiles.wordpress.org/markoheijnen/">Marko Heijnen</a> · <a href="https://profiles.wordpress.org/markoserb/">Marko Ivanovic</a> · <a href="https://profiles.wordpress.org/flootr/">Markus</a> · <a href="https://profiles.wordpress.org/martinkrcho/">martin.krcho</a> · <a href="https://profiles.wordpress.org/marybaum/">Mary Baum</a> · <a href="https://profiles.wordpress.org/mathewemoore/">mathewemoore</a> · <a href="https://profiles.wordpress.org/mmaattiiaass/">Matias Benedetto</a> · <a href="https://profiles.wordpress.org/matveb/">Matias Ventura</a> · <a href="https://profiles.wordpress.org/matiasrecondo77/">matiasrecondo77</a> · <a href="https://profiles.wordpress.org/matt/">Matt Mullenweg</a> · <a href="https://profiles.wordpress.org/matteoenna/">Matteo Enna</a> · <a href="https://profiles.wordpress.org/cadic/">Max Lyuchin</a> · <a href="https://profiles.wordpress.org/maxpertici/">Maxime Pertici</a> · <a href="https://profiles.wordpress.org/mayur8991/">Mayur Prajapati</a> · <a href="https://profiles.wordpress.org/mhshohel/">Md Hossain Shohel</a> · <a href="https://profiles.wordpress.org/hrshahin/">Md HR Shahin</a> · <a href="https://profiles.wordpress.org/megphillips91/">Meg Phillips</a> · <a href="https://profiles.wordpress.org/megane9988/">megane9988</a> · <a href="https://profiles.wordpress.org/meher/">Meher Bala</a> · <a href="https://profiles.wordpress.org/melchoyce/">Mel Choyce-Dwan</a> · <a href="https://profiles.wordpress.org/melcarthus/">melcarthus</a> · <a href="https://profiles.wordpress.org/meta4/">meta4</a> · <a href="https://profiles.wordpress.org/metropolis_john/">metropolis_john</a> · <a href="https://profiles.wordpress.org/254volkan/">mevolkan</a> · <a href="https://profiles.wordpress.org/wpscholar/">Micah Wood</a> · <a href="https://profiles.wordpress.org/mshowes/">Michael Showes</a> · <a href="https://profiles.wordpress.org/czapla/">Michal Czaplinski</a> · <a href="https://profiles.wordpress.org/michalooki/">Michalooki</a> · <a href="https://profiles.wordpress.org/mcsf/">Miguel Fonseca</a> · <a href="https://profiles.wordpress.org/miguelsansegundo/">miguelsansegundo</a> · <a href="https://profiles.wordpress.org/miikkamakela/">Miikka</a> · <a href="https://profiles.wordpress.org/mbijon/">Mike Bijon</a> · <a href="https://profiles.wordpress.org/mikejolley/">Mike Jolley (a11n)</a> · <a href="https://profiles.wordpress.org/mikeschinkel/">Mike Schinkel</a> · <a href="https://profiles.wordpress.org/mikeschroder/">Mike Schroder</a> · <a href="https://profiles.wordpress.org/mikinc860/">Mikin Chauhan</a> · <a href="https://profiles.wordpress.org/gonzomir/">Milen Petrinski - Gonzo</a> · <a href="https://profiles.wordpress.org/mimitips/">mimi</a> · <a href="https://profiles.wordpress.org/mkismy/">mkismy</a> · <a href="https://profiles.wordpress.org/mnydigital/">mnydigital</a> · <a href="https://profiles.wordpress.org/batmoo/">Mohammad Jangda</a> · <a href="https://profiles.wordpress.org/boemedia/">Monique Dubbelman</a> · <a href="https://profiles.wordpress.org/monzuralam/">Monzur Alam</a> · <a href="https://profiles.wordpress.org/man4toman/">Morteza Geransayeh</a> · <a href="https://profiles.wordpress.org/mreishus/">mreishus</a> · <a href="https://profiles.wordpress.org/mrwweb/">mrwweb</a> · <a href="https://profiles.wordpress.org/seusmaniqbal/">Muhammad Usman Iqbal</a> · <a href="https://profiles.wordpress.org/devmuhib/">Muhibul Haque</a> · <a href="https://profiles.wordpress.org/mujuonly/">mujuonly</a> · <a href="https://profiles.wordpress.org/mukesh27/">Mukesh Panchal</a> · <a href="https://profiles.wordpress.org/faguni22/">Mumtahina Faguni</a> · <a href="https://profiles.wordpress.org/tanjimtc71/">Musarrat Anjum Chowdhury</a> · <a href="https://profiles.wordpress.org/nahidkhanseo/">Nahid Khan</a> · <a href="https://profiles.wordpress.org/naoki0h/">Naoki Ohashi</a> · <a href="https://profiles.wordpress.org/nareshbheda/">Naresh Bheda</a> · <a href="https://profiles.wordpress.org/nateallen/">Nate Allen</a> · <a href="https://profiles.wordpress.org/navjotjsingh/">Navjot Singh</a> · <a href="https://profiles.wordpress.org/nhrrob/">Nazmul Hasan Robin</a> · <a href="https://profiles.wordpress.org/neffff/">neffff</a> · <a href="https://profiles.wordpress.org/neilorangepeel/">Neil Hainsworth</a> · <a href="https://profiles.wordpress.org/nendeb55/">nendeb</a> · <a href="https://profiles.wordpress.org/nerdpressteam/">NerdPress</a> · <a href="https://profiles.wordpress.org/ndiego/">Nick Diego</a> · <a href="https://profiles.wordpress.org/celloexpressions/">Nick Halsey</a> · <a href="https://profiles.wordpress.org/sessioncookiemonster/">Nick Martianov</a> · <a href="https://profiles.wordpress.org/nickpagz/">nickpagz</a> · <a href="https://profiles.wordpress.org/nico23/">Nico</a> · <a href="https://profiles.wordpress.org/nicolefurlan/">Nicole Furlan</a> · <a href="https://profiles.wordpress.org/bgnicolepaschen/">Nicole Paschen Caylor</a> · <a href="https://profiles.wordpress.org/nidhidhandhukiya/">nidhidhandhukiya</a> · <a href="https://profiles.wordpress.org/nielslange/">Niels Lange</a> · <a href="https://profiles.wordpress.org/nihar007/">Nihar Ranjan Das</a> · <a href="https://profiles.wordpress.org/ntsekouras/">Nik Tsekouras</a> · <a href="https://profiles.wordpress.org/nko/">Nikita</a> · <a href="https://profiles.wordpress.org/nikmeyer/">nikmeyer</a> · <a href="https://profiles.wordpress.org/rabmalin/">Nilambar Sharma</a> · <a href="https://profiles.wordpress.org/nilovelez/">Nilo Velez</a> · <a href="https://profiles.wordpress.org/dhrupo/">Niluthpal Purkayastha</a> · <a href="https://profiles.wordpress.org/niravsherasiya7707/">Nirav Sherasiya</a> · <a href="https://profiles.wordpress.org/nithi22/">Nithin John</a> · <a href="https://profiles.wordpress.org/nithins53/">Nithin SreeRaj</a> · <a href="https://profiles.wordpress.org/noahtallen/">Noah Allen</a> · <a href="https://profiles.wordpress.org/nosilver4u/">nosilver4u</a> · <a href="https://profiles.wordpress.org/nvwd/">Nowell VanHoesen</a> · <a href="https://profiles.wordpress.org/nudge/">Nudge Themes</a> · <a href="https://profiles.wordpress.org/nwjames/">nwjames</a> · <a href="https://profiles.wordpress.org/obliviousharmony/">obliviousharmony</a> · <a href="https://profiles.wordpress.org/ockham/">ockham</a> · <a href="https://profiles.wordpress.org/oguzkocer/">oguzkocer</a> · <a href="https://profiles.wordpress.org/okat/">okat</a> · <a href="https://profiles.wordpress.org/dargus/">Old account</a> · <a href="https://profiles.wordpress.org/olegfuture/">olegfuture</a> · <a href="https://profiles.wordpress.org/oglekler/">Olga Gleckler</a> · <a href="https://profiles.wordpress.org/paaljoachim/">Paal Joachim Romdahl</a> · <a href="https://profiles.wordpress.org/pablohoneyhoney/">Pablo Honey</a> · <a href="https://profiles.wordpress.org/pacicio/">Pacicio</a> · <a href="https://profiles.wordpress.org/pannelars/">pannelars</a> · <a href="https://profiles.wordpress.org/partyfrikadelle/">partyfrikadelle</a> · <a href="https://profiles.wordpress.org/swissspidy/">Pascal Birchler</a> · <a href="https://profiles.wordpress.org/patricia70/">Patricia BT</a> · <a href="https://profiles.wordpress.org/lumiblog/">Patrick Lumumba</a> · <a href="https://profiles.wordpress.org/pbearne/">Paul Bearne</a> · <a href="https://profiles.wordpress.org/pbiron/">Paul Biron</a> · <a href="https://profiles.wordpress.org/pauldewouters/">Paul de Wouters</a> · <a href="https://profiles.wordpress.org/paulkevan/">Paul Kevan</a> · <a href="https://profiles.wordpress.org/djpaul/">Paul Wong-Gibbs</a> · <a href="https://profiles.wordpress.org/pavelevap/">pavelevap</a> · <a href="https://profiles.wordpress.org/pbaylies/">Peter Baylies</a> · <a href="https://profiles.wordpress.org/provenself/">Peter Rubin</a> · <a href="https://profiles.wordpress.org/westi/">Peter Westwood</a> · <a href="https://profiles.wordpress.org/peterwilsoncc/">Peter Wilson</a> · <a href="https://profiles.wordpress.org/petitphp/">petitphp</a> · <a href="https://profiles.wordpress.org/tyrannous/">Philipp Bammes</a> · <a href="https://profiles.wordpress.org/philipp15b/">Philipp15b</a> · <a href="https://profiles.wordpress.org/phillsav/">Phill</a> · <a href="https://profiles.wordpress.org/nekojonez/">Pieterjan Deneys</a> · <a href="https://profiles.wordpress.org/mordauk/">Pippin Williamson</a> · <a href="https://profiles.wordpress.org/pitamdey/">Pitam Dey</a> · <a href="https://profiles.wordpress.org/pmeenan/">pmeenan</a> · <a href="https://profiles.wordpress.org/webtechpooja/">Pooja Derashri</a> · <a href="https://profiles.wordpress.org/pooja1210/">Pooja N Muchandikar</a> · <a href="https://profiles.wordpress.org/pooja9712/">pooja9712</a> · <a href="https://profiles.wordpress.org/pouicpouic/">pouicpouic</a> · <a href="https://profiles.wordpress.org/pmbaldha/">Prashant Baldha</a> · <a href="https://profiles.wordpress.org/pratikthink/">Pratik Kumar</a> · <a href="https://profiles.wordpress.org/pratiklondhe/">Pratik Londhe</a> · <a href="https://profiles.wordpress.org/freewebmentor/">Prem Tiwari</a> · <a href="https://profiles.wordpress.org/presskopp/">Presskopp</a> · <a href="https://profiles.wordpress.org/presstoke/">presstoke</a> · <a href="https://profiles.wordpress.org/prionkor/">prionkor</a> · <a href="https://profiles.wordpress.org/rafiq91/">Rafiq</a> · <a href="https://profiles.wordpress.org/rajinsharwar/">Rajin Sharwar</a> · <a href="https://profiles.wordpress.org/rahmohn/">Ramon Ahnert</a> · <a href="https://profiles.wordpress.org/rcorrales/">Ramon Corrales</a> · <a href="https://profiles.wordpress.org/ramonopoly/">Ramon James</a> · <a href="https://profiles.wordpress.org/rashiguptaa/">Rashi Gupta</a> · <a href="https://profiles.wordpress.org/ratneshsonar/">Ratnesh Sonar</a> · <a href="https://profiles.wordpress.org/rawrly/">rawrly</a> · <a href="https://profiles.wordpress.org/rcain/">rcain</a> · <a href="https://profiles.wordpress.org/rebasaurus/">rebasaurus</a> · <a href="https://profiles.wordpress.org/tabrisrp/">Remy Perona</a> · <a href="https://profiles.wordpress.org/renathoc/">Renatho (a11n)</a> · <a href="https://profiles.wordpress.org/renehermi/">Rene Hermenau</a> · <a href="https://profiles.wordpress.org/retrofox/">retrofox</a> · <a href="https://profiles.wordpress.org/youknowriad/">Riad Benguella</a> · <a href="https://profiles.wordpress.org/rdcoll/">Rich Collier</a> · <a href="https://profiles.wordpress.org/richtabor/">Rich Tabor</a> · <a href="https://profiles.wordpress.org/rcreators/">Rishi Mehta</a> · <a href="https://profiles.wordpress.org/rishishah/">Rishi Shah</a> · <a href="https://profiles.wordpress.org/noisysocks/">Robert Anderson</a> · <a href="https://profiles.wordpress.org/ravanh/">Rolf Allard van Hagen</a> · <a href="https://profiles.wordpress.org/room34/">room34</a> · <a href="https://profiles.wordpress.org/ryan/">Ryan Boren</a> · <a href="https://profiles.wordpress.org/rmccue/">Ryan McCue</a> · <a href="https://profiles.wordpress.org/welcher/">Ryan Welcher</a> · <a href="https://profiles.wordpress.org/pogidude/">Ryann Micua</a> · <a href="https://profiles.wordpress.org/looswebstudio/">Ryo</a> · <a href="https://profiles.wordpress.org/sereedmedia/">S&#233; Reed</a> · <a href="https://profiles.wordpress.org/sebastienserre/">S&#233;bastien SERRE</a> · <a href="https://profiles.wordpress.org/sabbirshouvo/">Sabbir Hasan</a> · <a href="https://profiles.wordpress.org/sachyya-sachet/">Sachyya</a> · <a href="https://profiles.wordpress.org/sadizaman/">Sadi Mohammad Zaman</a> · <a href="https://profiles.wordpress.org/sadpencil/">sadpencil</a> · <a href="https://profiles.wordpress.org/introvertedbot/">Sahil</a> · <a href="https://profiles.wordpress.org/tohincoderex/">Saiduzzaman Tohin</a> · <a href="https://profiles.wordpress.org/sakibsnaz/">Sakib MD Nazmush</a> · <a href="https://profiles.wordpress.org/salcode/">Sal Ferrarello</a> · <a href="https://profiles.wordpress.org/samba45/">samba45</a> · <a href="https://profiles.wordpress.org/viralsampat/">Sampat Viral</a> · <a href="https://profiles.wordpress.org/kim88/">Samuel R&#252;egger</a> · <a href="https://profiles.wordpress.org/samuelsidler/">Samuel Sidler</a> · <a href="https://profiles.wordpress.org/otto42/">Samuel Wood (Otto)</a> · <a href="https://profiles.wordpress.org/sacerro/">Santiago Cerro L&#243;pez</a> · <a href="https://profiles.wordpress.org/mikachan/">Sarah Norris</a> · <a href="https://profiles.wordpress.org/sarathar/">Sarath AR</a> · <a href="https://profiles.wordpress.org/satishprajapati/">Satish Prajapati</a> · <a href="https://profiles.wordpress.org/hellosatya/">Satyam Vishwakarma (Satya)</a> · <a href="https://profiles.wordpress.org/saxonfletcher/">Saxon Fletcher</a> · <a href="https://profiles.wordpress.org/saxonafletcher/">Saxon Fletcher</a> · <a href="https://profiles.wordpress.org/sayful/">Sayful Islam</a> · <a href="https://profiles.wordpress.org/sc0ttkclark/">Scott Kingsley Clark</a> · <a href="https://profiles.wordpress.org/coffee2code/">Scott Reilly</a> · <a href="https://profiles.wordpress.org/wonderboymusic/">Scott Taylor</a> · <a href="https://profiles.wordpress.org/scribu/">scribu</a> · <a href="https://profiles.wordpress.org/sean212/">Sean Fisher</a> · <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a> · <a href="https://profiles.wordpress.org/sgr33n/">Sergio De Falco</a> · <a href="https://profiles.wordpress.org/smrubenstein/">Seth Rubenstein</a> · <a href="https://profiles.wordpress.org/shahariaazam/">Shaharia Azam</a> · <a href="https://profiles.wordpress.org/shailu25/">Shail Mehta</a> · <a href="https://profiles.wordpress.org/shanef/">ShaneF</a> · <a href="https://profiles.wordpress.org/cafenoirdesign/">Shannon Smith</a> · <a href="https://profiles.wordpress.org/shaunandrews/">shaunandrews</a> · <a href="https://profiles.wordpress.org/shooper/">Shawn Hooper</a> · <a href="https://profiles.wordpress.org/shidouhikari/">shidouhikari</a> · <a href="https://profiles.wordpress.org/shiponkarmakar/">Shipon Karmakar</a> · <a href="https://profiles.wordpress.org/shreyash3087/">Shreyash Srivastava</a> · <a href="https://profiles.wordpress.org/shubhamsedani/">Shubham Sedani</a> · <a href="https://profiles.wordpress.org/rsiddharth/">siddharth ravikumar</a> · <a href="https://profiles.wordpress.org/siobhyb/">Siobhan</a> · <a href="https://profiles.wordpress.org/sirajummahdi/">Sirajum Mahdi</a> · <a href="https://profiles.wordpress.org/sjregan/">sjregan</a> · <a href="https://profiles.wordpress.org/soean/">Soren Wrede</a> · <a href="https://profiles.wordpress.org/virtality-marketing-solutions/">SourceView</a> · <a href="https://profiles.wordpress.org/sruthi89/">sruthi89</a> · <a href="https://profiles.wordpress.org/stacimc/">stacimc</a> · <a href="https://profiles.wordpress.org/ryokuhi/">Stefano Minoia</a> · <a href="https://profiles.wordpress.org/sabernhardt/">Stephen Bernhardt</a> · <a href="https://profiles.wordpress.org/stephencronin/">Stephen Cronin</a> · <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar</a> · <a href="https://profiles.wordpress.org/stephenh1988/">Stephen Harris</a> · <a href="https://profiles.wordpress.org/stevenlinx/">Steven Lin</a> · <a href="https://profiles.wordpress.org/strarsis/">strarsis</a> · <a href="https://profiles.wordpress.org/subrataemfluence/">Subrata Sarkar</a> · <a href="https://profiles.wordpress.org/sumisubedi/">Sumi Subedi</a> · <a href="https://profiles.wordpress.org/sumitbagthariya16/">Sumit Bagthariya</a> · <a href="https://profiles.wordpress.org/sumitsingh/">Sumit Singh</a> · <a href="https://profiles.wordpress.org/sunil25393/">SunilPrajapati</a> · <a href="https://profiles.wordpress.org/svitlana41319/">Svitlana Sukhoveiko</a> · <a href="https://profiles.wordpress.org/syamraj24/">syamraj24</a> · <a href="https://profiles.wordpress.org/cybr/">Sybre Waaijer</a> · <a href="https://profiles.wordpress.org/smub/">Syed Balkhi</a> · <a href="https://profiles.wordpress.org/nuhel/">Syed Nuhel</a> · <a href="https://profiles.wordpress.org/synchro/">Synchro</a> · <a href="https://profiles.wordpress.org/iamtakashi/">Takashi Irie</a> · <a href="https://profiles.wordpress.org/inc2734/">Takashi Kitajima</a> · <a href="https://profiles.wordpress.org/karmatosed/">Tammie Lister</a> · <a href="https://profiles.wordpress.org/voboghure/">Tapan Kumer Das</a> · <a href="https://profiles.wordpress.org/sparklingrobots/">Tara King</a> · <a href="https://profiles.wordpress.org/buley/">Taylor</a> · <a href="https://profiles.wordpress.org/taylorde/">Taylor Dewey</a> · <a href="https://profiles.wordpress.org/taylorgorman/">Taylor Gorman</a> · <a href="https://profiles.wordpress.org/tazotodua/">tazotodua</a> · <a href="https://profiles.wordpress.org/tykoted/">Teddy Patriarca</a> · <a href="https://profiles.wordpress.org/tellyworth/">Tellyworth</a> · <a href="https://profiles.wordpress.org/thakordarshil/">Thakor Darshil</a> · <a href="https://profiles.wordpress.org/themes-1/">them.es</a> · <a href="https://profiles.wordpress.org/thinkluke/">thinkluke</a> · <a href="https://profiles.wordpress.org/griffinjt/">Thomas Griffin</a> · <a href="https://profiles.wordpress.org/kraftner/">Thomas Kr&#228;ftner</a> · <a href="https://profiles.wordpress.org/threadi/">threadi</a> · <a href="https://profiles.wordpress.org/tnolte/">Tim Nolte</a> · <a href="https://profiles.wordpress.org/timbroddin/">timbroddin</a> · <a href="https://profiles.wordpress.org/spaceshipone/">Timoth&#233;e Brosille</a> · <a href="https://profiles.wordpress.org/timothyblynjacobs/">Timothy Jacobs</a> · <a href="https://profiles.wordpress.org/tmatsuur/">tmatsuur</a> · <a href="https://profiles.wordpress.org/tobiasbg/">TobiasBg</a> · <a href="https://profiles.wordpress.org/tobifjellner/">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href="https://profiles.wordpress.org/tomybyte/">Tom</a> · <a href="https://profiles.wordpress.org/tomjcafferkey/">Tom Cafferkey</a> · <a href="https://profiles.wordpress.org/hifidesign/">Tom Finley</a> · <a href="https://profiles.wordpress.org/tjnowell/">Tom J Nowell</a> · <a href="https://profiles.wordpress.org/tomluckies/">tomluckies</a> · <a href="https://profiles.wordpress.org/shimotomoki/">Tomoki Shimomura</a> · <a href="https://profiles.wordpress.org/tomsommer/">tomsommer</a> · <a href="https://profiles.wordpress.org/tomxygen/">tomxygen</a> · <a href="https://profiles.wordpress.org/skithund/">Toni Viemer&#246;</a> · <a href="https://profiles.wordpress.org/starbuck/">Tony G</a> · <a href="https://profiles.wordpress.org/hellofromtonya/">Tonya Mork</a> · <a href="https://profiles.wordpress.org/toro_unit/">Toro_Unit (Hiroshi Urabe)</a> · <a href="https://profiles.wordpress.org/torres126/">torres126</a> · <a href="https://profiles.wordpress.org/zodiac1978/">Torsten Landsiedel</a> · <a href="https://profiles.wordpress.org/toru/">Toru Miki</a> · <a href="https://profiles.wordpress.org/toscho/">toscho</a> · <a href="https://profiles.wordpress.org/wpsmith/">Travis Smith</a> · <a href="https://profiles.wordpress.org/tropicalista/">tropicalista</a> · <a href="https://profiles.wordpress.org/truptikanzariya/">Trupti Kanzariya</a> · <a href="https://profiles.wordpress.org/ugyensupport/">Ugyen Dorji</a> · <a href="https://profiles.wordpress.org/upadalavipul/">upadalavipul</a> · <a href="https://profiles.wordpress.org/up1512001/">Utsav Patel</a> · <a href="https://profiles.wordpress.org/utsav72640/">Utsav tilava</a> · <a href="https://profiles.wordpress.org/ukdrahul/">Uttam Kumar Dash</a> · <a href="https://profiles.wordpress.org/eboxnet/">Vagelis</a> · <a href="https://profiles.wordpress.org/valerogarte/">valerogarte</a> · <a href="https://profiles.wordpress.org/vcanales/">Vicente Canales</a> · <a href="https://profiles.wordpress.org/vikram6/">vikram6</a> · <a href="https://profiles.wordpress.org/viliamkopecky/">viliamkopecky</a> · <a href="https://profiles.wordpress.org/vipuljnext/">Vipul Ghori</a> · <a href="https://profiles.wordpress.org/vivekawsm/">vivekawsm</a> · <a href="https://profiles.wordpress.org/vladimiraus/">vladimiraus</a> · <a href="https://profiles.wordpress.org/vortfu/">vortfu</a> · <a href="https://profiles.wordpress.org/vrajadas/">Vraja Das</a> · <a href="https://profiles.wordpress.org/wasiur195/">Wasiur Rahman</a> · <a href="https://profiles.wordpress.org/welaunchio/">welaunchio</a> · <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a> · <a href="https://profiles.wordpress.org/whsajid/">WHSajid</a> · <a href="https://profiles.wordpress.org/wpcorner/">WP Corner</a> · <a href="https://profiles.wordpress.org/xlthlx/">xlthlx</a> · <a href="https://profiles.wordpress.org/yansern/">Yan Sern</a> · <a href="https://profiles.wordpress.org/yguyon/">Yannis Guyon</a> · <a href="https://profiles.wordpress.org/fierevere/">Yui</a> · <a href="https://profiles.wordpress.org/yuliyan/">Yuliyan Slavchev</a> · <a href="https://profiles.wordpress.org/yuvrajsinh2211/">Yuvrajsinh Sisodiya</a> · <a href="https://profiles.wordpress.org/tollmanz/">Zack Tollman</a> · <a href="https://profiles.wordpress.org/zanematthew/">Zane Matthew</a> · <a href="https://profiles.wordpress.org/zebaafiashama/">Zeba Afia Shama</a> · <a href="https://profiles.wordpress.org/zieladam/">zieladam</a> · <a href="https://profiles.wordpress.org/zunaid321/">Zunaid Amin</a> · <a href="https://profiles.wordpress.org/chesio/">Česlav Przywara</a></p>
  1300.  
  1301.  
  1302.  
  1303. <p>Over <a href="https://translate.wordpress.org/stats/">70 locales have translated 90 percent</a> or more of WordPress 6.5 into their language. Community translators are working hard to ensure more translations are on their way. Thank you to everyone who helps make WordPress available in 200 languages.</p>
  1304.  
  1305.  
  1306.  
  1307. <p>Last but not least, thanks to the volunteers who contribute to the <a href="https://wordpress.org/support/">support forums</a> by answering questions from WordPress users worldwide.</p>
  1308.  
  1309.  
  1310.  
  1311. <h3 class="wp-block-heading">Get involved and contribute</h3>
  1312.  
  1313.  
  1314.  
  1315. <p>Participation in WordPress is not limited to coding. If contributing appeals to you, learning more and getting involved is easy. Discover the teams that come together to <a href="https://make.wordpress.org/">Make WordPress</a>, and use <a href="https://make.wordpress.org/contribute/">this interactive tool</a> to help you decide which is right for you.</p>
  1316.  
  1317.  
  1318.  
  1319. <h2 class="wp-block-heading">One more haiku</h2>
  1320.  
  1321.  
  1322.  
  1323. <p>6.5 is here!<br>Play, interact, build better,<br>Stronger and faster.</p>
  1324. ]]></content:encoded>
  1325. <post-id xmlns="com-wordpress:feed-additions:1">17132</post-id> </item>
  1326. <item>
  1327. <title>WordPress 6.5 Release Candidate 4</title>
  1328. <link>https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-4/</link>
  1329. <dc:creator><![CDATA[Lauren Stein]]></dc:creator>
  1330. <pubDate>Thu, 28 Mar 2024 16:34:00 +0000</pubDate>
  1331. <category><![CDATA[Development]]></category>
  1332. <category><![CDATA[General]]></category>
  1333. <category><![CDATA[Releases]]></category>
  1334. <category><![CDATA[6.5]]></category>
  1335. <category><![CDATA[development]]></category>
  1336. <category><![CDATA[releases]]></category>
  1337. <guid isPermaLink="false">https://wordpress.org/news/?p=17136</guid>
  1338.  
  1339. <description><![CDATA[WordPress 6.5 RC4 is ready for download and testing. Reaching this phase of the release cycle is an important milestone. Check out what's coming in this release and how to get involved with the open source project.]]></description>
  1340. <content:encoded><![CDATA[
  1341. <p>The latest release candidate (RC4) for WordPress 6.5 is ready!&nbsp;</p>
  1342.  
  1343.  
  1344.  
  1345. <p>This release candidate is an addition to the existing WordPress 6.5 release cycle. It allows more time for testing to ensure every feature and improvement is in the best shape possible.&nbsp;</p>
  1346.  
  1347.  
  1348.  
  1349. <p>The updated target for the WordPress 6.5 release is <strong>April 2, 2024</strong>. Get an overview of the <a href="https://make.wordpress.org/core/6-5/">6.5 release cycle</a>, and check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/6-5/">6.5-related posts</a> for further details.&nbsp;If you’re looking for more detailed technical notes on new features and improvements, the <a href="https://make.wordpress.org/core/2024/03/15/wordpress-6-5-field-guide/">WordPress 6.5 Field Guide</a> is for you.</p>
  1350.  
  1351.  
  1352.  
  1353. <h2 class="wp-block-heading">What to expect in WordPress 6.5 RC4</h2>
  1354.  
  1355.  
  1356.  
  1357. <p>There’s been a lot of helpful feedback regarding one of this release’s highlighted features: the Font Library. This has resulted in some <a href="https://make.wordpress.org/core/2024/03/25/wordpress-6-5-release-delayed-1-week/">additional improvements needed</a> to make sure the greatest number of sites possible can benefit from this anticipated new feature.&nbsp;</p>
  1358.  
  1359.  
  1360.  
  1361. <p>This release also includes six<strong> </strong>bug fixes for the Editor and 10+ <a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F13%2F2024..03%2F19%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">tickets for WordPress Core</a>. For more technical information related to issues addressed since RC3, you can browse the following links: </p>
  1362.  
  1363.  
  1364.  
  1365. <ul>
  1366. <li><a href="https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-03-20&amp;until=2024-03-28">GitHub commits for 6.5</a>&nbsp;</li>
  1367.  
  1368.  
  1369.  
  1370. <li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F20%2F2024..03%2F28%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed </a><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F13%2F2024..03%2F19%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Trac</a><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F20%2F2024..03%2F28%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id"> tickets</a></li>
  1371. </ul>
  1372.  
  1373.  
  1374.  
  1375. <h2 class="wp-block-heading">How to test</h2>
  1376.  
  1377.  
  1378.  
  1379. <p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC4 on a test server and site.</p>
  1380.  
  1381.  
  1382.  
  1383. <p>While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.5 is the best it can be.</p>
  1384.  
  1385.  
  1386.  
  1387. <p>You can test WordPress 6.5 RC4 in four ways:</p>
  1388.  
  1389.  
  1390.  
  1391. <figure class="wp-block-table"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href="https://wordpress.org/wordpress-6.5-RC4.zip">RC4 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href="https://make.wordpress.org/cli/">WP-CLI</a> command:<br><code>wp core update --version=6.5-RC</code>4</td></tr><tr><th>WordPress Playground</th><td>Use the <a href="https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D">6.5 RC4 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table></figure>
  1392.  
  1393.  
  1394.  
  1395. <h2 class="wp-block-heading">Here comes the haiku</h2>
  1396.  
  1397.  
  1398.  
  1399. <p>With some extra time<br>Test, rinse, repeat, and refresh<br>WordPress will really shine</p>
  1400.  
  1401.  
  1402.  
  1403. <p><em>Thank you to the following contributors for collaborating on this post: <a href='https://profiles.wordpress.org/dansoschin/' class='mention'><span class='mentions-prefix'>@</span>dansoschin</a>.</em></p>
  1404. ]]></content:encoded>
  1405. <post-id xmlns="com-wordpress:feed-additions:1">17136</post-id> </item>
  1406. <item>
  1407. <title>WordPress 6.5 Release Candidate 3</title>
  1408. <link>https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-3/</link>
  1409. <dc:creator><![CDATA[Lauren Stein]]></dc:creator>
  1410. <pubDate>Tue, 19 Mar 2024 16:19:30 +0000</pubDate>
  1411. <category><![CDATA[Development]]></category>
  1412. <category><![CDATA[Releases]]></category>
  1413. <category><![CDATA[6.5]]></category>
  1414. <category><![CDATA[development]]></category>
  1415. <category><![CDATA[releases]]></category>
  1416. <guid isPermaLink="false">https://wordpress.org/news/?p=17110</guid>
  1417.  
  1418. <description><![CDATA[WordPress 6.5 RC3 is ready for download and testing. Reaching this phase of the release cycle is an important milestone. Check out what's coming in this release and how to get involved with the open source project.]]></description>
  1419. <content:encoded><![CDATA[
  1420. <p>The third release candidate (RC3) for WordPress 6.5 is ready!&nbsp;</p>
  1421.  
  1422.  
  1423.  
  1424. <p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC3 on a test server and site.</p>
  1425.  
  1426.  
  1427.  
  1428. <p>While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.5 is the best it can be.</p>
  1429.  
  1430.  
  1431.  
  1432. <p>You can test WordPress 6.5 RC3 in four ways:</p>
  1433.  
  1434.  
  1435.  
  1436. <figure class="wp-block-table"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href="https://wordpress.org/wordpress-6.5-RC3.zip">RC3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href="https://make.wordpress.org/cli/">WP-CLI</a> command:<br><code>wp core update --version=6.5-RC</code>3</td></tr><tr><th>WordPress Playground</th><td>Use the <a href="https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D">6.5 RC3 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table></figure>
  1437.  
  1438.  
  1439.  
  1440. <p>The current target for the WordPress 6.5 release is <strong>March 26, 2024</strong>. Get an overview of the <a href="https://make.wordpress.org/core/6-5/">6.5 release cycle</a>, and check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/6-5/">6.5-related posts</a> in the coming weeks for further details. </p>
  1441.  
  1442.  
  1443.  
  1444. <p>If you’re looking for more detailed technical notes on new features and improvements, the <a href="https://make.wordpress.org/core/2024/03/15/wordpress-6-5-field-guide/">WordPress 6.5 Field Guide</a> is for you.</p>
  1445.  
  1446.  
  1447.  
  1448. <h2 class="wp-block-heading">What to expect in WordPress 6.5 RC3</h2>
  1449.  
  1450.  
  1451.  
  1452. <p>Thanks to the many contributors testing up to this point, this release includes 10+ bug fixes for the Editor and around 15 <a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F13%2F2024..03%2F19%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">tickets for WordPress Core</a>. For more technical information related to issues addressed since RC2, you can browse the following links:&nbsp;</p>
  1453.  
  1454.  
  1455.  
  1456. <ul>
  1457. <li><a href="https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-03-13&amp;until=2024-03-19">GitHub commits for 6.5</a> </li>
  1458.  
  1459.  
  1460.  
  1461. <li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F13%2F2024..03%2F19%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac tickets</a> </li>
  1462. </ul>
  1463.  
  1464.  
  1465.  
  1466. <h2 class="wp-block-heading">How to contribute to this release</h2>
  1467.  
  1468.  
  1469.  
  1470. <p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>
  1471.  
  1472.  
  1473.  
  1474. <h2 class="wp-block-heading">Get involved in testing</h2>
  1475.  
  1476.  
  1477.  
  1478. <p>Testing for issues is critical to ensuring WordPress is performant and stable. It’s also a meaningful way for anyone to contribute. <a href="https://make.wordpress.org/test/2024/02/28/help-test-wordpress-beta-3/">This detailed guide</a> will walk you through testing features in WordPress 6.5. For those new to testing, follow <a href="https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1">this general testing guide</a> for more details on getting set up.</p>
  1479.  
  1480.  
  1481.  
  1482. <p>If you encounter an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> of the support forums or directly to <a href="https://core.trac.wordpress.org/newticket">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>
  1483.  
  1484.  
  1485.  
  1486. <p>Curious about testing releases in general? Follow along with the <a href="https://make.wordpress.org/test/">testing initiatives in Make Core</a> and join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on <a href="https://wordpress.slack.com/">Making WordPress Slack</a>.</p>
  1487.  
  1488.  
  1489.  
  1490. <h3 class="wp-block-heading">Search for vulnerabilities</h3>
  1491.  
  1492.  
  1493.  
  1494. <p>During the release candidate phase of WordPress 6.5, the <a href="https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href="https://hackerone.com/wordpress">HackerOne page</a> and in the <a href="https://wordpress.org/about/security/">security white paper</a>.</p>
  1495.  
  1496.  
  1497.  
  1498. <h3 class="wp-block-heading">Update your theme or plugin</h3>
  1499.  
  1500.  
  1501.  
  1502. <p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.&nbsp;</p>
  1503.  
  1504.  
  1505.  
  1506. <p>Thanks for continuing to test your themes and plugins with the WordPress 6.5 beta releases. With RC3, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href="https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/">plugin’s readme file</a> to 6.5.</p>
  1507.  
  1508.  
  1509.  
  1510. <p>If you find compatibility issues, please post detailed information to the <a href="https://wordpress.org/support/forum/alphabeta/">support forum</a>.&nbsp;</p>
  1511.  
  1512.  
  1513.  
  1514. <h3 class="wp-block-heading">Help translate WordPress</h3>
  1515.  
  1516.  
  1517.  
  1518. <p>Do you speak a language other than English? ¿Español? Français? Русский? 日本? हिन्दी? বাংলা? You can <a href="https://translate.wordpress.org/projects/wp/dev/">help translate WordPress into more than 100 languages</a>.</p>
  1519.  
  1520.  
  1521.  
  1522. <h2 class="wp-block-heading">Release the haiku</h2>
  1523.  
  1524.  
  1525.  
  1526. <p>Another RC<br>We are getting really close<br>Have you tested yet?</p>
  1527.  
  1528.  
  1529.  
  1530. <p><em>Thank you to the following contributors for collaborating on this post: <a href='https://profiles.wordpress.org/dansoschin/' class='mention'><span class='mentions-prefix'>@</span>dansoschin</a></em>, <em><a href='https://profiles.wordpress.org/audrasjb/' class='mention'><span class='mentions-prefix'>@</span>audrasjb</a></em>.</p>
  1531. ]]></content:encoded>
  1532. <post-id xmlns="com-wordpress:feed-additions:1">17110</post-id> </item>
  1533. <item>
  1534. <title>WP Briefing: Episode 75: WordCamp Asia 2024 Unwrapped</title>
  1535. <link>https://wordpress.org/news/2024/03/episode-75-wordcamp-asia-2024-unwrapped/</link>
  1536. <dc:creator><![CDATA[Brett McSherry]]></dc:creator>
  1537. <pubDate>Mon, 18 Mar 2024 12:00:00 +0000</pubDate>
  1538. <category><![CDATA[Podcast]]></category>
  1539. <category><![CDATA[wp-briefing]]></category>
  1540. <guid isPermaLink="false">https://wordpress.org/news/?post_type=podcast&#038;p=17107</guid>
  1541.  
  1542. <description><![CDATA[WordCamp Asia 2024 was a dynamic three-day celebration of collaboration, diversity, and innovation in the WordPress project. This week, Executive Director Josepha Haden Chomphosy shares her insights and experiences from the event, which featured one of the largest Contributor Days in the region, a variety of speakers, engaging panel discussions, and workshops. Josepha offers her thoughts on the latest topics being discussed within the community and forming the future of WordPress.]]></description>
  1543. <content:encoded><![CDATA[
  1544. <p>WordCamp Asia 2024 was a dynamic three-day celebration of collaboration, diversity, and innovation in the WordPress project. This week, Executive Director Josepha Haden Chomphosy shares her insights and experiences from the event, which featured one of the largest Contributor Days in the region, a variety of speakers, engaging panel discussions, and workshops. Josepha offers her thoughts on the latest topics being discussed within the community and forming the future of WordPress.</p>
  1545.  
  1546.  
  1547.  
  1548. <h2 class="wp-block-heading">Credits</h2>
  1549.  
  1550.  
  1551.  
  1552. <p>Host:&nbsp;<a href="https://profiles.wordpress.org/chanthaboune/">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo:&nbsp;<a href="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production:&nbsp;<a href="https://profiles.wordpress.org/bjmcsherry/">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>
  1553.  
  1554.  
  1555.  
  1556. <h2 class="wp-block-heading">Show Notes</h2>
  1557.  
  1558.  
  1559.  
  1560. <ul>
  1561. <li><a href="https://asia.wordcamp.org/2024/">WordCamp Asia 2024</a>
  1562. <ul>
  1563. <li><a href="https://asia.wordcamp.org/2024/contributor-day/">Contributor Day</a></li>
  1564.  
  1565.  
  1566.  
  1567. <li><a href="https://www.youtube.com/playlist?list=PL1pJFUVKQ7ETpYuALlCQPikuKEuihFsvU">WordCamp Asia Playlist</a></li>
  1568. </ul>
  1569. </li>
  1570.  
  1571.  
  1572.  
  1573. <li><strong>Small List of Big Things</strong>
  1574. <ul>
  1575. <li><a href="https://wordpress.org/news/category/releases/" target="_blank" rel="noreferrer noopener">WordPress 6.5</a> is on target for release on&nbsp;March 26, 2024.</li>
  1576.  
  1577.  
  1578.  
  1579. <li>Get involved with WordPress events:
  1580. <ul>
  1581. <li>Find events near you on <a href="https://events.wordpress.org/">events.WordPress.org</a> and <a href="https://central.wordcamp.org/">WordCamp Central</a></li>
  1582.  
  1583.  
  1584.  
  1585. <li>Learn more about <a href="https://events.wordpress.org/organize-an-event/">organizing your own local event</a></li>
  1586. </ul>
  1587. </li>
  1588.  
  1589.  
  1590.  
  1591. <li><a href="https://make.wordpress.org/community/2024/03/06/proposal-non-editable-footer-for-all-event-website-pages/" target="_blank" rel="noreferrer noopener">Proposal: Non-editable Footer for all Event Website Pages</a></li>
  1592. </ul>
  1593. </li>
  1594.  
  1595.  
  1596.  
  1597. <li>Have a question you&#8217;d like answered? Submit them to <a href="mailto:wpbriefing@WordPress.org">WPBriefing@WordPress.org</a>.</li>
  1598. </ul>
  1599.  
  1600.  
  1601.  
  1602. <h2 class="wp-block-heading">Transcript</h2>
  1603.  
  1604.  
  1605.  
  1606. <span id="more-17107"></span>
  1607.  
  1608.  
  1609.  
  1610. <p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.&nbsp;</p>
  1611.  
  1612.  
  1613.  
  1614. <p>[00:00:29] (Intro music)&nbsp;</p>
  1615.  
  1616.  
  1617.  
  1618. <p>[00:00:40]&nbsp;<strong>Josepha:</strong> I have returned from WordCamp Asia and struggled my way through some truly aggressive jet lag, so that means it&#8217;s time for a little WordCamp wrap-up. I spoke with a couple hundred people at the event, and I came away with a few topics that seemed to be on everyone&#8217;s minds. Those topics are: making business in WordPress, the business of making WordPress, and how to communicate both sides a little better.</p>
  1619.  
  1620.  
  1621.  
  1622. <p>[00:01:04] <strong>Josepha:</strong> So first, let&#8217;s start with making business in WordPress. This comes up at every event, and that honestly just makes sense. WordPress is a tool that people use to power their businesses across our global economy, and sometimes the businesses are closely related to WordPress itself. They are creating custom themes or plugins, building WordPress powered commerce sites for clients, or offering any number of agency services. But there are also businesses that are a little less close: restaurants, museums, local governments, schools. But it was clear that they all rely on the software just as much as the other.</p>
  1623.  
  1624.  
  1625.  
  1626. <p>So, it was nice to see some sessions that focused specifically on business matters in WordPress. And I heard so many people tell me about a conversation they had had earlier in the day with someone who helped them figure out their pricing or advised them on early errors they made in their business journey and generally helped them feel a little less lost.</p>
  1627.  
  1628.  
  1629.  
  1630. <p>I always love seeing this. Hearing how people are accomplishing their goals because of connections they made at one of our events, it&#8217;s enough to keep me coming back for years.</p>
  1631.  
  1632.  
  1633.  
  1634. <p>[00:02:10] <strong>Josepha:</strong> The next thing that came up a lot was the business of making WordPress. I don&#8217;t know if that came up a lot because of the sorts of conversations that people are willing to bring to me these days or because there was overwhelming interest in knowing how we keep all these trains on their tracks. But either way, it was refreshing to be able to have so many conversations about the invisible work that goes into a project like this. There was a Contributor Day that hosted over 600 people, if I recall correctly, which makes it the largest Contributor Day in the area to date. 35 percent of those people had never attended a Contributor Day before, so there were a lot of people who were discovering the WordPress community for the first time.</p>
  1635.  
  1636.  
  1637.  
  1638. <p>And for folks who&#8217;ve been here for a long time, it&#8217;s so easy for us to forget how much there is to learn at first. Even if you happen to show up with a skill set that fits a contributor team&#8217;s needs exactly, you still have to learn where we collaborate, how distributed contribution works, and all these rules and guidelines about open source freedoms and copyleft.</p>
  1639.  
  1640.  
  1641.  
  1642. <p>[00:03:10] <strong><strong>Josepha</strong>:</strong> And then also you have to come to terms with the fact that we define and design all of our spaces and programs with belonging in mind. I mean, for every one question that you get answered, there are going to be six new ones that you didn&#8217;t know you had yet. So I came away from a lot of these conversations with the reminder that it&#8217;s important in so many ways for us to talk about the work that we do, even when it&#8217;s boring, even when we think it doesn&#8217;t really matter, because a lot of people have questions about how this works, how it runs, and how they can be part of making sure that it&#8217;s around for the long-term.</p>
  1643.  
  1644.  
  1645.  
  1646. <p>And the final thing that came up all over the place last week was how to communicate these things better. It&#8217;s easy to forget that folks who listen to this podcast don&#8217;t actually make up like a hundred percent of the people using WordPress; that&#8217;s on me. So just cause I&#8217;ve said here that, you know, enterprise is our next big space for biz dev or that, our primary growth markets are APAC, or that events are our best tool for brand expression.</p>
  1647.  
  1648.  
  1649.  
  1650. <p>[00:04:08] <strong><strong>Josepha</strong>:</strong> Like, just because I said it doesn&#8217;t mean that everyone heard it. And we absolutely have to get those messages to more people, more frequently, and with more certainty. You&#8217;ll hear often from WordPress pundits that rising tides lift all boats, and the bigger the pie, the more the slices. We believe fully in the spirit of coopetition here, that we are all better together.</p>
  1651.  
  1652.  
  1653.  
  1654. <p>But I can&#8217;t shake the feeling that we&#8217;re mostly just talking to ourselves about it. It&#8217;s hard to get outside our own little bubble, but I believe completely that doing so is the best thing for our project in the long term. Not only so that we can continue to grow and provide access to the opportunities we know we offer but also so that we can do more to dignify our profession.</p>
  1655.  
  1656.  
  1657.  
  1658. <p>WordPress developers are not taken seriously, and yet you all are some of the smartest and most compassionate people I&#8217;ve ever met in my career. And I&#8217;d like to see how we can fix that perception together. And so that&#8217;s it. Those are the big, big, giant, old topics that came up a lot in conversation last week.</p>
  1659.  
  1660.  
  1661.  
  1662. <p>[00:05:14] <strong><strong>Josepha</strong>:</strong> Don&#8217;t forget that you can catch up on all the sessions via the live stream, or if you are feeling inspired to contribute, reach out to the community team and see what sorts of meetup events you can host.&nbsp;</p>
  1663.  
  1664.  
  1665.  
  1666. <p>[00:05:24] (Music interlude)&nbsp;</p>
  1667.  
  1668.  
  1669.  
  1670. <p>[00:05:32] <strong><strong>Josepha</strong>:</strong> Which brings us now to our small list of big things. I have two big things and one slightly less big thing, but they&#8217;re all fairly big.</p>
  1671.  
  1672.  
  1673.  
  1674. <p>So, the first thing on the list is that the latest version of WordPress, WordPress 6.5, is on target for release on March 26th. That&#8217;s, I think, a couple weeks from now. So keep an eye out for that. In the event, I mean, we have auto-updates everywhere, and probably you are on a WordPress-specific host and, so you won&#8217;t necessarily need to do anything. But if you have any desire or concerns about seeing the software a little bit ahead of time, you can always go and download the beta, give it a quick test or the release candidate, give that a quick test. See if there&#8217;s anything that&#8217;s not functioning as you expected it to function, and let us know if it&#8217;s not. But yeah, there are auto-updates. You don&#8217;t have to go out and proactively do anything if you don&#8217;t want to, that&#8217;s just in case you do want to. That&#8217;s coming up March 26th.&nbsp;</p>
  1675.  
  1676.  
  1677.  
  1678. <p>[00:06:27] <strong><strong>Josepha</strong>:</strong> The next thing is that I want to give everybody a general call-in for event contribution. So, WordPress events is where I entered the community. It is one of the most affirming and life-changing types of contribution I&#8217;ve ever done because you get to see a bunch of people succeed in their own goals because of something that you were able to tell them. It&#8217;s like teaching, but with people who elected to be there. So we have a lot of opportunities, for contribution by volunteering at events, either as volunteering at the event itself or to volunteer to organize it. We have small-scale, easy-to-do meetups, but we also have slightly larger WordCamps that can be done. If you have any hope for doing that or are just kind of interested. I&#8217;ll leave a link for you in the show notes.&nbsp;</p>
  1679.  
  1680.  
  1681.  
  1682. <p>[00:07:19] <strong><strong>Josepha</strong>:</strong> And then the final thing on here is that we actually have a pretty substantial proposal out at the moment. It&#8217;s for non-editable footers on all event website pages. This might not sound interesting to you, but it actually is kind of interesting. So, it&#8217;s been proposed to add a non-editable footer to all of the event website pages moving forward. So that&#8217;s everything that would be displayed on a WordCamp or on any of the new formatted event sites that we have. This proposal intends to meet two goals. One, it fills any legal requirements a site or country might have about displaying the privacy policy and other items. And two, it brings visibility to the new events.WordPress.org website, where a community member can find more events in their area.&nbsp;The last day to respond to that proposal is March 20th, which I think is two days from now. I think it&#8217;s on Wednesday and this is airing on Monday. So, I&#8217;ll have a link to that in the show notes as well in case you have any thoughts about it.</p>
  1683.  
  1684.  
  1685.  
  1686. <p>[00:08:15] <strong><strong>Josepha</strong>:</strong> And that, my friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. And if you like what you heard today, share it with a fellow WordPresser. Or, if you ended up with questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks. </p>
  1687.  
  1688.  
  1689.  
  1690. <p>[00:08:43] (Music outro)&nbsp;</p>
  1691. ]]></content:encoded>
  1692. <enclosure url="https://wordpress.org/news/files/2024/03/WPB075.mp3" length="0" type="" />
  1693.  
  1694. <post-id xmlns="com-wordpress:feed-additions:1">17107</post-id> </item>
  1695. <item>
  1696. <title>WordPress 6.5 Release Candidate 2</title>
  1697. <link>https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-2/</link>
  1698. <dc:creator><![CDATA[Lauren Stein]]></dc:creator>
  1699. <pubDate>Tue, 12 Mar 2024 16:58:03 +0000</pubDate>
  1700. <category><![CDATA[Development]]></category>
  1701. <category><![CDATA[Releases]]></category>
  1702. <category><![CDATA[6.5]]></category>
  1703. <category><![CDATA[development]]></category>
  1704. <category><![CDATA[releases]]></category>
  1705. <guid isPermaLink="false">https://wordpress.org/news/?p=17053</guid>
  1706.  
  1707. <description><![CDATA[WordPress 6.5 RC2 is ready for download and testing. Reaching this phase of the release cycle is an important milestone. Check out what's coming in this release and how to get involved.]]></description>
  1708. <content:encoded><![CDATA[
  1709. <p>The second release candidate (RC2) for WordPress 6.5 is ready!&nbsp;</p>
  1710.  
  1711.  
  1712.  
  1713. <p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC2 on a test server and site.</p>
  1714.  
  1715.  
  1716.  
  1717. <p>While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.5 is the best it can be.</p>
  1718.  
  1719.  
  1720.  
  1721. <p>You can test WordPress 6.5 RC2 in four ways:</p>
  1722.  
  1723.  
  1724.  
  1725. <figure class="wp-block-table"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href="https://wordpress.org/wordpress-6.5-RC2.zip">RC2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href="https://make.wordpress.org/cli/">WP-CLI</a> command:<br><code>wp core update --version=6.5-RC</code>2</td></tr><tr><th>WordPress Playground</th><td>Use the <a href="https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D">6.5 RC2 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table></figure>
  1726.  
  1727.  
  1728.  
  1729. <p>The current target for the WordPress 6.5 release is <strong>March 26, 2024</strong>. That’s a mere two weeks away! Get an overview of the <a href="https://make.wordpress.org/core/6-5/">6.5 release cycle</a>, and check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/6-5/">6.5-related posts</a> in the coming weeks for further details.</p>
  1730.  
  1731.  
  1732.  
  1733. <h2 class="wp-block-heading">What to expect in WordPress 6.5 RC2</h2>
  1734.  
  1735.  
  1736.  
  1737. <p>Thanks to the many contributors testing up to this point, this release includes approximately 20 bug fixes for the Editor and 30+ <a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F05%2F2024..03%2F12%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">tickets for WordPress Core</a>. For more technical information related to issues addressed since RC1, you can browse the following links:&nbsp;</p>
  1738.  
  1739.  
  1740.  
  1741. <ul>
  1742. <li><a href="https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-03-05&amp;until=2024-03-12">GitHub commits for 6.5</a> since March 5</li>
  1743.  
  1744.  
  1745.  
  1746. <li><a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F05%2F2024..03%2F12%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">Closed Trac tickets</a> since March 5</li>
  1747. </ul>
  1748.  
  1749.  
  1750.  
  1751. <h3 class="wp-block-heading">Update on content overrides for synced patterns</h3>
  1752.  
  1753.  
  1754.  
  1755. <p>As synced patterns evolve and improve, every enhancement must continue to provide the best experience possible. With this in mind, WordPress 6.5 <a href="https://make.wordpress.org/core/2024/03/07/unblocking-wp6-5-font-library-and-synced-pattern-overrides/">will not include the ability to override content in synced patterns</a>. This allows more time for feedback and testing to ensure it can really shine. Expect this feature to debut in the next major release!</p>
  1756.  
  1757.  
  1758.  
  1759. <h2 class="wp-block-heading">Contribute to this release</h2>
  1760.  
  1761.  
  1762.  
  1763. <p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>
  1764.  
  1765.  
  1766.  
  1767. <h3 class="wp-block-heading">Get involved in testing</h3>
  1768.  
  1769.  
  1770.  
  1771. <p>Testing for issues is critical to ensuring WordPress is performant and stable. It’s also a meaningful way for anyone to contribute. <a href="https://make.wordpress.org/test/2024/02/28/help-test-wordpress-beta-3/">This detailed guide</a> will walk you through testing features in WordPress 6.5. For those new to testing, follow <a href="https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1">this general testing guide</a> for more details on getting set up.</p>
  1772.  
  1773.  
  1774.  
  1775. <p>If you encounter an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> of the support forums or directly to <a href="https://core.trac.wordpress.org/newticket">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>
  1776.  
  1777.  
  1778.  
  1779. <p>Curious about testing releases in general? Follow along with the <a href="https://make.wordpress.org/test/">testing initiatives in Make Core</a> and join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on <a href="https://wordpress.slack.com/">Making WordPress Slack</a>.</p>
  1780.  
  1781.  
  1782.  
  1783. <h3 class="wp-block-heading">Search for vulnerabilities</h3>
  1784.  
  1785.  
  1786.  
  1787. <p>From now until the final release candidate of WordPress 6.5 (scheduled for March 19), the <a href="https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href="https://hackerone.com/wordpress">HackerOne page</a> and in the <a href="https://wordpress.org/about/security/">security white paper</a>.</p>
  1788.  
  1789.  
  1790.  
  1791. <h3 class="wp-block-heading">Update your theme or plugin</h3>
  1792.  
  1793.  
  1794.  
  1795. <p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.&nbsp;</p>
  1796.  
  1797.  
  1798.  
  1799. <p>Thanks for continuing to test your themes and plugins with the WordPress 6.5 beta releases. With RC1, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href="https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/">plugin’s readme file</a> to 6.5.</p>
  1800.  
  1801.  
  1802.  
  1803. <p>If you find compatibility issues, please post detailed information to the <a href="https://wordpress.org/support/forum/alphabeta/">support forum</a>.</p>
  1804.  
  1805.  
  1806.  
  1807. <h3 class="wp-block-heading">Help translate WordPress</h3>
  1808.  
  1809.  
  1810.  
  1811. <p>Do you speak a language other than English? ¿Español? Français? Русский? 日本? हिन्दी? বাংলা? You can <a href="https://translate.wordpress.org/projects/wp/dev/">help translate WordPress into more than 100 languages</a>.</p>
  1812.  
  1813.  
  1814.  
  1815. <h2 class="wp-block-heading">Release the haiku</h2>
  1816.  
  1817.  
  1818.  
  1819. <p>RC2, a bridge,<br>From development to launch,<br>One more step forward.<br>&#8211; <em>submitted by <a href='https://profiles.wordpress.org/huzaifaalmesbah/' class='mention'><span class='mentions-prefix'>@</span>huzaifaalmesbah</a></em></p>
  1820.  
  1821.  
  1822.  
  1823. <p><em>Thank you to the following contributors for collaborating on this post: <a href="https://profiles.wordpress.org/dansoschin/">@dansoschin</a></em>, <a href="https://profiles.wordpress.org/get_dave/">@get_dave</a>, and <a href="https://profiles.wordpress.org/audrasjb/">@audrasjb</a>.</p>
  1824. ]]></content:encoded>
  1825. <post-id xmlns="com-wordpress:feed-additions:1">17053</post-id> </item>
  1826. <item>
  1827. <title>Highlights from WordCamp Asia 2024</title>
  1828. <link>https://wordpress.org/news/2024/03/highlights-from-wordcamp-asia-2024/</link>
  1829. <dc:creator><![CDATA[Reyes Martínez]]></dc:creator>
  1830. <pubDate>Sat, 09 Mar 2024 13:39:27 +0000</pubDate>
  1831. <category><![CDATA[Events]]></category>
  1832. <category><![CDATA[WordCamp]]></category>
  1833. <guid isPermaLink="false">https://wordpress.org/news/?p=17064</guid>
  1834.  
  1835. <description><![CDATA[Over 1,300 attendees gathered at the Taipei International Convention Center in Taiwan for WordCamp Asia 2024. The three-day event emerged as a vibrant celebration showcasing the collaboration, diversity, and innovation that drive the world's most popular web platform.]]></description>
  1836. <content:encoded><![CDATA[
  1837. <p>Over 1,300 attendees gathered at the Taipei International Convention Center in Taiwan for <a href="https://asia.wordcamp.org/2024/">WordCamp Asia 2024</a>. This three-day event emerged as a vibrant celebration showcasing the collaboration, diversity, and innovation that drive the world&#8217;s most popular web platform.</p>
  1838.  
  1839.  
  1840.  
  1841. <p>The Asian WordPress flagship event started with a dedicated Contributor Day, followed by two days of engaging talks, panels, hands-on workshops, and networking. Notable guests, including WordPress Cofounder <a href="https://profiles.wordpress.org/matt/">Matt Mullenweg</a> and Executive Director <a href="https://profiles.wordpress.org/chanthaboune/">Josepha Haden Chomphosy</a>, joined the diverse lineup of <a href="https://asia.wordcamp.org/2024/speakers/">speakers</a>. Popular topics featured cutting-edge web technologies and trends, use cases, open source dynamics, and more. WordPress enthusiasts seized the opportunity to gain insights from international and local industry experts and to learn about the project&#8217;s future.</p>
  1842.  
  1843.  
  1844.  
  1845. <h2 class="wp-block-heading">Converting walled gardens into community gardens</h2>
  1846.  
  1847.  
  1848.  
  1849. <p>On March 8, Josepha Haden Chomphosy <a href="https://www.youtube.com/live/UK7FnaEeTrU?si=0H6eEEijj4tDWm_t&amp;t=30830">took the stage</a> for an insightful journey comparing and contrasting the “walled” and “community” gardens in software ecosystems, drawing an analogy between closed and open source platforms. After exploring both concepts, she posed an important question to the audience.</p>
  1850.  
  1851.  
  1852.  
  1853. <div style="height:2px" aria-hidden="true" class="wp-block-spacer"></div>
  1854.  
  1855.  
  1856.  
  1857. <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
  1858. <p>What would it take for someone to move from a walled garden to a community garden?</p>
  1859. </blockquote>
  1860.  
  1861.  
  1862.  
  1863. <div style="height:2px" aria-hidden="true" class="wp-block-spacer"></div>
  1864.  
  1865.  
  1866.  
  1867. <p>Open source software, symbolized by community gardens, represents freedom from copyright restrictions and usage limitations. Unlike proprietary software (described as walled gardens), the core value lies in long-term empowerment, giving people control and ownership of their digital presence.</p>
  1868.  
  1869.  
  1870.  
  1871. <p>Acknowledging the longstanding values held by WordPress and its open source community for two decades, Josepha focused on the importance of caring for foundations that make us strong, managing what distracts us, and nurturing growth by embracing new opportunities. She celebrated the strengths of the WordPress community and how its shared ethos furthers a thriving ecosystem.</p>
  1872.  
  1873.  
  1874.  
  1875. <figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-slide.png?resize=1024%2C576&#038;ssl=1" alt="Slide from Josepha Haden Chomphosy's presentation showing colorful flowers on a blue background and the quote, &quot;To plant a garden is to believe in tomorrow&quot; by Audrey Hepburn." class="wp-image-17066" srcset="https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-slide.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-slide.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-slide.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-slide.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-slide.png?resize=2048%2C1152&amp;ssl=1 2048w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>
  1876.  
  1877.  
  1878.  
  1879. <p>Quoting artist and activist Audrey Hepburn, Josepha expressed that, much like a community garden, the power of contributions—whether through time, knowledge, or product use— sustains and maintains shared spaces like WordPress.</p>
  1880.  
  1881.  
  1882.  
  1883. <p>In the <a href="https://www.youtube.com/live/UK7FnaEeTrU?si=pjg0nkwla-d7mP69&amp;t=32274">Q&amp;A portion</a> of her presentation, Josepha addressed inquiries about community involvement and contributions. Highlighted resources included the <a href="https://jobs.wordpress.net/">WordPress job board</a> for opportunities within the ecosystem and the <a href="https://wordpress.org/data-liberation/">Data Liberation</a> project, emphasizing its role in fostering a more open web and helping the transition out of proprietary platforms.</p>
  1884.  
  1885.  
  1886.  
  1887. <h2 class="wp-block-heading">Q&amp;A with Matt Mullenweg</h2>
  1888.  
  1889.  
  1890.  
  1891. <p>WordCamp Asia concluded with a live audience Q&amp;A session featuring WordPress Cofounder Matt Mullenweg. Attendees gained insights into the future of WordPress, including ongoing projects like <a href="https://wordpress.org/data-liberation/">Data Liberation</a>, <a href="https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/inclusive-and-welcoming-events/community-inclusion-initiatives/">community inclusion initiatives</a>, artificial intelligence (AI), and more.</p>
  1892.  
  1893.  
  1894.  
  1895. <p>The atmosphere was filled with excitement when Matt revealed that this year’s State of the Word will take place in Tokyo, Japan, on December 16, 2024.</p>
  1896.  
  1897.  
  1898.  
  1899. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  1900. <iframe loading="lazy" class="youtube-player" width="600" height="338" src="https://www.youtube.com/embed/EOF70YJLC5U?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>
  1901. </div></figure>
  1902.  
  1903.  
  1904.  
  1905. <p>Additional questions from this session will be addressed in an upcoming post on the <a href="https://make.wordpress.org/project/">Make WordPress Project blog</a>.</p>
  1906.  
  1907.  
  1908.  
  1909. <h2 class="wp-block-heading">Stay connected</h2>
  1910.  
  1911.  
  1912.  
  1913. <p><a href="https://events.wordpress.org/">WordPress events</a> enable technologists, open source enthusiasts, and community members around the globe to meet, share ideas, and collaborate to drive WordPress and the open web forward.</p>
  1914.  
  1915.  
  1916.  
  1917. <p>Don’t forget to mark your calendars for <a href="https://europe.wordcamp.org/2024/">WordCamp Europe</a> (Torino, Italy), <a href="https://us.wordcamp.org/2024/">WordCamp US</a> (Portland, Oregon, United States), and next year’s <a href="https://asia.wordcamp.org/2025/">WordCamp Asia</a> in Manila, Philippines!</p>
  1918.  
  1919.  
  1920.  
  1921. <p><em>Thank you to the <a href="https://asia.wordcamp.org/2024/">WordCamp Asia</a> organizers, volunteers, and sponsors who made this event possible, and to <a href='https://profiles.wordpress.org/angelasjin/' class='mention'><span class='mentions-prefix'>@</span>angelasjin</a>, <a href='https://profiles.wordpress.org/dansoschin/' class='mention'><span class='mentions-prefix'>@</span>dansoschin</a>, <a href='https://profiles.wordpress.org/eidolonnight/' class='mention'><span class='mentions-prefix'>@</span>eidolonnight</a>, <a href='https://profiles.wordpress.org/bjmcsherry/' class='mention'><span class='mentions-prefix'>@</span>bjmcsherry</a> for collaborating on this post.</em></p>
  1922. ]]></content:encoded>
  1923. <post-id xmlns="com-wordpress:feed-additions:1">17064</post-id> </item>
  1924. </channel>
  1925. </rss>
  1926.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda