Commit Graph

36221 Commits

Author SHA1 Message Date
Ron Rennick 25ab294e3e
Merge pull request #27456 from IanDelMar/gitattributes
LF line endings on checkout for PHP files
2020-08-26 09:20:41 -03:00
Ron Rennick c582ce2fd2
Merge pull request #27453 from arkadywtf/master
Fix PHP docblock summary for wc_get_coupon_id_by_code
2020-08-26 09:15:23 -03:00
Claudio Sanches 5240682f38 Improve choice of words 2020-08-25 18:03:03 -03:00
jonathansadowski c537a3f632
Merge pull request #27484 from woocommerce/fix/paypal-unit-tests
Fix paypal unit tests
2020-08-25 15:41:28 -05:00
Claudio Sanches 2b6d9a1074
Merge pull request #27485 from woocommerce/update/gh-workflows
woocommerce/action-build@v2 always build a zip file
2020-08-25 16:30:44 -03:00
Claudio Sanches ae3a444721 Merge branch 'fix/paypal-unit-tests' of github.com:woocommerce/woocommerce into fix/paypal-unit-tests 2020-08-25 16:15:03 -03:00
Claudio Sanches a133e56ebd Fixed unit tests 2020-08-25 16:13:49 -03:00
Ron Rennick e11ec4729e Include method title in name change 2020-08-25 16:13:28 -03:00
Ron Rennick 81dae70033 phpcs fixes 2020-08-25 15:41:31 -03:00
Ron Rennick de79f1a3cd update unit tests for included Paypal gate name change 2020-08-25 15:36:50 -03:00
Claudio Sanches 079572ae50 woocommerce/action-build@v2 always build a zip file 2020-08-25 15:07:15 -03:00
Claudio Sanches 889250b4f7
Merge pull request #27482 from woocommerce/update/wc-4.5-rc.1-version
Update version in woocommerce.php for 4.5.0 RC1
2020-08-25 14:21:03 -03:00
Jonathan Sadowski 9211844ace Update version in woocommerce.php for 4.5.0 RC1 2020-08-25 12:19:41 -05:00
Claudio Sanches 77fe18e0a0
Merge pull request #27481 from woocommerce/update/action-build-v2
Updated woocommerce/action-build to v2
2020-08-25 14:01:02 -03:00
jonathansadowski 22eccf4da1
Merge pull request #27480 from woocommerce/update/wc-4.5-rc.1-changelog
Update changelog and readme.txt for 4.5.1 RC.1
2020-08-25 11:49:44 -05:00
Claudio Sanches 59fbab9a42 Updated woocommerce/action-build in nightly builds 2020-08-25 13:42:07 -03:00
Claudio Sanches 4e15abbf53 Updated woocommerce/action-build to v2 2020-08-25 13:41:24 -03:00
Jonathan Sadowski d6d5042ae1 Update changelog and readme.txt for 4.5.1 RC.1 2020-08-25 11:40:38 -05:00
jonathansadowski 209ea6a8bb
Merge pull request #27448 from haydenw/fix-27436
Fix #27436
2020-08-25 09:18:07 -05:00
jonathansadowski 68d1641e5c
Merge pull request #27468 from woocommerce/fix/27467
Rename built-in PayPal payment method to PayPal Standard
2020-08-25 08:42:11 -05:00
Ron Rennick 41a7caae05
Merge pull request #27449 from haydenw/fix-27413
Fix #27413
2020-08-25 10:29:45 -03:00
Ron Rennick bdb1451f2b
Merge pull request #27441 from Rahmon/patch-1
Ensure that the return of get_the_terms is not a WP error
2020-08-25 10:13:45 -03:00
Néstor Soriano 4d7741c329
Merge pull request #27465 from woocommerce/revert-26885-fix/26780
Revert "Fixed HTML entities in product name not showing correctly in cart page"
2020-08-25 14:49:48 +02:00
Brent Shepherd a2e2d63265 Rename PayPal to PayPal Standard
In the admin area, not the front-end of the site.

