dist
6 years ago
images
6 years ago
includes
6 years ago
languages
6 years ago
src
6 years ago
vendor
6 years ago
license.txt
6 years ago
readme.txt
6 years ago
uninstall.php
6 years ago
woocommerce-admin.php
6 years ago
readme.txt
631 lines
| 1 | === WooCommerce Admin === |
| 2 | Contributors: automattic |
| 3 | Tags: ecommerce, e-commerce, store, sales, reports, analytics, dashboard, activity, notices, insights, stats, woo commerce, woocommerce |
| 4 | Requires at least: 5.3.0 |
| 5 | Tested up to: 5.3.2 |
| 6 | Requires PHP: 5.6.20 |
| 7 | Stable tag: 1.0.0 |
| 8 | License: GPLv3 |
| 9 | License URI: https://github.com/woocommerce/woocommerce-admin/blob/master/license.txt |
| 10 | |
| 11 | == Description == |
| 12 | |
| 13 | WooCommerce Admin is a new JavaScript-driven interface for managing your store. The plugin includes new and improved reports and a dashboard to monitor key metrics of your site. |
| 14 | |
| 15 | **New Reports for WooCommerce** |
| 16 | |
| 17 | WooCommerce Admin has a host of new reports that are optimized for speed and have advanced filters that allow you to dive into data about your store: |
| 18 | |
| 19 | - Revenue Report |
| 20 | - Orders Report |
| 21 | - Products Report |
| 22 | - Categories Report |
| 23 | - Coupons Report |
| 24 | - Taxes Report |
| 25 | - Downloads Report |
| 26 | - Stock Report |
| 27 | - Customers Report |
| 28 | |
| 29 | **Customizable Dashboard** |
| 30 | |
| 31 | WooCommerce Admin also allows store owners to customize a new dashboard screen with “performance indicators” that correspond in importance to their store’s operation. |
| 32 | |
| 33 | == Getting Started == |
| 34 | |
| 35 | = Minimum Requirements = |
| 36 | |
| 37 | * WordPress 5.3 |
| 38 | * WooCommerce 3.6.0 or greater |
| 39 | * PHP version 5.6.20 or greater. PHP 7.2 or greater is recommended |
| 40 | * MySQL version 5.0 or greater. MySQL 5.6 or greater is recommended |
| 41 | |
| 42 | Visit the [WooCommerce server requirements documentation](https://docs.woocommerce.com/document/server-requirements/) for a detailed list of server requirements. |
| 43 | |
| 44 | = Automatic installation = |
| 45 | |
| 46 | Automatic installation is the easiest option, as WordPress handles the file transfers and you don't need to leave your web browser. To perform an automatic install: |
| 47 | 1. Log in to your WordPress dashboard. |
| 48 | 2. Go to: Plugins > Add New. |
| 49 | 3. Enter “WooCommerce Admin” in the Search field, and view details about its point release, the rating and description. |
| 50 | 4. Select “Install Now” when you’re ready. |
| 51 | |
| 52 | = Manual installation = |
| 53 | |
| 54 | The manual installation method involves downloading the plugin and uploading it to your web server via your favorite FTP application. The WordPress Codex contains instructions at [Manual Plugin Installation](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation). |
| 55 | |
| 56 | = Where can I report bugs or contribute to the project? = |
| 57 | |
| 58 | Bugs should be reported in the [WooCommerce Admin GitHub repository](https://github.com/woocommerce/woocommerce-admin/). |
| 59 | |
| 60 | = This is awesome! Can I contribute? = |
| 61 | |
| 62 | Yes, you can! Join our [GitHub repository](https://github.com/woocommerce/woocommerce-admin/) |
| 63 | |
| 64 | Release and roadmap notes are available on the [WooCommerce Developers Blog](https://woocommerce.wordpress.com/category/wc-admin/) |
| 65 | |
| 66 | == Screenshots == |
| 67 | |
| 68 | 1. WooCommerce Admin Dashboard |
| 69 | 2. Activity Panels |
| 70 | 3. Analytics |
| 71 | |
| 72 | == Changelog == |
| 73 | |
| 74 | = 0.26.0 2020-02-21 = |
| 75 | |
| 76 | - Fix: Warning in product data store when tax amount is non-numeric. #3656 |
| 77 | - Fix: Enable onboarding in production. #3680 |
| 78 | - Enhancement: Move Customers report to WooCommerce Menu #3632 |
| 79 | - Performance: Remove slow physical products query from non setup checklist pages #3722 |
| 80 | - Tweak: use cron instead of Action Scheduler for unsnoozing notes. #3662 |
| 81 | - Dev: Add tracks events when profiler steps are completed #3726 |
| 82 | - Dev: Ensure continue setup loads the onboarding profiler #3646 |
| 83 | - Fix: Added new control in /packages/components/src/select-control/list.js #3700 |
| 84 | - Fix: Alignment of select text #3723 👏 @edmundcwm |
| 85 | - Performance: Make Stock Panel indicator more performant. #3729 |
| 86 | - Performance: Remove sideloaded images to save on build size #3731 |
| 87 | - Fix: Create Onboarding homepage without redirect #3727 |
| 88 | - Add: Deactivation note for feature plugin #3687 |
| 89 | - Dev: Travis tests on Github for release branch #3751 |
| 90 | |
| 91 | = 0.25.0 2020-01-29 = |
| 92 | |
| 93 | - Fix: Onboarding: Mark profiler complete on WC update #3590 (On Merge to WC Core, Onboarding) |
| 94 | - Dev: fix strict standards in Scheduler classes #3583 |
| 95 | - Task: Avoid redundant/unnecessary cleanup. #3580 (On Merge to WC Core) |
| 96 | - Fix: Fix styling of search control in report table header and filters. #3603 (Analytics, Components, Packages) |
| 97 | - Fix: report table search component. #3618 (Analytics, Components, Packages) |
| 98 | - Performance: Remove unnecessary use of lodash get #3598 (Onboarding) |
| 99 | - Tweak: don't modify page titles for existing WooCommerce pages. #3585 (On Merge to WC Core) |
| 100 | - Dev: Handle custom currency formats #3349 (Components, Packages) |
| 101 | - Fix: Update broken note action hooks #3535 (Activity Panel, Inbox) |
| 102 | - Dev: Onboarding: Only Show Retry Button on Plugin install failure #3545 |
| 103 | - Dev: SelectControl: Add an option to show all options on refocus #3551 (Components, Packages) |
| 104 | - Fix: SQL error in category table sort. #3521 (Analytics) |
| 105 | - Dev: Onboarding: Add option to track appearance completion #3503 (Onboarding) |
| 106 | - Enhancement: add customer privacy erasure support. #3511 (Analytics) |
| 107 | - Fix: handle uninstallation when in feature plugin mode. #3546 (On Merge to WC Core) |
| 108 | - Fix: Exception on dashboard once Onboarding tasks are complete #3513 |
| 109 | - Tweak: Onboarding - Add Skip Step link on Themes Step. #3490 (Onboarding) |
| 110 | - Bug: Add SelectControl debouncing and keyboard fixes #3507 (Components, Packages) |
| 111 | - Tweak: Included RegExp for JS files in examples.config.js #3510 (Build, Extensibility) 👏 @yash-webkul |
| 112 | - Bug: Onboarding: Don't show skip link if no plugins exist to skip #3485 (Onboarding) |
| 113 | - Fix: Make package-based load inert when plugin is active. #3555 (On Merge to WC Core) |
| 114 | - Dev: Onboarding: Add purchase products task list item #3472 (Onboarding) |
| 115 | - Fix: Properly style theme selection button in Site Profiler #3489 |
| 116 | - Dev: Onboarding: Add tracks to extension purchase task and modal #3493 (Onboarding) |
| 117 | - Tweak: Change Refunds to Returns on the dashboard. #3514 |
| 118 | - Dev: Update translation scripts and instructions for creating `.json` files. #3433 (Build) |
| 119 | - Bug: Onboarding: Add in tracks for failed plugin installation #3483 (Onboarding) |
| 120 | - Dev: Onboarding: Add theme install and activation endpoints #3482 (Onboarding, REST API) |
| 121 | - Fix: component styles for WordPress 5.3. #3357 (Build, Components, Design, Packages) |
| 122 | - Dev: Onboarding: Add another option to platforms. #3471 (Onboarding) |
| 123 | - Fix: `CompareFilter` functionality regression. #3421 (Analytics, Components, Packages) |
| 124 | - Fix: don't run database migrations on new installs. #3473 |
| 125 | - Fix: WC-Admin header on settings and status pages. #3389 (Activity Panel) |
| 126 | - Enhancement: allow filtering of hidden WP notices. #3391 (Activity Panel, Extensibility) |
| 127 | - Fix: show pending product reviews when comment moderation is disabled. #3459 (Activity Panel) |
| 128 | - Dev: AssetDataRegistry: update SQL example #3418 |
| 129 | - Tweak: Scroll to notices when displayed while the notice area is scrolled out of view. #3390 (Activity Panel) |
| 130 | - Dev: DataStores: normalize contexts to plural #3419 |
| 131 | - Enhancement: allow report cache layer to be turned off. #3434 |
| 132 | - Bug: Fix user data fields filter name. #3428 (Dashboard) |
| 133 | - Fix: error when trying to download report data. #3429 (Analytics) |
| 134 | - Dev: Update to latest PHPUnit 7 #3571 (Build) |
| 135 | - Fix: invalidate Reports cache when changing Analytics settings. #3465 (Analytics, REST API, Settings) |
| 136 | - Bug: Onboarding: Skip Shipping connect step if Jetpack is already connected #3486 (Onboarding) |
| 137 | - Fix: Time zone offset calculation on customer last active date. #3388 (Analytics) |
| 138 | - Dev: Default the Calypso environment to production #3347 (Onboarding) |
| 139 | - Bug: Onboarding: Update shipping task button text #3400 (Onboarding) |
| 140 | - Bug: Onboarding: Update check for TOS accepted in tax step #3245 (Onboarding) |
| 141 | - Fix: remove the header when user doesn't have required permissions #3386 (Activity Panel) |
| 142 | - Dev: Add autocomplete props to address fields in onboarding and adjust country/state matching #3338 (Onboarding) |
| 143 | - Dev: Add purchase modal at the end of the profile wizard #3444 (Onboarding) |
| 144 | - Dev: Standardize hook and filter prefixes. #3339 (On Merge to WC Core) |
| 145 | - Fix: make report filter date props optional #3359 (Components, Extensibility, Packages) |
| 146 | - Tweak: Add/disable plugin filter #3361 |
| 147 | - Dev: Onboarding - Add button to continue setup after importing products #3402 (Build, Onboarding) |
| 148 | |
| 149 | = 0.24.0 2020-01-06 = |
| 150 | |
| 151 | - Bug: Add SelectControl debouncing and keyboard fixes #3507 (Components, Packages) |
| 152 | - Fix: Properly style theme selection button in Site Profiler #3489 |
| 153 | - Dev: Update translation scripts and instructions for creating `.json` files. #3433 (Build) |
| 154 | - Dev: Add initial documentation for the historical data import. #3506 (Documentation) |
| 155 | - Dev: Onboarding: Add purchase products task list item #3472 (Onboarding) |
| 156 | - Dev: Onboarding: Add another option to platforms. #3471 (Onboarding) |
| 157 | - Dev: Add singular/plural distinction to onboarding plugins installation #3517 (Onboarding) |
| 158 | - Dev: Onboarding: Add theme install and activation endpoints #3482 (Onboarding, REST API) |
| 159 | - Tweak: Onboarding - Add Skip Step link on Themes Step. #3490 (Onboarding) |
| 160 | - Bug: Onboarding: Skip Shipping connect step if Jetpack is already connected #3486 (Onboarding) |
| 161 | - Bug: CI: use PR repo instead of main repo when checking out branches. #3512 (Build) |
| 162 | - Tweak: Included RegExp for JS files in examples.config.js #3510 (Build, Extensibility) 👏 @yash-webkul |
| 163 | - Dev: Onboarding: Add tracks to extension purchase task and modal #3493 (Onboarding) |
| 164 | - Tweak: Change Refunds to Returns on the dashboard. #3514 |
| 165 | - Fix: invalidate Reports cache when changing Analytics settings. #3465 (Analytics, REST API, Settings) |
| 166 | - Dev: DataStores: normalize contexts to plural #3419 |
| 167 | - Dev: AssetDataRegistry: update SQL example #3418 |
| 168 | - Fix: show pending product reviews when comment moderation is disabled. #3459 (Activity Panel) |
| 169 | - Enhancement: allow report cache layer to be turned off. #3434 |
| 170 | - Tweak: Scroll to notices when displayed while the notice area is scrolled out of view. #3390 (Activity Panel) |
| 171 | - Dev: Add autocomplete props to address fields in onboarding and adjust country/state matching #3338 (Onboarding) |
| 172 | - Dev: Update instructions for documenting new components. #3443 (Components, Documentation) |
| 173 | - Dev: Add purchase modal at the end of the profile wizard #3444 (Onboarding) |
| 174 | - Fix: component styles for WordPress 5.3. #3357 (Build, Components, Design, Packages) |
| 175 | - Bug: Onboarding: Don't show skip link if no plugins exist to skip #3485 (Onboarding) |
| 176 | - Bug: Onboarding: Add in tracks for failed plugin installation #3483 (Onboarding) |
| 177 | - Dev: Fix the "is this card useful" prompt display #3427 (Onboarding) |
| 178 | - Tweak: Add/disable plugin filter #3361 |
| 179 | - Bug: Onboarding: Update shipping task button text #3400 (Onboarding) |
| 180 | - Dev: Default the Calypso environment to production #3347 (Onboarding) |
| 181 | - Dev: Standardize hook and filter prefixes. #3339 (On Merge to WC Core) |
| 182 | - Fix: WC-Admin header on settings and status pages. #3389 (Activity Panel) |
| 183 | - Dev: Fix revenue question translation with currency conversion #3358 (Onboarding, Packages) |
| 184 | - Fix: make report filter date props optional #3359 (Components, Extensibility, Packages) |
| 185 | - Dev: Onboarding - Add button to continue setup after importing products #3402 (Build, Onboarding) |
| 186 | - Bug: Onboarding: Update check for TOS accepted in tax step #3245 (Onboarding) |
| 187 | |
| 188 | = 0.23.3 2019-12-26 = |
| 189 | |
| 190 | - Fix: don't run database migrations on new installs. #3473 |
| 191 | |
| 192 | = 0.23.2 2019-12-19 = |
| 193 | |
| 194 | - Enhancement: allow filtering of hidden WP notices. #3391 (Activity Panel, Extensibility) |
| 195 | - Fix: error when trying to download report data. #3429 (Analytics) |
| 196 | - Bug: Fix user data fields filter name. #3428 (Dashboard) |
| 197 | - Fix: `CompareFilter` functionality regression. #3421 (Analytics, Components, Packages) |
| 198 | - Fix: Time zone offset calculation on customer last active date. #3388 (Analytics) |
| 199 | - Fix: remove the header when user doesn't have required permissions #3386 (Activity Panel) |
| 200 | |
| 201 | = 0.23.1 2019-12-08 = |
| 202 | |
| 203 | - Fix: undefined function error. |
| 204 | |
| 205 | = 0.23.0 2019-12-06 = |
| 206 | |
| 207 | - Dev: Add currency extension #3328 (Packages) |
| 208 | - Fix: errant moment locale data loading. #3362 (Components, Packages) |
| 209 | - Dev: Packages: Prep for release. #3325 (Build, Components, Packages) |
| 210 | - Bug: Settings: Persist date range selection #3293 |
| 211 | - Dev: Remove Newspack dependency. #3302 |
| 212 | - Dev: DB Updates: invalidate cache after update #3299 |
| 213 | - Fix: beginning of next day calculation on daylight saving time on the days the time changes. #3333 (Analytics) |
| 214 | - Tweak: Add a filter that allows disabling WooCommerce Admin. #3350 (On Merge to WC Core) |
| 215 | - Fix: Retrieve week last year data by calendar date instead of week alignment. #3271 (Analytics, Packages) |
| 216 | - Bug: Check if extended_info is set for order report items #3315 (REST API) |
| 217 | - Tweak: remove global settings dependency from Navigation package. #3294 (Components, Packages) |
| 218 | - Fix: Fix checkout of master branch in CI environment. #3296 (Build) |
| 219 | - Fix: decouple Date package from global wcSettings object. #3278 (Components, Packages) |
| 220 | - Fix: Make the order count between customer and table total consistent. #3290 (Analytics) |
| 221 | - Fix: decouple Currency and Number packages from global wcSettings object. #3277 (Components, Packages) |
| 222 | - Bug: Filter invalid statuses from saved statuses #3268 |
| 223 | - Dev: use a filter to set default locale #3273 |
| 224 | - Dev: Allow core inclusion via Package.php #3196 (Build) |
| 225 | - Dev: Fix filter gap on analytics select controls #3259 (Components, Packages) |
| 226 | - Bug: Correcting and clarifying analytics terms and calculations #3104 (Analytics, Components, Packages) |
| 227 | - Dev: rename data store get_* to add_* functions where function does not return values #3275 |
| 228 | - Tweak: Search component: remove dependency on settings global from countries autocompleter. #3262 (Components, Packages) |
| 229 | - Dev: PHPCS fixes for onboarding files #3269 (Documentation) |
| 230 | - Dev: Add a tracks queue to delay event recording & log embed page views #3250 |
| 231 | - Dev: Make WooCommerce brand localizable #3247 |
| 232 | - Fix: Add single customer REST API end point. #3174 (REST API) |
| 233 | - Dev: fix typos in JS docs #3248 |
| 234 | - Bug: Select control: fix misalignment and hide scroll bar #3215 (Components, Packages) |
| 235 | - Dev: capitalize WooCommerce Services #3249 |
| 236 | |
| 237 | = 0.22.0 2019-11-13 = |
| 238 | |
| 239 | - Fix: Incorrect calculation of tax summary on Taxes screen. #3158 (Analytics) |
| 240 | - Fix: Correct product and coupon count on edited orders. #3103 (Analytics) |
| 241 | - Bug: Update filter picker to use key instead of id #3214 (Analytics, Components, Packages) |
| 242 | - Enhancement: prompt stores to add their first product(s). #3119 (Inbox) |
| 243 | - Dev: Move Analytics REST endpoints to `wc-analytics` namespace. #3204 (Components, Packages) |
| 244 | - Tweak: add usage tracking inbox notice. #3112 (Activity Panel, Inbox) |
| 245 | - Task: Fix PHP linter errors. #3188 |
| 246 | - Enhancement: Add query filters to data stores. |
| 247 | - Dev: Refactor data store classes. #2961 (REST API) |
| 248 | - Dev: WooCommerce Admin has been marked as compatible with WooCommerce 3.8.0. #3201 |
| 249 | - Bug: Fix ellipsis menu style #3141 (Analytics, Components, Packages) |
| 250 | - Tweak: Field misalignment in product edit screen. #3145 |
| 251 | - Dev: update tested to version for WC and WP #3162 |
| 252 | - none needed. #3138 (Documentation) |
| 253 | |
| 254 | = 0.21.0 2019-10-30 = |
| 255 | |
| 256 | - Fix: report export format when generated server-side. #2987 (Analytics, Packages) |
| 257 | - Tweak: automatically update DB version during plugin updates. #3113 |
| 258 | - Tweak: add visual feedback for Inbox Note Actions #3039 (Activity Panel, Build, Inbox) |
| 259 | - Fix: Address discrepancies in Revenue totals between Analytics screens. #3095 (Analytics) |
| 260 | - Tweak: track inbox note views. #3096 (Activity Panel, Build, Inbox) |
| 261 | - Dev: Fix asset image URL and business extension images #3062 |
| 262 | - Dev: Fix broken plugin builds by adding missing feature flag check #3053 (Build) |
| 263 | - Enhancement: add management link to Reviews panel. #3011 (Activity Panel) |
| 264 | - Fix: Error in category comparison chart. #3027 (Analytics, REST API) |
| 265 | - Dev: Add the ability to create custom plugin builds #3044 (Build) |
| 266 | - Fix: create table error during import. #3022 (Analytics, Build) |
| 267 | - Tweak: Moved WC-Admin specific actions from TableCard to ReportTable. #2900 (Build, Components, Packages) |
| 268 | |
| 269 | = 0.20.1 2019-09-24 = |
| 270 | |
| 271 | - Fix: use category lookup id instead of term taxonomy id (#3027) |
| 272 | - Fix: Update order stats table status index length. (#3022) |
| 273 | |
| 274 | = 0.20.0 2019-09-24 = |
| 275 | |
| 276 | - Dev: Fix issue #2992 (order number in orders panel) #2994 |
| 277 | - Dev: Replace lodash isNaN() with native Number.isNaN() #2998 (Build, Packages) |
| 278 | - Enhancement: add option to email a download link when exporting reports. #2899 (Analytics, REST API) |
| 279 | - Dev: Ignore filename rules for PSR-4 classes. #2967 (Build) |
| 280 | - Fix: Catch notices that are hooked earlier than priority 10. #2981 |
| 281 | - Dev: Category Lookup Table - Fix Category Segments #2253 |
| 282 | - Performance: add caching layer to analytics. #2970 (Analytics) |
| 283 | - Dev: Replace lodash isFinite() with native Number.isFinite() #2977 (Build, Components, Packages) |
| 284 | - Bug: Fix conflict with Blocks 2.4 #2846 |
| 285 | - Dev: Add filter to notes datastore where clauses. #2819 |
| 286 | - Dev: Copy component READMEs to docs folder before GH page deploy. #2952 (Build) |
| 287 | - Dev: Add GitHub pages deploy step to Travis config. #2940 (Build, Documentation) |
| 288 | - Dev: Fix plugin installation when working from a push instead of a pull request. #2950 (Build) |
| 289 | - Dev: Fix pull request branch detection on CI (try #2) #2944 (Build) |
| 290 | - Dev: Only build pushes to master branch. #2941 (Build) |
| 291 | - Performance: reduce JS bundle size. #2933 (Build) |
| 292 | - Dev: Fix pull request branch detection on CI #2942 (Build) |
| 293 | - Dev: refresh component documentation #2872 (Build, Components, Documentation, Packages) |
| 294 | - Dev: Simplified intervals_missing method of DataStore class #2920 👏 @codemascot |
| 295 | - Dev: Simplified intervals_missing method of TimeInterval class #2920 👏 @codemascot |
| 296 | |
| 297 | = 0.19.0 2019-09-24 = |
| 298 | |
| 299 | - Dev: Use upstream webpack-rtl-plugin #2870 (Build) |
| 300 | - Dev: Fix variable name typo #2922 |
| 301 | - Fix: persist date_last_active for customer reports #2881 (Analytics) 👏 @cojennin |
| 302 | - Tweak: consistent naming for report columns. #2845 (Design) |
| 303 | - Tweak: schedule customer lookup table updates instead of running during checkout. #2832 |
| 304 | - Tweak: have Import note action scroll to import section of settings screen. #2799 (Activity Panel, Components, Inbox, Packages) |
| 305 | - Bug: Fix chart type buttons misalignment #2871 (Components, Packages) |
| 306 | - Updated to color-studio v2 and refreshed the color scheme #2837 (Build, Components, Packages) |
| 307 | - Tweak: change report charts filter name. #2843 (Components, Documentation, Packages) |
| 308 | - Dev: Update no data message in table #2854 (Components, Packages) |
| 309 | |
| 310 | = 0.18.0 2019-08-28 = |
| 311 | |
| 312 | - Fix: Product in dropdown clickable in FF/Safari #2839 (Components, Packages) 👏 @cojennin |
| 313 | - Fix: gross order total calculation. #2817 (Analytics) |
| 314 | - Fix: Date calculation on notes being double adjusted to UTC. #2818 (Inbox) |
| 315 | - Bug: Orders report now shows coupons in Coupon(s) column #2812 (Analytics) 👏 @cojennin |
| 316 | - Fix: Bug navigating from DevDoc component pages to WP dashboard pages. #2827 (Documentation) |
| 317 | - Enhancement: add Facebook extension inbox note. #2798 (Activity Panel, Inbox) |
| 318 | - Enhancement: handle simple to variable product changes in reports. #2814 (Analytics) |
| 319 | - Dev: Release Scripts: Update to reflect refactor #2796 (Build) |
| 320 | - Fix: Import all used Gutenberg component styles. #2679 |
| 321 | - Fix: report column visibility preference bug. #2806 (Analytics, Components, Packages, Settings) |
| 322 | - Dev: Components: prepare changelogs for release #2802 (Build, Components, Packages) |
| 323 | - Fix: remove date picker from Customers Report. #2805 (Analytics) |
| 324 | - Tweak: add empty dataset treatment for report tables. #2801 (Analytics, Components, Packages) |
| 325 | - Dev: Search List Control: fix long count values cut-off in IE11 #2783 (Components, Packages) |
| 326 | - Dev: Update List actionable items to be wrapped with Link #2779 (Components, Packages) |
| 327 | |
| 328 | = 0.17.0 2019-08-15 = |
| 329 | |
| 330 | - Fix: chart data fetch/render over long time periods #2785 (Analytics) |
| 331 | - Task: update the class filename exclusion to /src/ for PSR-4 #2794 |
| 332 | - Tweak: Increase zIndex on popover elements. #2777 |
| 333 | - Fix: chart display when comparing categories. #2710 (Analytics) |
| 334 | - Fix: Allow WooCommerce Admin to be deleted through the plugin screen when WooCommerce is not active. #2762 |
| 335 | - Fix: Charts being partially rendered on long time periods. #2776 (Analytics) |
| 336 | - Task: update WC tested to version to 3.7.0 #2782 |
| 337 | - Fix: Customer last active date showing `Invalid date`. #2764 (Analytics) |
| 338 | - Task: Update report endpoints to be PSR-4 autoloaded #2755 (Build) |
| 339 | - Bug: Fix daily cron event (PSR-4) #2754 (Build) |
| 340 | - Fix: issue where product category update button was not always clickable #2753 |
| 341 | - Fix: Add version parameter to `_doing_it_wrong` on `current_screen`. #2733 |
| 342 | - Task: Update feature classes to be PSR-4 autoloaded. #2736 (Build) |
| 343 | - Fix: Short circuit admin title filter when applied by third parties too early. #2744 |
| 344 | - Fix: chart display when comparing categories. #2708 (Analytics) |
| 345 | - Bug: Only apply current submenu CSS reset on non-embed pages. #2687 |
| 346 | - Dev: Add `wc_admin_get_feature_config` filter to feature config array. #2689 |
| 347 | |
| 348 | = 0.16.0 2019-07-24 = |
| 349 | |
| 350 | - Tweak: Change verbiage of feedback notification. #2677 |
| 351 | - Dev: Update unit tests to work with PHPUnit 7+. #2678 |
| 352 | - Fix: Bug that was preventing confirmation dialog from showing after saving settings. #2660 |
| 353 | - Fix: completed orders lingering in activity panel. #2659 (Activity Panel, REST API) |
| 354 | - Dev: Webpack: Use wp.url instead of bundling package #2663 (Build) |
| 355 | - Fix: Location of unread indicators in activity panel. #2662 |
| 356 | - Bug: Fix missing nav on connected admin pages. #2676 |
| 357 | - Task: Add priority 2 Tracks events #2633 (Components, Packages) |
| 358 | - Dev: Replace 'stringifyQuery' with 'addQueryArgs' #2655 (Build, Components, Packages) |
| 359 | - Task: Add priority 3 Tracks events #2638 (Components, Packages) |
| 360 | - Fix: Z-index issue in empty message on chart #2646 (Components, Packages) |
| 361 | - Dev: Tests setup: bring in Woo Core dependencies #2640 (Build) |
| 362 | - Fix: Disable placeholder animation when prefers-reduced-motion is set #2645 (Accessibility) |
| 363 | - Task: Add instructions for translating to contributing docs. #2618 (Documentation) |
| 364 | - Dev: show example extension list as list in readme #2619 (Documentation) |
| 365 | - Fix: react-spring breaking IE11 #2698 (Build) |
| 366 | |
| 367 | = 0.15.0 2019-07-11 = |
| 368 | |
| 369 | - Fix: Compare checkboxes in report tables #2571 |
| 370 | - Dev: Introduce a new Products by Tag(s) block #554 |
| 371 | - Dev: Tracks: Fix Link onclick #2594 (Components, Packages) |
| 372 | - Fix: Use correct links in DevDocs. #2602 (Documentation) |
| 373 | - Fix: Prevent error when no actionable order statuses are set #2577 |
| 374 | - Fix: exclude old WC auto-draft orders from import #2612 (Analytics) |
| 375 | - Dev: Fix: propType validation warnings on embedded pages #2607 |
| 376 | - Fix: Only calculate one order row when the order has multiple coupons. #2484 (Analytics) |
| 377 | - Fix: Cast is_snoozable as int prior to database save #2573 |
| 378 | - Performance: check for scheduled snooze action once per hour instead of every admin request. #2593 |
| 379 | - Fix: Update layout of Settings Page and notify users when settings are not saved. #2544 |
| 380 | - Dev: Update color-studio to 1.0.5 #2575 (Build, Packages) |
| 381 | - Task: Add tracks event to Store Alert and Inbox Notification action clicks #2559 |
| 382 | - Fix: Change size of Header to 56px - fixes bug in product edit page toolbar being hidden. |
| 383 | - Dev: Add countLabel prop to SearchListItem #2569 (Components, Packages) |
| 384 | - Task: Send tracks event for snoozing store alerts. #2560 |
| 385 | - Fix: Stock notifs: fix low_stock_amount for variations #2546 |
| 386 | - Enhancement: Add Report CSV Export Endpoint #2526 (Analytics, REST API) |
| 387 | - Tweak: remove placeholder link. #2561 |
| 388 | - Fix: WordPress Notifications Activity Panel falsely saying there are notices to be seen. #2552 |
| 389 | - Dev: Route handling: Remove hash in favor of path parameter #2444 (Components, Packages) |
| 390 | - Dev: Customizable dashboard: handle turned off feature flag #2548 |
| 391 | - Dev: Dashboard: Add Tracks events #2550 (Dashboard) |
| 392 | - Task: Tracks: Add chart and table events #2557 |
| 393 | - Fix: Fixes issue with alerts on mobile #2537 |
| 394 | - Bug: Fix batch queue range bug. #2521 |
| 395 | - Dev: Advanced Filters: Add Tracks events #2525 (Components, Packages) |
| 396 | - Tweak: Open external note action links in a new tab #2462 (Activity Panel, Inbox) |
| 397 | - Tweak: fix some report endpoint default params. #2496 (REST API) |
| 398 | - Enhancement: Remove updated stock products from Activity Panel #2442 (Activity Panel) |
| 399 | - Fix: Track name for activity panel open event #2532 |
| 400 | - Enhancement: Add Reports CSV Exporter Class #2502 (Analytics) |
| 401 | - Fix: margins on non-update notices. #2487 👏 @benignant |
| 402 | - Enhancement: add state/region to Customers Report. #2463 (Analytics) 👏 @KZeni |
| 403 | |
| 404 | = 0.14.0 2019-06-24 = |
| 405 | |
| 406 | - Dev: Action Scheduler: fix potential endless sync #2425 |
| 407 | - Dev: Fix Activity Panel being overlapped by editor toolbar #2446 (Activity Panel) |
| 408 | - Bug: add match=any support for advanced orders table filter #2228 |
| 409 | - Dev: update tested to version in plugin repo readme.txt #2443 |
| 410 | - Fix: PHP errors on missing refund orders during import. #2464 (Analytics) |
| 411 | - Dev: Allow keyboard interaction in Stock Activity Panel form #2447 (Accessibility, Activity Panel) |
| 412 | - Dev: Activity Panels: Add track event when panels are opened. #2498 (Build) |
| 413 | - Dev: Add wp-api-fetch script to dependencies #2460 |
| 414 | - Dev: Remove the "wpClosedMenu" page setting #2441 (Build) |
| 415 | - Enhancement: Report Tables: Add example extension #2440 (Build, Components, Extensibility, Packages) |
| 416 | - Fix: fix type in readme changelog for 0.13.0 #2457 (Documentation) |
| 417 | - Tweak: Add test to catch missing version updates. #2424 (Build) |
| 418 | - Dev: Fix revenue and orders charts using the wrong endpoint in the Dashboard #2417 (Dashboard) |
| 419 | - Fix: handle internal `rest_do_request()` error conditions. #2423 (Dashboard) |
| 420 | - Dev: Fix conflicts with WordPress.com toolbar #2431 (Activity Panel) |
| 421 | - Task: Remove test menu from Orders panel #2438 (Activity Panel) |
| 422 | - Dev: Table queries: remove befor/after from no interval endpoints #2422 |
| 423 | - Tweak: Reduce style dependencies on WP core, avoid errantly including WP core's Google Fonts. #2432 (Components) |
| 424 | - Dev: Update Dashboard Charts naming and order #2429 (Dashboard) |
| 425 | - Bug: Fix search bar in Orders page not being tapable on mobile #2384 |
| 426 | |
| 427 | = 0.13.2 2019-06-13 = |
| 428 | |
| 429 | - Fix: Bump plugin version for database update. |
| 430 | |
| 431 | = 0.13.1 2019-06-12 = |
| 432 | |
| 433 | - Fix: Exit deactivate early if WooCommerce not active. #2410 |
| 434 | |
| 435 | = 0.13.0 2019-06-12 = |
| 436 | |
| 437 | - Fix: Notes: update sales record link #2397 |
| 438 | - Enhancement: Settings: Add default date settings #2292 (Components, Dashboard, Packages) |
| 439 | - Dev: Add tracks to import jobs #2193 |
| 440 | - Dev: Notes: Add filters to disable milestone and sales record notes. #2227 |
| 441 | - Enhancement: Trigger an action server side when admin note actions are clicked #2325 |
| 442 | - Dev: Fix Activity Panel layout on mobile #2405 (Activity Panel) |
| 443 | - Dev: Add uninstall file to release ZIP #2402 (Build) |
| 444 | - Bug: Fix wrong average numbers in chart legends #2352 (Analytics, Components, Packages) |
| 445 | - Dev: Add date_created_gmt property to orders endpoint #2086 (Activity Panel) |
| 446 | - Enhancement: Add progress bars to Historical Data Import screen #2312 |
| 447 | - Bug: Fix some data not to being imported when 'skip_existing' option is enabled #2385 |
| 448 | - Fix: Double space at 191 row #2369 👏 @shoheitanaka |
| 449 | - Enhancement: Only show unactioned notes in the Inbox panel. #2327 (Inbox) |
| 450 | - Bug: Don't create Notices tab in Activity Panel if notices HTML element was removed by a plugin #2378 |
| 451 | - Tweak: Allow paragraph tags in admin notes. #2344 (Inbox) |
| 452 | - Tweak: Allow note action URLs to be empty. #2324 (Inbox) |
| 453 | - Bug: Prevent inactive tabs from making requests #2377 |
| 454 | - Task: Remove second beta warning from readme #2362 |
| 455 | - Fix: Misspelling at update config.js #2368 👏 @shoheitanaka |
| 456 | - Dev: Transpile newspack-components package #2348 (Build) |
| 457 | - Dev: Low stock handling inconsistencies with WooCommerce 3.6+ #2191 |
| 458 | - Dev: Remove d3-array dependency #2286 (Build) |
| 459 | - Dev: Dashboard Extentions: Add a section #2280 (Build, Components, Extensibility, Packages) |
| 460 | - Fix: Move StoreAlerts below screen meta links on embed pages. #2291 |
| 461 | - Fix: Extensions: fix registering a page #2301 (Extensibility) |
| 462 | - Dev: Fix `box-shadow-8dp` error. #2290 (Components, Packages) |
| 463 | - Fix: Dashboard Extension Example: Make namespace unique #2302 (Extensibility) |
| 464 | - Dev: Persisted Queries: Avoid adding to non time related screens #2225 (Build) |
| 465 | - Dev: Remove customizable dashboard heading #2321 (Dashboard) |
| 466 | - Bug: Add missing space in Orders Activity Panel card #2306 (Activity Panel) |
| 467 | - Task: Remove beta warning from readme. #2340 |
| 468 | - Dev: Dashboard: Extend charts data #2258 (Dashboard, Extensibility) |
| 469 | - Bug: Handle `WC_Admin_Notices`. #2245 (Activity Panel, On Merge to WC Core) |
| 470 | - Bug: Exclude auto-draft and trashed orders from imports. #2265 |
| 471 | - Fix: wc-api: Remove reference to import update functions #2277 (Dashboard) |
| 472 | - Enhancement: Add support for “primary” admin notice actions. #2269 |
| 473 | - Enhancement: Allow links in admin notice content. #2272 |
| 474 | - Fix: Remove errant import update operation from `wp-api` spec. #2271 |
| 475 | - Dev: Hook up import/totals endpoint to Historical Data Import screen #2208 |
| 476 | - Fix: Refactor main file into singleton class structure #2226 |
| 477 | |
| 478 | = 0.12.0 2019-05-14 = |
| 479 | |
| 480 | - Fix: dashboard issues #2194 |
| 481 | - Fix: Dashboard: re-arrange section dropdown order #2216 |
| 482 | - Fix: Refactor page handler API #2209 |
| 483 | - Fix: EllipsisMenu misalignment in wide containers #2207 |
| 484 | - Dev: Handle “all guests” when getting customers from orders. #2038 |
| 485 | - Dev: Order milestones: prevent order count queries from being issues on every request. #2224 |
| 486 | - Dev: Replace Rebuild reports settings with Import Historical Data #2198 |
| 487 | - Dev: add a defaultValue parameter to the ReportFilters component #2150 👏 @rrennick |
| 488 | - Dev: Record refunds separate from order entries #2083 |
| 489 | - Dev: Add refund filtering to order reports #2179 |
| 490 | - Dev: Hook up API Historical Data screen to API endpoints #2177 |
| 491 | - Fix: Show Y grid ticks/lines in charts where all values are lower than 1 #2147 |
| 492 | - Fix: Dashboard: Rename class/feature to remove conflict with legacy dashboard widget #2138 |
| 493 | - Fix: add defaultOrder field to tablecard header #2139 👏 @rrennick |
| 494 | - Fix: Travis: Exit scripts with error when one occurs #2184 |
| 495 | - Dev: Save section/block preferences in user data #2148 |
| 496 | - Fix: Vertically center Dashboard 'Add more' button #2171 |
| 497 | - Fix: Don't make an API call when there are no performance indicators #2157 |
| 498 | - Dev: Add Historical Data Import Screen #2073 |
| 499 | - Fix: Fix customer type filter param in orders report #2169 |
| 500 | - Dev: EllipsisMenu: Refactor children to renderContent #2154 |
| 501 | - Dev: Dashboard: Section add, remove, move up, and move down #2134 |
| 502 | - Fix: Persist chart interval in Dashboard #2156 |
| 503 | - Dev: Allow renaming Dashboard sections #2131 |
| 504 | - Dev: Add import endpoint and controller #2034 |
| 505 | - Fix: Prevent chart type buttons breaking in two lines #2135 |
| 506 | - Dev: Support Sequential Order Numbers in Downloads Report order number filter #1907 |
| 507 | - Dev: Scroll to top of the table when navigating table pages #2051 |
| 508 | - Dev: Add empty state for the Reviews panels #2124 |
| 509 | |
| 510 | = 0.11.0 2019-04-17 = |
| 511 | |
| 512 | - Dev: Extend report submenu items #2033 |
| 513 | - Dev: Extension Examples #2018 |
| 514 | - Dev: Update admin notes readme #2043 |
| 515 | - Dev: Add profile wizard base page #1933 |
| 516 | - Dev: Method to publish core ready features #1863 |
| 517 | - Dev: Add PHP autofix to pre-commit hook #2022 |
| 518 | - Dev: PHP Lint fixes #2023 |
| 519 | - Dev: Update Link in readme to Proper Location #2026 |
| 520 | - Dev: Split D3Chart utils/axis file #2000 |
| 521 | - Dev: Remove coupon_total from order stats table #1975 |
| 522 | - Fix: Transpile acorn-jsx package #2064 |
| 523 | - Fix: Inbox: Giving Feedback Notice #2019 👏 @Mr-AjayM |
| 524 | - Fix: Check if welcome message notice exists before creating it #2063 |
| 525 | - Fix: Respect manual offsets in default before/after params #2035 |
| 526 | - Fix: Fix wrong dates in Reviews and Orders panels of the Activity Panel #2013 |
| 527 | - Fix: Make customer name extendable #1976 |
| 528 | - Fix: center mobile icon vertically #1990 👏 @rrennick |
| 529 | - Fix: search filter focus #1994 |
| 530 | - Fix: Fix date filter layout on Android #1996 |
| 531 | - Fix: Order Status filter: <select> is not vertically aligned #1971 👏 @dinhtungdu |
| 532 | - Fix: add filter length condition to enable filter check #1983 👏 @rrennick |
| 533 | - Fix: lookup product title in order meta if product has been deleted #1977 👏 @rrennick |
| 534 | - Fix: Cast order totals as floats when calculating net total #1945 |
| 535 | - Enhancement: Add empty state in Stock panel #2049 |
| 536 | - Enhancement: Add empty state in Orders panel #2037 |
| 537 | - Enhancement: Hook up Stock panel #1998 |
| 538 | - Enhancement: Add order milestone notifications. #1872 |
| 539 | - Enhancement: Add leaderboard controller and endpoint #1995 |
| 540 | - Enhancement: Hook up leaderboards endpoint to dashboard #2004 |
| 541 | - Enhancement: Activity Panel: Add a mobile app note #2008 |
| 542 | - Enhancement: Scroll to top only when URL changes #1989 |
| 543 | - Enhancement: Allow negative values in charts #1979 |
| 544 | |
| 545 | = 0.10.0 2019-04-02 = |
| 546 | |
| 547 | - Dev: Properly namespaced methods in wc-admin.php. props @ronakganatra9 #1804 |
| 548 | - Dev: Changed text-domain to `woocommerce-admin` #1795 |
| 549 | - Dev: Updates to plugin header #1764 |
| 550 | - Dev: Clear scheduled actions on plugin deactivate #1715 |
| 551 | - Dev: Refactor getFilterQuery #1873 |
| 552 | - Dev: Update npm dependencies #1913 |
| 553 | - Fix: ESLint error in leaderboards #1914 |
| 554 | - Fix: REST API Requests failing with isUnboundedRequest #1954 |
| 555 | - Fix: Bugs in Reviews panel #1947 |
| 556 | - Fix: Scroll to top of page when changing reports #1958 |
| 557 | - Fix: Update variations controller filter names #1949 |
| 558 | - Fix: Sku sorting in variations report #1952 #1801 props @ronakganatra9 |
| 559 | - Fix: REST API customers exact match filters |
| 560 | - Fix: EmptyContent on narrow viewports #1703 |
| 561 | - Fix: Empty chart and summary numbers in Categories Report #1698 |
| 562 | - Fix: Display chart and summary numbers placeholders when loading search terms #1694 |
| 563 | - Fix: Display order number on reports #1706 |
| 564 | - Fix: Missing Date Picker Calendar in RTL #1810 |
| 565 | - Fix: Circles on chart hover #1816 |
| 566 | - Fix: Date Range dropdown for RTL locales #1803 |
| 567 | - Fix: Sorting by tax_code in Taxes Report #1811 |
| 568 | - Fix: Charts in RTL locales #1794 |
| 569 | - Fix: RTL css #1781 |
| 570 | - Fix: CSS Lint issues in store-alerts #1793 |
| 571 | - Fix: Products stats segmentation when filtering categories #1779 |
| 572 | - Fix: Remove timezone from appendTimestamp() output #1778 |
| 573 | - Fix: REST API Make variations and coupons endpoints return zero-value items #1765 |
| 574 | - Fix: REST API make categories return zero-value items #1755 |
| 575 | - Fix: REST API Make products and rates endpoints return zero-value items #1722 |
| 576 | - Fix: Taxes report, sort taxes numerically #1766 |
| 577 | - Fix: Chart comparison mode single category #1762 |
| 578 | - Fix: Simplify options in filters #1748 |
| 579 | - Fix: Show compared keys in chart legends even if their values are 0 #1754 |
| 580 | - Fix: IE11 Leaderboard issue |
| 581 | - Fix: Use IDs instead of labels to identify chart legend items #1730 |
| 582 | - Fix: Update table columns visibility when loading finishes #1729 |
| 583 | - Fix: Update chart colors #1731 |
| 584 | - Fix: Date Picker css tabs #1717 |
| 585 | - Fix: Infinite loop in customer population #1936 |
| 586 | - Fix: PHP notices on orders data store #1870 |
| 587 | - Fix: Table links to internal reports #1824 |
| 588 | - Accessibility: Add button focus style to report chart interval selector #1740 |
| 589 | - Enhancement: Add "Cancel All" method to ActionScheduler Store #1813 |
| 590 | - Enhancement: Add store notice for processing historical data #1763 |
| 591 | - Enhancement: Ensure other scheduled actions are claimed before WC Admin actions #1759 |
| 592 | - Enhancement: Load on hold reviews in the Activity Panel: #1871 |
| 593 | - Enhancement: Add overlay to Product Placeholder image #1880 |
| 594 | - Enhancement: Added "Remind me later" ability to StoreAlert component #1848 |
| 595 | - Enhancement: Set reviews Activity Panel unread indicator based off REST API data #1824 |
| 596 | - Enhancement: Set orders Activity Panel unread indicator based off REST API data #1860 |
| 597 | - Enhancement: Hide Reviews Activity Panel if reviews are disabled #1852 |
| 598 | - Enhancement: Lookup product title in order meta if product has been deleted #1977 |
| 599 | - Performance: Avoid un-needed chart re-renders #1780 |
| 600 | - Performance: Don't run lookup table historical population on activation of plugin #1741 |
| 601 | - Performance: Don't dispatch REST API requests when window/tab is hidden #1732 |
| 602 | - Performance: Only check for unsnooze note on admin_init #1960 |
| 603 | |
| 604 | = 0.8.0 - 2019-02-28 = |
| 605 | |
| 606 | - Table Component: Reset search on compare |
| 607 | - MenuItem Component: Added isCheckBox prop |
| 608 | - a11y: Enhancements to “Rows per Table” on the dashboard |
| 609 | - Taxes Report: Fix comparison mode and segmentation labels |
| 610 | - Fix css linter errors |
| 611 | - Test Framework: Require WordPress 5.0 or greater to run phpunit |
| 612 | - Table Component: Fix search positioning in small viewports |
| 613 | - Chart Component: Preserve chart colors bug fix |
| 614 | - Navigation: Close wp-admin menu when navigating between reports in narrow viewports |
| 615 | - Analytics: Don’t show variation table when in an active search |
| 616 | - Dashboard: Fix for style of summary number placeholders |
| 617 | - Downloads/Customers Report: Fix for filters |
| 618 | - Product Variation name format now matches Woo core |
| 619 | - phpcs fixes in unit tests |
| 620 | - Chart: Mouse pointer now displayed in entire clickable area |
| 621 | - Analytics: Sort tabular data when selecting a Summary Number |
| 622 | - Chart: Fixes for the legend totals |
| 623 | - Build: Move IE11 css to specific css file |
| 624 | - Downloads Report: Fix for sorting bug |
| 625 | - Stock Report: fix the product link |
| 626 | - Chart: Refactor of d3 logic |
| 627 | - Autocompleter: Increase debounce time to reduce API requests |
| 628 | - Segmented Selection Component: fix for missing borders |
| 629 | - Chart: Add messaging when no data is available for selected filters |
| 630 | - Setup: Improvements to install flow |
| 631 |