Commit Graph

2278 Commits

Author SHA1 Message Date
IanDelMar 9bfa9599e6
Fix WPCS sniff exclusion
Checking `templates/checkout/form-pay.php` against the WordPress Coding Standards throws an error because the `WordPress.WP.GlobalVariablesOverride.OverrideProhibited` error code has been replaced by the `WordPress.WP.GlobalVariablesOverride.Prohibited` error code in WPCS v2.0.0.
2020-06-12 15:29:35 +02:00
IanDelMar 56592ce140
Fix WPCS sniff exclusion
The `WordPress.WP.GlobalVariablesOverride.OverrideProhibited` error code has been replaced by the `WordPress.WP.GlobalVariablesOverride.Prohibited` error code in WPCS v2.0.0.
2020-06-12 14:30:54 +02:00
Zack Katz 846f8ab4fe
Fix unbalanced tag 2020-06-08 14:08:00 -06:00
Julia Amosova 4756d4c911 Add asterisk to star ratings if required checkbox is enabled 2020-05-24 18:27:08 -04:00
Néstor Soriano b9875a4fc1
Merge pull request #26445 from tsteur/issue_26414
Add hooks to "Add payment method form" to show additional fields and validate input
2020-05-15 10:16:53 +02:00
Thomas Steur 630b7f436d apply review feedback: better naming and coding style fix 2020-05-15 09:08:35 +12:00
Christopher Allford 472dcfe562
Merge pull request #26245 from slavicd/master
Correct DocBlock in email template file
2020-05-11 19:56:09 -07:00
Thomas Steur 19b074f46b
Trigger action to add additional fields before the add payment method save button 2020-05-11 13:09:39 +12:00
Slavic Dragovtev a5d03828f4
Fix DocBlock in email template
Fixes issue [#26244](https://github.com/woocommerce/woocommerce/issues/26244)
2020-04-22 20:19:50 +03:00
Ameen Jalali 4fcb8921d5 Fix wrong hooked function, issue #25996 2020-04-08 07:28:34 +04:30
Christopher Allford 46f58faeca Updated the admin-cancelled-order plain template to match the rich one 2020-04-06 13:24:52 -07:00
Christopher Allford 999b933580 Bumped the version for the admin-cancelled-order template, missed in #25316 2020-04-06 12:37:10 -07:00
Claudio Sanches 4c889feb05
Merge pull request #25316 from michaelignacio/master
Update wording on admin cancelled order email
2020-03-31 17:20:25 -03:00
Rodrigo Primo 701f5bee3b Update template version after #25668 2020-03-06 09:46:40 -03:00
Rodrigo Primo 9a0ce76ee4
Merge pull request #25668 from douglas-johnson/fix/form-row-class-name
Fix Class Name In Login Form: Change -FormRow to -form-row
2020-03-06 09:45:51 -03:00
Douglas Johnson d927b70c56 change -FormRow to -form-row 2020-02-13 16:10:04 -05:00
Jacob Arriola acb9fd51e8 Fix coding standard errors 2020-02-11 11:59:16 -08:00
Jacob Arriola eea787e0e8 Allow heading filter for up sells component 2020-02-10 15:52:27 -08:00
Peter Fabian 67b6f2f710 Bumped template versions where templates got modified since 3.9. 2020-02-06 16:03:57 +01:00
Claudio Sanches 107995ab9a Bump template versions and fix coding standards 2020-02-04 14:16:07 -03:00
Claudio Sanches e0ee96cd37
Merge pull request #25418 from helgatheviking/feature/quantity-placeholders
Add support for placeholders in quantity inputs
2020-02-04 14:05:39 -03:00
Peter Fabian 4a506ebcf7
Merge pull request #25530 from woocommerce/fix/country-region-label
Fix/country region label
2020-02-04 13:54:22 +01:00
vedanshujain ee274be95a Modified "Country" to "country / Region" for more inclusiveness 2020-02-04 13:46:13 +05:30
Rodrigo Primo ee5dc5c0be
Merge pull request #25294 from woocommerce/tweak/email-header-width
Set header table width to 100% for full width
2020-01-31 15:14:28 -03:00
Kathy Daring 93665d0bb8 Use 0 placeholder in grouped products 2020-01-20 10:33:59 -07:00
Kathy Daring 2cb9bba89e update template version to 3.10.0 2020-01-20 10:28:11 -07:00
Kathy Daring bcb17b62c2 Add support for placeholders in quantity inputs
(cherry picked from commit 99eb5074f3)
2020-01-16 12:47:15 -07:00
Michael Ignacio bb93491c66 Fix missing closing tag (#25226) 2019-12-25 23:45:28 +08:00
Michael Ignacio 825feae7b2 Update wording on admin cancelled order email (#25244) 2019-12-25 10:45:04 +08:00
Boro Sitnikovski af7534190e Set header table width to 100% for full width 2019-12-23 11:36:41 +01:00
Rodrigo Primo 7337ab60c2 Fix PEAR.Functions.FunctionCallSignature violations
This commit fixes all violations of the PEAR.Functions.FunctionCallSignature sniff automatically using phpcbf.
2019-12-20 15:25:23 -03:00
Rodrigo Primo 90dbd8295f Fix Squiz.ControlStructures.ControlSignature violations
This commit fixes all violations of the Squiz.ControlStructures.ControlSignature sniff automatically using phpcbf.
2019-12-20 15:09:09 -03:00
Rodrigo Primo 24cc92e67a Fix Squiz.PHP.EmbeddedPhp violations
This commit fixes all violations of the Squiz.PHP.EmbeddedPhp sniff automatically using phpcbf.
2019-12-20 15:06:29 -03:00
Rodrigo Primo 86c1b61f03 Fix Generic.WhiteSpace.ScopeIndent violations
This commit fixes all violations of the Generic.WhiteSpace.ScopeIndent sniff automatically using phpcbf.
2019-12-20 14:48:11 -03:00
Rodrigo Primo 73b5fff29e Fix Squiz.Strings.DoubleQuoteUsage violations
This commit fixes all violations of the Squiz.Strings.DoubleQuoteUsage sniff automatically using phpcbf.
2019-12-20 14:41:46 -03:00
Rodrigo Primo 656b39b4e2 Fix PSR2.ControlStructures.SwitchDeclaration violations
This commit fixes all violations of the PSR2.ControlStructures.SwitchDeclaration sniff automatically using phpcbf.
2019-12-20 14:40:11 -03:00
Rodrigo Primo b574b0b56b Fix Squiz.WhiteSpace.SuperfluousWhitespace violations
This commit fixes all violations of the Squiz.WhiteSpace.SuperfluousWhitespace sniff automatically using phpcbf.
2019-12-20 14:31:29 -03:00
Rodrigo Primo 2c74233be2 Fix WordPress.WhiteSpace.DisallowInlineTabs violations
This commit fixes all violations of the WordPress.WhiteSpace.DisallowInlineTabs sniff automatically using phpcbf.
2019-12-20 14:27:07 -03:00
Rodrigo Primo 62d6b05b58 Fix Generic.Formatting.MultipleStatementAlignment violations
This commit fixes all violations of the Generic.Formatting.MultipleStatementAlignment sniff automatically using phpcbf.
2019-12-20 14:21:08 -03:00
Rodrigo Primo 94373f78ea Fix WordPress.Arrays.MultipleStatementAlignment errors automatically using phpcbf 2019-12-20 13:51:26 -03:00
Rodrigo Primo 23ebeceb0e Fix PHPCS errors automatically using PHPCBF 2019-12-13 16:30:29 -03:00
Rodrigo Primo eefab9d672
Merge pull request #25093 from JoryHogeveen/patch-1
Before and after product list hooks
2019-12-13 16:28:45 -03:00
Rodrigo Primo 19ea00c6ce
Merge pull request #24764 from webdados/patch-1
Set image CSS on emails to be max-width: 100%
2019-12-11 15:12:09 -03:00
Claudio Sanches 6152ac74fd Updated email-addresses.php template version 2019-12-10 18:40:07 -03:00
Garrett Hyder 5c85f3c63d Fix invalid comments in email templates (#24928)
* Fix comment

* Fix comment

* Fix comment

* Add missing colons : to translator comments

* Add missing colon to translator comment

* Add missing colons to translator comments

* Add missing colons to translator comments

* Add missing colon to translator comment
2019-12-09 09:08:11 -03:00
Rodrigo Primo 6ecf05a197
Merge pull request #24914 from woocommerce/fix/24674
Fixed misleading message for Shipping options in cart
2019-12-06 12:18:56 -03:00
Gerhard Potgieter e300bc47b4
Merge pull request #25059 from R33D3M33R/patch-1
Allow related title changes
2019-12-06 15:20:57 +02:00
Rodrigo Primo e34601458b Bump template version after changes added in commit 1ba02bc 2019-12-04 18:47:57 -03:00
Rodrigo Primo efc99cab41
Merge pull request #25096 from BrandynL/add-hooks-to-lost-password-confirmation-page
add password confirmation do_actions
2019-12-04 18:47:02 -03:00
Claudio Sanches e3b2d9f10c Merge branch 'master' into feature/inline-notices 2019-12-04 16:26:10 -03:00