Fixes #27467
2020-08-25 12:25:44 +10:00
Claudio Sanches 3732736029
Merge pull request #27443 from danielmorell/master
Fixed $columns type in WC_Shortcode_Products->get_wrapper_classes() docblock
2020-08-24 22:22:44 -03:00
jonathansadowski 386e44688b
Merge pull request #27466 from woocommerce/bump-wc-admin-version-to-1.5.0-rc.2
Bump wc-admin to 1.5.0-rc.2
2020-08-24 18:50:28 -05:00
Rebecca Scott 97902b00cd Bump wc-admin to 1.5.0-rc.2 2020-08-25 08:49:50 +10:00
jonathansadowski 09176808c7
Revert "Fixed HTML entities in product name not showing correctly in cart pag…" 2020-08-24 14:44:20 -05:00
Néstor Soriano 99e9d977ba
Merge pull request #27438 from woocommerce/update/readme-screenshots 2020-08-24 12:02:33 +02:00
GREYS dd10ad5637 Fix white space character #27360 2020-08-24 11:40:43 +09:00
IanDelMar 8c813277a9 LF line endings on checkout for PHP files 2020-08-23 11:37:58 +02:00
Arkadiy Asuratov 99d8e975c2 Fix docblock summary for wc_get_coupon_id_by_code 2020-08-22 22:20:12 +02:00
Hayden Whiteman 3fca3caf1d Fix #27413 2020-08-22 19:35:13 +12:00
Hayden Whiteman 201db0ca9e Fix #27436 2020-08-22 17:22:45 +12:00
Romario acfb3e5dfd Add spacing between '$dir 'and '.' 2020-08-21 15:25:21 -05:00
Romario 073c63c9c4 Replace dirname with __DIR__ and add DIRECTORY_SEPARATOR
Previously 'dirname(  __FILE__ )' was used to import files, however, the directory separator was missing.

This commit replaces 'dirname(  __FILE__ )' that was introduced in 5370d02484 with __DIR__  and added DIRECTORY_SEPARATOR
2020-08-21 15:16:26 -05:00
Daniel Morell 252128026f
Fixed $columns type in docblock 2020-08-21 12:55:28 -05:00
Ramon 7610e1311e
Ensure that the return of get_the_terms is not a WP error 2020-08-21 14:07:26 -03:00
Tam Mullen 9b9ebc396a
Merge pull request #27440 from woocommerce/fix/e2e-obw-remove-composite-products
Updating e2e tests for OBW changes
2020-08-21 17:42:40 +01:00
Tam Mullen b41bd5139d Updating e2e test for OBW changes 2020-08-21 16:03:02 +01:00
Gerhard 67806f3ddb Tweak site broke copy 2020-08-21 10:55:27 +02:00
Gerhard f70f4f51a0 Remove extra blank lines 2020-08-21 10:37:08 +02:00
George Jipa d91574b7e1 remove duplicate apply_filter 2020-08-21 11:36:03 +03:00
Gerhard 1df3d1e22a Update readme description section 2020-08-21 10:26:50 +02:00
Gerhard 3a65700f73 Update wp.org listing screenshots 2020-08-21 09:36:25 +02:00
Néstor Soriano a81aa50c03
Merge pull request #27426 from woocommerce/fix/27381
Updated priority of admin_body_class filter
2020-08-21 09:15:00 +02:00
Romario 5370d02484 Change relative include paths to absolute include paths
Relative include paths in PHP can break whenever the server is running opcache.  As such, WordPress.com deploy system refuses to include WooCommerce because of that issue.

This commit changes the relative include paths to absolute include paths.

Relates to #27269
2020-08-20 15:32:04 -05:00
jonathansadowski e8884c85db
Merge pull request #27431 from woocommerce/update/readme-contributors
Update contributors in readme to add sadowski
2020-08-20 13:25:11 -05:00
Jonathan Sadowski b48a29d911 Update contributors in readme to add sadowski 2020-08-20 13:23:49 -05:00
Claudio Sanches d8d608da47
Merge pull request #27430 from woocommerce/update/package-json-4-5-release
Update the package-lock.json from running npm install during 4.5 beta release
2020-08-20 14:52:25 -03:00