Vedanshu Jain
|
ee119e0a7e
|
Revert "Introduce a `reserved stock` class and database table to prevent race conditions during checkout"
|
2020-04-21 15:37:21 +05:30 |
Vedanshu Jain
|
3bf473517d
|
Merge pull request #25708 from woocommerce/update/reserve-stock-for-checkout
Introduce a `reserved stock` class and database table to prevent race conditions during checkout
|
2020-04-07 02:16:22 +05:30 |
Vedanshu Jain
|
a8d60a8864
|
Merge pull request #25856 from woocommerce/fix-reset-action-scheduler-db-update-routine
Fix minor inconsistencies in the WC 4.0 database update routines
|
2020-04-06 18:07:39 +05:30 |
Mike Jolley
|
62e099bd84
|
Add table schema
|
2020-04-03 15:55:15 +01:00 |
Jeff Stieler
|
6a8d8b27d9
|
Fix missing notes table on 4.0.0 upgrade. (#25891)
* Don't attempt to create a WC-Admin note before the tables exist.
|
2020-03-13 12:20:41 -06:00 |
Rodrigo Primo
|
f32c062739
|
The db update routine that updates the db version should be the last one
This commit simply changes the order of the database update callbacks
for WC 4.0 to make sure that wc_update_400_db_version is the last one.
|
2020-03-10 09:31:45 -03:00 |
Rodrigo Primo
|
cd75870267
|
Add the wc_update_400_ prefix to db update routine
The db update routine that resets action scheduler migration status was
missing the wc_update_400_ prefix. Doing this for the sake of
consistency.
|
2020-03-10 09:27:30 -03:00 |
vedanshujain
|
4b3977868b
|
Display only wc-admin notices when enabled to avoid duplicate notices
|
2020-03-05 16:53:10 +05:30 |
Peter Fabian
|
7fdee5b03e
|
Merge pull request #25707 from woocommerce/fix/as-460
Mark AS migration pending when updating WC to ensure migration happens.
|
2020-02-25 22:03:45 +01:00 |
Peter Fabian
|
63486a1cb0
|
Force the saving of notices for the 'install' notice to prevent performance problems for all notices, while also making it less prone to race conditions during the installation.
|
2020-02-25 15:00:37 +01:00 |
Peter Fabian
|
992c6538dc
|
Force the saving of notices only for the 'update' notice to prevent performance problems.
|
2020-02-25 14:58:02 +01:00 |
Peter Fabian
|
7ec65a1b35
|
Added the WC Admin enabled db update notice.
|
2020-02-23 21:59:03 +01:00 |
vedanshujain
|
90ab985cfb
|
Mark AS migration pending when updating WC to ensure migration happens.
Ideally https://github.com/woocommerce/action-scheduler/pull/470 should take care of this issue, but since we have AS 3.x in the wild without fix in the PR, this change is also necessary.
|
2020-02-19 18:19:11 +05:30 |
Peter Fabian
|
5fc2e8fba9
|
Only skip the store_notices during new install in AS.
|
2020-02-07 11:06:35 +01:00 |
Jeff Stieler
|
3cf9d76ed4
|
Fix wc_admin_daily event schedule persistence.
Avoid an option update race condition.
|
2020-02-04 16:04:27 -08:00 |
Christopher Allford
|
57734ca8ce
|
Merge branch 'master' into refactor/add-jetpack-constants
|
2020-02-04 14:36:35 -08:00 |
Rohan V
|
e2cb1dea73
|
Fix codestyle
|
2020-02-04 19:44:05 +05:30 |
Rohan Vakharia
|
4be33acd66
|
Merge branch 'master' into master
|
2020-02-04 19:23:22 +05:30 |
Peter Fabian
|
7a24aaecd5
|
Updated versions to 4.0.
|
2020-02-03 23:36:52 +01:00 |
Christopher Allford
|
6ad091a9b7
|
Changed all of the constant accesses into corresponding Automattic\Jetpack\Constants usages
|
2020-01-28 21:21:29 -08:00 |
Mike Jolley
|
2638879bdc
|
Add columns to schema and update routine
|
2020-01-20 14:21:42 +00:00 |
Christopher Allford
|
2b503e0409
|
Changed the MaxMind database update process to move the existing archive instead of deleting it
|
2020-01-15 10:24:13 -08:00 |
Christopher Allford
|
c34a5b6ffe
|
Added an update task to increase the database version
|
2020-01-14 13:39:47 -08:00 |
Christopher Allford
|
e851160927
|
Removed the erroneous space on the woocommerce_geoip_updater scheduled event
|
2020-01-14 13:20:41 -08:00 |
Christopher Allford
|
b577b8a386
|
Changed the geoip update cron to run every 15 days to better comply with MaxMind's TOS
|
2020-01-13 17:02:41 -08:00 |
Christopher Allford
|
ef0eccf0ac
|
Added upgrade step for removing the legacy MaxMind database
|
2020-01-13 11:18:14 -08:00 |
Christopher Allford
|
02ee3f695e
|
Moved the database update from the WC_Geolocation class to the MaxMind-specific integration
|
2020-01-09 23:22:42 -08:00 |
Rohan V
|
83c88e47a5
|
Add fix to increase column size for existing installations
|
2019-12-18 13:24:18 +05:30 |
Rohan V
|
2541786ef5
|
Increase field size for new installation
|
2019-12-18 12:49:32 +05:30 |
Claudio Sanches
|
08d301779b
|
Set max index length for slug in tax class table
|
2019-07-09 17:59:16 -03:00 |
Claudio Sanches
|
b178f1be1f
|
Set initial tax classes
|
2019-07-09 15:13:02 -03:00 |
Claudio Sanches
|
1425b0c3b6
|
Crate tables before create options
|
2019-07-09 15:12:34 -03:00 |
Claudio Sanches
|
958a970255
|
Include missing wc_tax_rate_classes in WC_Install::get_tables
|
2019-07-09 15:02:07 -03:00 |
Claudio Sanches
|
db06d3dbae
|
Merge branch 'master' into update/22164-tax-rate-class-table
|
2019-07-08 18:12:23 -03:00 |
Claudio Sanches
|
a4b8184464
|
Merge pull request #23950 from parmarhardip/fix-23944
Currency changes applied for 'São Tomé and Príncipe dobra' and 'Mauritanian ouguiya'
|
2019-07-08 16:12:53 -03:00 |
MD0123-Hardip
|
530d53c428
|
added new 370 function for currency updater.
|
2019-06-25 15:17:16 +05:30 |
Claudio Sanches
|
d17b96646c
|
Fixed database update tool, fixing System Status, REST API and CLI
|
2019-06-19 17:19:13 -03:00 |
Mike Jolley
|
f113d26e44
|
Update routine
|
2019-03-20 15:27:43 +00:00 |
Mike Jolley
|
5d1020300e
|
wc_tax_rate_classes table
|
2019-03-20 14:19:11 +00:00 |
Gerhard
|
778245bc43
|
Revert test
|
2019-03-20 16:06:11 +02:00 |
Gerhard
|
4edd63fedf
|
usort not uasort
|
2019-03-20 14:06:13 +02:00 |
Gerhard
|
fb0e2db448
|
Keep track of version numbers in seperate variable before sorting it
|
2019-03-20 14:05:12 +02:00 |
Gerhard
|
6234b7bd13
|
uasort does not return a value but instead works by reference.
|
2019-03-20 14:00:26 +02:00 |
Gerhard
|
b97e780b0b
|
Use version_compare for finding the latest version and not max as it is not string friendly.
|
2019-03-20 13:56:57 +02:00 |
Mike Jolley
|
520c517410
|
Merge pull request #23019 from woocommerce/update/onsale-lookup
onsale lookup table
|
2019-03-14 11:10:35 +00:00 |
Mike Jolley
|
6995e6ec84
|
Merge pull request #22981 from woocommerce/update/22976
Updating geolocation download to avoid wp_upload_dir and direct filesystem access
|
2019-03-13 17:41:54 +00:00 |
Mike Jolley
|
53896e3149
|
onsale lookup
|
2019-03-13 17:14:20 +00:00 |
Mike Jolley
|
20d7603dd6
|
Merge branch 'fix/21034'
|
2019-03-12 13:47:08 +00:00 |
Mike Jolley
|
4ab3cc2204
|
Merge branch 'update/21017'
|
2019-03-12 13:45:48 +00:00 |
Mike Jolley
|
638812cdd3
|
Merge pull request #22904 from woocommerce/update/20577
Updates - Docs and ActionScheduler implementation
|
2019-03-12 13:21:48 +00:00 |