From 3e37c0fec1a4e155f10080f56c1aefb6e97bb8c4 Mon Sep 17 00:00:00 2001 From: John Jago Date: Thu, 29 Aug 2024 21:48:42 -0500 Subject: [PATCH] Update roadmap --- data/roadmap.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/data/roadmap.toml b/data/roadmap.toml index 970497c..79eaf3e 100644 --- a/data/roadmap.toml +++ b/data/roadmap.toml @@ -4,8 +4,8 @@ description = "Things we plan to add to Dashify in the near future." bgColor = "bg-yellow-600" [[section.item]] -title = "Compatibility with Admin Menu Editor" -description = "The Dashify WooCommerce-focused navigation will allow changes to be made through the Admin Menu Editor plugin, and it will respect existing configuration." +title = "Search SKUs within orders" +description = "Find all orders that have a certain product SKU through the Dashify global search." [[section.item]] title = "Order duplication" @@ -55,6 +55,12 @@ title = "Released" description = "What’s been completed." bgColor = "bg-green-600" +[[section.item]] +title = "Compatibility with Admin Menu Editor" +description = "The Dashify WooCommerce-focused navigation will allow changes to be made through the Admin Menu Editor plugin, and it will respect existing configuration." +date = 2024-08-27 +link = "/releases/2024-08-27-admin-menu-editor-compatibility/" + [[section.item]] title = "Restyled product list" description = "The “All Products” page in WooCommerce will have the same modern and convenient styling as the order list."