Commit Graph

33 Commits

Author SHA1 Message Date
IanDelMar 860d8c123a Fix WPCS errors and warnings + escaping
Fixes many WPCS errors and warnings

Also:
* Partly removes excessive php opening/closing tags.
* Uses printf for better readability in loop-templates/content-none.php.
* Adds understrap_kses_title() to escape post titles.
* Adds understrap_escape_the_archive_description() to escape the archive description.
* Fixes missing '__' after esc_html in author.php.
* Updates the phpcs.xml to reflect all the changes.
* Updates composer dependencies and scripts.
2020-04-19 12:08:39 +02:00
Gary Kealy afca2ffb56 Remove closing php tags at end of files 2019-07-04 15:58:08 +01:00
Thomas A. Reinert cd49f5adfc
Deleted due to #956 2019-06-09 01:11:44 +02:00
Holger c293c82d7d
Merge branch 'master' into woocommerce-3.6.1-updates 2019-04-28 15:27:12 +02:00
Holger Koenemann cac4962ddb Update Woocommerce version info 2019-04-22 18:38:43 +02:00
Chris Bibby 1fe315cfa2 Woocommerce 3.6.1 updates 2019-04-20 09:45:02 +08:00
Unknown 8255b9eeae single-product/add-to-cart/variation-add-to-cart-button.php
- Remove globals/add woocommerce_add_to_cart_form_action filter
- Update action placement so all product types are consistent

Reference:
90717295cfa9445e202c5528f19c2c408a79ef41
2983753809f45694af2365b6ea099e2840ccf8be
2018-06-05 20:31:16 -06:00
Unknown ef15c4fc50 single-product/add-to-cart/simple.php
- Remove globals/add woocommerce_add_to_cart_form_action filter
- Update action placement so all product types are consistent

Reference:
90717295cfa9445e202c5528f19c2c408a79ef41
2983753809f45694af2365b6ea099e2840ccf8be
2018-06-05 20:30:08 -06:00
Unknown 1467ffcd6e Remove identical files
Remove files identical to Woo source files;

Files are not needed for Bootstrap implementation.
2018-03-23 12:43:29 -06:00
Unknown 395c4da9f7 Add Bootstrap button classes to simple.php
Replace Woo classes with Bootstrap classes;

*Understrap edit
2018-03-23 12:42:33 -06:00
Unknown c015927740 Fixing versions
Fix versions which had been changed;
Current with Woo 3.3.4 release templates;
Fixes header formatting to be identical with Woo source files;
2018-03-23 12:30:05 -06:00
Unknown 0ee0b8a44f short-description check
Apply woocommerce_short_description filter before check if excerpt is empty;

Per new Woo template files;
2018-03-22 16:01:06 -06:00
Unknown da3cdfa847 product-thumbnails fixes
"wc_get_gallery_image_html" checks;
Use helper function which has more filters and moves logic out of template files "wc_get_gallery_image_html";
^ This also called for some more changes to the rest of the code. Woo introduced this to be compatible with 3.3.2

Per new Woo template files;
2018-03-22 16:01:06 -06:00
Unknown 54dc0b5450 Add-to-cart add action url
Per new Woo template files;
2018-03-22 16:01:06 -06:00
Unknown 76e8875ef4 Formatting and remove capitalization
Making identical to Woo files;
Add spaces;
Formatting;
Add period to exit text;
loop/orderby.php removes exit text, this is identical to Woo files and we should keep it unless they change. This will make it easier to compare templates;
2018-03-22 16:01:05 -06:00
Unknown f3b09b7955 Header fixes
Formatting;
Removing outdated Understrap comments;
Making identical to Woo;
2018-03-22 16:01:05 -06:00
Unknown 3fb28d3f64 Change version of templates to correct version
Set templates to most updated version from Woo, the version they are based on;
Adjust formatting to be identical to Woo;

Not all versions are 3.3.0, we should reflect the WooCommerce templates so that we know which version they are based on. There are instances  where seemingly older versions are the most current.
2018-03-22 16:00:16 -06:00
Holger Könemann a0c6bc127e WooCommerce update to 3.3.2 2018-03-20 18:51:20 +01:00
Holger Könemann 7b1f482f87 Updating WooCommerce compatibility 2018-02-14 08:53:36 +01:00
koenemann ba5a30e657 Changing woo commerce text domain 2017-11-28 09:04:07 +01:00
koenemann cb9b3f110e Channing texte-main to "woocommerce" for WooCommerce templates
No need for extra translations
2017-07-20 13:28:12 +02:00
Jason King 6d429df698 Woocommerce 3.1.0 Compatability 2017-06-29 22:19:15 +09:30
Jason King 05bd3a0606 Woocommerce 3.1.0 Compatability 2017-06-29 22:17:48 +09:30
Jason King fef3d20771 Woocommerce 3.1.0 Compatability 2017-06-29 22:16:27 +09:30
yeszao bc14c78b34 woocommerce button 2017-06-27 09:56:25 +08:00
Jason King 27fd9d67f9 Woocommerce 3.0.0 Support 2017-04-14 20:24:55 +09:30
Jason King 282489a2f0 Woocommerce 3.0.0 Support 2017-04-14 20:24:14 +09:30
Jason King a9a7413fd1 Woocommerce 3.0.0 Support 2017-04-14 20:22:01 +09:30
Holger Könemann 20f32ca241 keeping custom woo commerce overwrites 2017-02-11 10:44:17 +01:00
Holger Könemann 80ff0f07fd revert custom woo commerce integration to default integration 2017-02-11 10:39:09 +01:00
koenemann f54acbfd96 Replacing "woo commerce" namespace with "understrap" 2016-11-24 12:01:38 +01:00
Stef Kariotidis 86df36c4dd product thumbnails, ratings, short description 2016-11-19 20:34:53 +02:00
Stef Kariotidis 4eea77d775 add to cart button bootstrap style 2016-11-18 23:30:40 +02:00