Changeset 3200465
- Timestamp:
- 12/01/2024 11:18:55 PM (14 months ago)
- Location:
- dashify
- Files:
-
- 76 added
- 3 edited
-
assets (added)
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/blueprints (added)
-
assets/blueprints/blueprint.json (added)
-
assets/icon-256x256.png (added)
-
assets/icon.svg (added)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
assets/screenshot-5.png (added)
-
assets/screenshot-6.png (added)
-
assets/screenshot-7.png (added)
-
assets/screenshot-8.png (added)
-
tags/1.3.8 (added)
-
tags/1.3.8/admin (added)
-
tags/1.3.8/admin/css (added)
-
tags/1.3.8/admin/css/dashify-dismissibles-styles.css (added)
-
tags/1.3.8/admin/css/dashify-order-styles.css (added)
-
tags/1.3.8/admin/css/dashify-table-styles.css (added)
-
tags/1.3.8/admin/css/util.css (added)
-
tags/1.3.8/admin/images (added)
-
tags/1.3.8/admin/images/calendar-svgrepo-com.svg (added)
-
tags/1.3.8/admin/images/chevron-right-double-svgrepo-com.svg (added)
-
tags/1.3.8/admin/images/chevron-right-svgrepo-com.svg (added)
-
tags/1.3.8/admin/images/cross-svgrepo-com.svg (added)
-
tags/1.3.8/admin/images/filter-svgrepo-com.svg (added)
-
tags/1.3.8/admin/images/search-svgrepo-com.svg (added)
-
tags/1.3.8/admin/images/star-angle-svgrepo-com.svg (added)
-
tags/1.3.8/admin/js (added)
-
tags/1.3.8/admin/js/dashify-dismissibles-script.js (added)
-
tags/1.3.8/admin/js/dashify-order-script.js (added)
-
tags/1.3.8/admin/js/dashify-order-table-script.js (added)
-
tags/1.3.8/admin/js/dashify-screen-options-script.js (added)
-
tags/1.3.8/admin/js/dashify-table-script.js (added)
-
tags/1.3.8/admin/js/util.js (added)
-
tags/1.3.8/dashify.php (added)
-
tags/1.3.8/features (added)
-
tags/1.3.8/features/navigation (added)
-
tags/1.3.8/features/navigation/icons (added)
-
tags/1.3.8/features/navigation/icons/analytics.svg (added)
-
tags/1.3.8/features/navigation/icons/appearance.svg (added)
-
tags/1.3.8/features/navigation/icons/chevron-down.svg (added)
-
tags/1.3.8/features/navigation/icons/chevron-up.svg (added)
-
tags/1.3.8/features/navigation/icons/comments.svg (added)
-
tags/1.3.8/features/navigation/icons/customers.svg (added)
-
tags/1.3.8/features/navigation/icons/dashboard.svg (added)
-
tags/1.3.8/features/navigation/icons/default.svg (added)
-
tags/1.3.8/features/navigation/icons/home.svg (added)
-
tags/1.3.8/features/navigation/icons/invoice.svg (added)
-
tags/1.3.8/features/navigation/icons/marketing.svg (added)
-
tags/1.3.8/features/navigation/icons/media.svg (added)
-
tags/1.3.8/features/navigation/icons/more.svg (added)
-
tags/1.3.8/features/navigation/icons/orders.svg (added)
-
tags/1.3.8/features/navigation/icons/pages.svg (added)
-
tags/1.3.8/features/navigation/icons/payments.svg (added)
-
tags/1.3.8/features/navigation/icons/plugins.svg (added)
-
tags/1.3.8/features/navigation/icons/posts.svg (added)
-
tags/1.3.8/features/navigation/icons/products.svg (added)
-
tags/1.3.8/features/navigation/icons/rank-math.svg (added)
-
tags/1.3.8/features/navigation/icons/settings.svg (added)
-
tags/1.3.8/features/navigation/icons/stripe.svg (added)
-
tags/1.3.8/features/navigation/icons/subscriptions.svg (added)
-
tags/1.3.8/features/navigation/icons/tools.svg (added)
-
tags/1.3.8/features/navigation/icons/users.svg (added)
-
tags/1.3.8/features/navigation/navigation.css (added)
-
tags/1.3.8/features/navigation/navigation.php (added)
-
tags/1.3.8/features/subscriptions (added)
-
tags/1.3.8/features/subscriptions/edit.css (added)
-
tags/1.3.8/features/subscriptions/edit.js (added)
-
tags/1.3.8/features/subscriptions/list.css (added)
-
tags/1.3.8/features/subscriptions/list.js (added)
-
tags/1.3.8/polyfill.php (added)
-
tags/1.3.8/readme.txt (added)
-
tags/1.3.8/settings.php (added)
-
trunk/dashify.php (modified) (7 diffs)
-
trunk/features/navigation/navigation.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dashify/trunk/dashify.php
r3179133 r3200465 3 3 * Plugin Name: Dashify 4 4 * Description: A modern design and UI for the WooCommerce admin. Manage, search, and navigate orders faster. Make the WordPress admin dashboard ecommerce-focused. 5 * Version: 1.3. 75 * Version: 1.3.8 6 6 * Author: Dashify 7 7 * License: GPLv2 or later … … 21 21 class Dashify_Base 22 22 { 23 const VERSION = '1.3. 7';23 const VERSION = '1.3.8'; 24 24 25 25 // HPOS … … 29 29 const LEGACY_SUBSCRIPTION_EDIT_PAGE_ID = 'shop_subscription'; 30 30 31 public function __construct() { 32 add_action( 'init', array( $this, 'init' ) ); 33 } 34 31 35 public function init() 32 36 { 37 // If not viewing the admin, or if on the frontend and cannot see the 38 // admin bar, there’s no need to load Dashify. 39 if ( ! is_admin() && ! is_admin_bar_showing() ) { 40 return; 41 } 33 42 add_action( 34 43 'admin_enqueue_scripts', … … 97 106 98 107 include_once( DASHIFY_PATH . 'features/navigation/navigation.php' ); 99 $navigation = new Dashify_Navigation(); 100 $navigation->init(); 108 new Dashify_Navigation(); 101 109 } 102 110 … … 506 514 'heading' => 'Improvements', 507 515 'content' => array( 508 ' Order, Subscription, and Product list searches show the number of matching results',516 'Dashify will only run when it’s needed, improving performance and load time.', 509 517 ) 510 518 ), … … 512 520 'heading' => 'Bug fixes', 513 521 'content' => array( 514 ' Admin Menu Editor compatibility for WordPress multisite networks',522 'Fixed misaligned Meow Apps navigation item.', 515 523 ) 516 524 ), … … 1043 1051 1044 1052 $dashify = new Dashify_Base(); 1045 $dashify->init(); -
dashify/trunk/features/navigation/navigation.php
r3179133 r3200465 16 16 17 17 class Dashify_Navigation { 18 public function init() {18 public function __construct() { 19 19 // Since there is no WooCommerce in the Network Admin, we skip creating 20 20 // a custom navigation. … … 354 354 $admin_is_parent = true; 355 355 if ( $item[2] !== 'woocommerce' || is_plugin_active( 'admin-menu-editor/menu-editor.php' ) ) { 356 $style = $item[2] === 'meowapps-main-menu' ? 'style="padding-left: 24px;"' : ''; 356 357 $html .= " 357 358 <div class='dashify-menu-icon-title-chevron-container'> 358 359 <div class='dashify-menu-icon-title-container'> 359 360 $icon 360 <a href='admin.php?page={$submenu_items[0][2]}' $class $ aria_attributes>361 <a href='admin.php?page={$submenu_items[0][2]}' $class $style $aria_attributes> 361 362 $title 362 363 </a> -
dashify/trunk/readme.txt
r3179133 r3200465 3 3 Tags: admin theme, order status, shopify, woocommerce orders, woocommerce search 4 4 Requires at least: 4.7 5 Tested up to: 6. 66 Stable tag: 1.3. 75 Tested up to: 6.7 6 Stable tag: 1.3.8 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 64 64 - ⭐ **Hide specific custom fields in orders and subscriptions.** You can mark custom fields as hidden, and then they won’t show in any order or subscription edit view. 65 65 - ⭐ **Sort order line items by SKU.** When packing orders with many items, this helps you find items faster if they’re also sorted by SKU in your warehouse or fulfillment center. 66 - ⭐ **Sort order line items by product menu order.** The items in a customer’s order can be sorted the same as they appear in the admin product list and on the Shop page.66 - ⭐ **Sort order line items by product menu order.** The items in a customer’s order can be sorted the same as they appear in the admin product list “Sorting” view and on the Shop page. 67 67 68 68 [Screenshots](https://getdashify.com/#pro) / [Pricing](https://getdashify.com/#pricing) … … 119 119 == Changelog == 120 120 121 ### 1.3.8 (2024-12-01) 122 123 #### Improvements 124 - Dashify will only run when it’s needed, improving performance and load time. 125 126 #### Bug fixes 127 - Fixed misaligned Meow Apps navigation item. 128 121 129 ### 1.3.7 (2024-10-30) 122 130
Note: See TracChangeset
for help on using the changeset viewer.