From 6aa453b149c7e6f5dfb6e31ff71c932283e50391 Mon Sep 17 00:00:00 2001 From: Kashif Rafique Date: Sat, 1 Oct 2022 01:23:08 +0500 Subject: [PATCH] Update timeline.json Added missing WordPress releases: 5.6, 5.7, 5.8, 5.9, 6.0 --- public/timeline.json | 82 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 1 deletion(-) diff --git a/public/timeline.json b/public/timeline.json index 34821bd..8ebea33 100644 --- a/public/timeline.json +++ b/public/timeline.json @@ -661,9 +661,89 @@ "year": "2020" }, "text": { - "headline": "WordPress 5.5 “Eckstine”", + "headline": "WordPress 5.5 (Code name: Eckstine)", "text": "
  1. Posts and pages feel faster, thanks to lazy-loaded images.
  2. Say hello to your new sitemap.
  3. Auto-updates for Plugins and Themes.
  4. Check more
" } + }, + { + "media": { + "url": "https://wordpress.org/support/files/2020/12/wordpress-5-6_cover-a11y-1022x1024.jpg", + "caption": "WordPress 5.6 brings you countless ways to set your ideas free and bring them to life.", + "credit": "https://wordpress.org/news/2020/12/simone/" + }, + "start_date": { + "day": "8", + "month": "12", + "year": "2020" + }, + "text": { + "headline": "WordPress 5.6 (Code name: Simone)", + "text": "
  1. New theme: Twenty Twenty-One.
  2. Greater layout flexibility.
  3. More block patterns.
  4. Better video captioning.
  5. Check more
" + } + }, + { + "media": { + "url": "https://wordpress.org/support/files/2021/03/wp57-image.png", + "caption": "With version 5.7, WordPress brings you fresh colors.", + "credit": "https://wordpress.org/news/2021/03/esperanza/" + }, + "start_date": { + "day": "9", + "month": "3", + "year": "2021" + }, + "text": { + "headline": "WordPress 5.7 (Code name: Esperanza)", + "text": "
  1. Easier to use new editor.
  2. You can do more without writing custom code.
  3. A simpler default color palette.
  4. From HTTP to HTTPS in a single click.
  5. New Robots API.
  6. Lazy-load your iFrames.
  7. Check more
" + } + }, + { + "media": { + "url": "https://i0.wp.com/wordpress.org/news/files/2021/07/5x8-Album-1.jpg", + "caption": "WordPress 5.8 will ship with the new template editor, a step towards creating a full site editing tool using the block editor.", + "credit": "https://wordpress.org/news/2021/07/tatum/" + }, + "start_date": { + "day": "20", + "month": "7", + "year": "2021" + }, + "text": { + "headline": "WordPress 5.8 (Code name: Tatum)", + "text": "
  1. Manage Widgets with Blocks.
  2. Display Posts with New Blocks and Patterns.
  3. Edit the Templates Around Posts.
  4. Overview of the Page Structure.
  5. Suggested Patterns for Blocks.
  6. Style and Colorize Images.
  7. Check more
" + } + }, + { + "media": { + "url": "https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-1.png", + "caption": "WordPress 5.9 puts you in control of your whole site, right in the WordPress Admin: Full site editing is here!", + "credit": "https://wordpress.org/news/2022/01/josephine/" + }, + "start_date": { + "day": "25", + "month": "1", + "year": "2022" + }, + "text": { + "headline": "WordPress 5.9 (Code name: Josephine)", + "text": "
  1. Full site editing is here.
  2. New theme: Twenty Twenty-Two.
  3. Your personal paintbox awaits.
  4. The Navigation block.
  5. Better block controls.
  6. The power of patterns.
  7. A revamped List View.
  8. A better Gallery block.
  9. Check more
" + } + }, + { + "media": { + "url": "https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png", + "caption": "With version 6.0, WordPress brings you many stability, performance, and usability enhancements today.", + "credit": "https://wordpress.org/news/2022/05/arturo/" + }, + "start_date": { + "day": "24", + "month": "5", + "year": "2022" + }, + "text": { + "headline": "WordPress 6.0 (Code name: Arturo)", + "text": "
  1. Improved Performance in WordPress 6.0.
  2. Enhancing WordPress 6.0 Accessibility.
  3. Enhanced Writing Experience.
  4. Style Switching.
  5. More Template Choices.
  6. Integrated Patterns.
  7. Additional Design Tools.
  8. Better List View.
  9. Block Locking Controls.
  10. Check more
" + } } ] }