Commit Graph

1554 Commits

Author SHA1 Message Date
Sam 5b1de5fd65 switch back to javascript highlighting (ick) 2018-02-19 21:48:04 -06:00
Sam e2098652ca updated README to reflect bs options location 2018-02-19 21:46:08 -06:00
Sam e370d9a18f wrapping imagemin in a watcher to insure it finishes
Addresses issue #414 and similar where imagemin results in browsersync looping
2018-02-19 21:29:16 -06:00
Sam d8b45f064d fix paths, add files to ignored dist, and fix src buffer
buffer false on gulp.src to allow large images to pass through safely.
fix slash in front of bower and node.
added package-lock and gulpconfig to ignored list.
2018-02-19 20:44:32 -06:00
Sam a68ecba3e8 add 'skipBinary' so gulp-replace doesnt break large images
https://github.com/lazd/gulp-replace/issues/91
2018-02-19 20:35:14 -06:00
Johan Nielsen d1dac63120
Deprecation notices 2018-02-19 23:58:24 +01:00
Alex Wright 5d2b5d0a99 Add minor formatting fix for gulpfile.js 2018-02-15 09:34:34 -06:00
Alex Wright 3516c70943 Add compiled css with autoprefxed vendor prefixes 2018-02-15 08:59:12 -06:00
Alex Wright 8f0786e39f Add gulp-autoprefixer as dependency to package.json and as function in gulpfile.js 2018-02-15 08:57:02 -06:00
Holger Könemann 7b1f482f87 Updating WooCommerce compatibility 2018-02-14 08:53:36 +01:00
Holger b3e596d7de
Merge pull request #519 from typeplus/master
Woocommerce Product Slider Gallery Fix - Thx @typeplus !
2018-02-02 11:37:02 +01:00
Holger 257ed23ec4
Merge pull request #533 from lilolbear/master
DRYed config and added a non-conflicting vendor option with cleanup. Thx @lilolbear !!
2018-02-02 11:35:52 +01:00
Holger 35023d761f
Merge pull request #541 from mavisland/master - Thx @mavisland
Added Turkish translation
2018-02-02 11:34:24 +01:00
Tanju Yıldız f2c55d34b6 Added Turkish translation 2018-01-31 20:09:42 +03:00
Sam 1a446d5f42 ignore testing of vendor files 2018-01-27 17:38:17 -06:00
Sam 4d2a98585a Revert "ignore testing of vendor files"
This reverts commit ffb7c38e16.
2018-01-27 17:35:42 -06:00
Sam ffb7c38e16 ignore testing of vendor files 2018-01-27 17:33:52 -06:00
Sam 4252740df8 Added task to delete copy-assets files (safe src dir) 2018-01-25 16:11:27 -06:00
Sam f710222051 Added vendor subfolder option with default intact
paths.vendor defaults to "" keeping the current structure while allowing
for a vendor subfolder. Added gulp-replace to allow existing files
(just enqueue.php now) to be updated on gulp dist
2018-01-25 16:09:03 -06:00
Sam 4d54df2c63 DRYed out the paths and moved to gulpconfig.json 2018-01-25 16:01:24 -06:00
koenemann 6c37a49e17 Preparing 0.8.0 update 2018-01-22 09:16:57 +01:00
koenemann 826d0aa43c Replace Bootstrap 4 Beta 3 with Bootstrap 4 final 2018-01-22 09:09:25 +01:00
Jason King 3d6236d984
Place woocommerce product gallery slider fix before img max width declarations. 2018-01-10 16:12:54 +10:30
Jason King 1bd7160dd7
Enable woocommerce product gallery slider by default. 2018-01-10 16:11:37 +10:30
Holger Könemann 044f000028 Adding changelog infos for 0.7.0 2017-12-29 10:53:18 +01:00
Holger Könemann b921d02ec7 adding new screenshot.png 2017-12-29 10:48:48 +01:00
Holger Könemann 215a05783c preparing 0.7.0 update 2017-12-29 10:39:19 +01:00
Holger Könemann 09319ba378 update to BS4B3 part 2 2017-12-29 10:30:14 +01:00
Holger Könemann fc90da19cc Update dependencies to BS4Beta3 2017-12-29 10:16:24 +01:00
Holger 7fb3c4eb86
Merge pull request #511 from Vishal-Deshpande/patch-4
Update comments.php - Thx @Vishal-Deshpande
2017-12-29 10:10:19 +01:00
Vishal Deshpande 774cce6277
Update comments.php
(1 === $comment_count) was returning false even when 1 comment posted.
2017-12-28 14:35:34 +05:30
Holger 8382633fb7
Merge pull request #471 from Vishal-Deshpande/master
Right Sidebar Check - Thx @Vishal-Deshpande
2017-12-22 07:35:30 +01:00
Holger ce58281338
Merge pull request #500 from 0dp/patch-2
container type never gets set v.0.6.12 - Thx @0dp
2017-12-22 07:34:33 +01:00
Johan Nielsen 742cf2f6a2
container type never gets set v.0.6.12 2017-12-14 13:20:40 +01:00
koenemann be4f11c193 Edit changelog 2017-12-14 09:26:33 +01:00
koenemann 4b05927dc2 Re - add jQuery by default 2017-12-14 09:22:42 +01:00
koenemann 3247a5280e Preparing 0.6.12 update 2017-12-14 09:06:02 +01:00
koenemann 0da90aa66c Re-add understrap_setup_theme_default_settings 2017-12-14 08:59:29 +01:00
Holger e9f3c41280
Merge pull request #495 from shansmith01/fix-bootstrap-navwalker-dividers
Fix divider in Bootstrap nav - Thx @shansmith01 !
2017-12-11 08:58:49 +01:00
koenemann 75660c5963 Adding changelog infos for 0.6.11 2017-12-11 08:50:55 +01:00
koenemann 29a94c1692 Preparing 0.6.11 update 2017-12-11 08:44:38 +01:00
koenemann a8511cafa4 Cleanup functions.php 2017-12-11 08:44:03 +01:00
Shannon Smith 6d7783700c Fix divider in Bootstrap nav
Bootstrap nav water was using the wrong class for the dropdown so I
have adjusted that.
2017-12-11 17:02:48 +13:00
koenemann 2ea24eecd2 Removing span duplicate 2017-12-08 14:29:57 +01:00
Holger Könemann a97c485ea3 Fixing sanitizing, escaping and prefix´s issues 2017-12-06 10:20:33 +01:00
koenemann 44c38d710a Sorry, fixing the right fn name... 2017-12-05 08:53:57 +01:00
koenemann 86caee1f17 Rename understrap_woocommerce_form_field_args function 2017-12-05 08:51:44 +01:00
koenemann 642af5fb61 Update to 0.6.10 2017-12-04 08:36:18 +01:00
koenemann b95ee41617 Re-add themes default options 2017-12-01 14:32:22 +01:00
koenemann ec3562fcd4 REbuild JS 2017-12-01 08:15:21 +01:00