Updated doctoc

Claudio Sanches 2019-08-27 19:05:00 -03:00
parent f15f9b5677
commit 6dab521a80
8 changed files with 60 additions and 2 deletions

@ -1,3 +1,17 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents
- [The database update has been running for hours/is not completing](#the-database-update-has-been-running-for-hoursis-not-completing)
- [I am having issues sorting/searching by SKU, price after the update](#i-am-having-issues-sortingsearching-by-sku-price-after-the-update)
- [Will there be any database issues if I downgrade to 3.5.x after updating to 3.6.x?](#will-there-be-any-database-issues-if-i-downgrade-to-35x-after-updating-to-36x)
- [The "Refund" input field is grayed out when viewing orders and trying to refund items](#the-refund-input-field-is-grayed-out-when-viewing-orders-and-trying-to-refund-items)
- [get_woocommerce_term_meta throws a deprecated notice, why was this wrapper deprecated?](#get_woocommerce_term_meta-throws-a-deprecated-notice-why-was-this-wrapper-deprecated)
- [Emogrifier update](#emogrifier-update)
- [What was deprecated in 3.6?](#what-was-deprecated-in-36)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## The database update has been running for hours/is not completing
As of 3.6.x database updates are ran using Action Scheduler which uses a system based upon WP Cron. **If WP Cron is disabled on your system, or cron jobs are delayed, these jobs may never run, or may take longer than usual to run.**

@ -5,6 +5,22 @@
- [What is WP-CLI?](#what-is-wp-cli)
- [WooCommerce Commands](#woocommerce-commands)
- [Examples](#examples)
- [Command:](#command)
- [Response:](#response)
- [Command:](#command-1)
- [Response:](#response-1)
- [Command:](#command-2)
- [Response:](#response-2)
- [Command:](#command-3)
- [Response:](#response-3)
- [Command:](#command-4)
- [Response:](#response-4)
- [Command:](#command-5)
- [Response:](#response-5)
- [Command:](#command-6)
- [Response:](#response-6)
- [Command:](#command-7)
- [Response:](#response-7)
- [Frequently Asked Questions](#frequently-asked-questions)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

@ -20,6 +20,8 @@
- [Table: `woocommerce_log`](#table-woocommerce_log)
- [Table: `wc_webhooks`](#table-wc_webhooks)
- [Table: `wc_download_log`](#table-wc_download_log)
- [Table: `wc_product_meta_lookup`](#table-wc_product_meta_lookup)
- [Table: `wc_tax_rate_classes`](#table-wc_tax_rate_classes)
- [Source File](#source-file)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

@ -2,7 +2,7 @@ This page lists a few extra VVV configurations that can be useful in some scenar
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
## Table of Contents
- [Activate Xdebug in VVV](#activate-xdebug-in-vvv)
- [Email setup in VVV](#email-setup-in-vvv)

@ -2,7 +2,7 @@ This page will guide you through the process of setting up WooCommerce developme
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
## Table of Contents
- [Pre-requisites](#pre-requisites)
- [Configure a local WordPress instance](#configure-a-local-wordpress-instance)

@ -1,3 +1,12 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents
- [SCSS](#scss)
- [Javascript](#javascript)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## SCSS
When updating SCSS files in the WooCommerce project, please **commit only your changes to unminified SCSS files**. The minification will be handled as part of the release process.

@ -1,3 +1,11 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents
- [3.8](#38)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
This document contains all the testing instructions for new features and enhancement that are added to each new release. Bugfix testing instructions will remain part of each PR only.
# 3.8

@ -1,3 +1,12 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents
- [Glossary & Style Guide](#glossary--style-guide)
- [Translating Video Tutorials](#translating-video-tutorials)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
We have a [project on translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/woocommerce). You can join the localization team of your language and help by translating WooCommerce. [Find more about using joining a language team and using GlotPress](https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/).
If WooCommerce is already 100% translated for your language, join the team anyway! We regularly update our language files, and new strings that need translation will likely be added soon.