Commit Graph

1700 Commits

Author SHA1 Message Date
IanDelMar 27572a2117 Update task dist-prod 2020-04-28 15:07:49 +02:00
IanDelMar 7ea00a95c9 Remove Bower
Bower has been dropped a while ago
2020-04-28 15:03:27 +02:00
IanDelMar 1d5013961e Update task dist
Fixes #1066
2020-04-28 14:58:29 +02:00
UnderstrapFramework 7e61a803f1
Merge pull request #1149 from IanDelMar/deps
Update dependencies
2020-04-28 13:41:15 +01:00
IanDelMar 0860210d27
Merge branch 'master' into deps 2020-04-28 14:33:38 +02:00
IanDelMar a230482355 Bump gulp-sass and node-sass
* Bumps gulp-sass from 4.0.2 to 4.1.0.
* Bumps node-sass from 4.13.1 to 4.14.0.
2020-04-28 14:31:35 +02:00
UnderstrapFramework 0b7c43420f
Merge pull request #1156 from IanDelMar/wpcs
Fix WPCS errors and warnings + escaping
2020-04-28 09:43:51 +01:00
UnderstrapFramework 246f123b57
Merge pull request #1160 from IanDelMar/patch-1
Update CONTRIBUTING.md
2020-04-28 09:43:30 +01:00
IanDelMar ba6f43b6f9
Update CONTRIBUTING.md
Closes #1125
2020-04-28 05:04:29 +02:00
IanDelMar ffdf78867e Remove content-none from <ul>
See #1016
2020-04-22 08:07:50 +02:00
IanDelMar c4eeba9d3a Update translator comment 2020-04-22 07:56:54 +02:00
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
IanDelMar ae52ff3702 Update composer dependencies and scripts 2020-04-18 10:22:43 +02:00
IanDelMar 884615d845 Remove gulp-rimraf and gulp-ignore
* Removes the deprecated 'gulp-rimraf'
* Replaces 'gulp-rimraf' by 'del' in task 'cleancss'
* Removes 'gulp-ignore' which was only used in task 'cleancss'
2020-04-14 09:53:33 +02:00
UnderstrapFramework 064e1d4534
Merge pull request #1137 from IanDelMar/patch-4
Fix DocBlocks
2020-04-14 08:21:53 +01:00
IanDelMar 09a1985c25 Update composer dependencies
* Updates composer.json
* Bumps dealerdirect/phpcodesniffer-composer-installer from version 0.5.0 to v0.6.2
2020-04-14 09:18:15 +02:00
IanDelMar b5f4ca61d8 Update URLs 2020-04-14 08:36:09 +02:00
IanDelMar 7ba9dca959 Remove task 'cssnano'
The task is a relic. gulp-cssnano has been removed in commit 1208774.
2020-04-14 08:23:01 +02:00
IanDelMar 9d1bee8c94 Update composer dependencies 2020-04-13 20:19:57 +02:00
IanDelMar a5251a8d9b Remove gulp-watch
gulp-watch was added in 207879eb1b but never used. UnderStrap uses gulp's watch method.
2020-04-13 18:10:55 +02:00
IanDelMar bb81469491 Move all dependencies to devDependencies
UnderStrap has no runtime node dependencies, so all dependencies are devDependencies.
2020-04-13 17:36:36 +02:00
IanDelMar 33ae79e627 Remove gulp-autoprefixer
gulp-autoprefixer was replaced by autoprefixer in #965
2020-04-13 17:17:46 +02:00
IanDelMar d88dca56dc Update dependencies
Bumps
2020-04-13 17:05:53 +02:00
UnderstrapFramework a74cd40cf4
Merge pull request #1135 from understrap/dependabot/npm_and_yarn/acorn-5.7.4
Bump acorn from 5.7.3 to 5.7.4
2020-04-13 13:31:18 +01:00
IanDelMar 7630599003
Fix DocBlocks 2020-03-19 17:12:32 +01:00
dependabot[bot] 771a3b0b40
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-15 20:11:07 +00:00
UnderstrapFramework e8c4eb1eca
Merge pull request #1127 from gillespieza/aligncenter_fix
Aligncenter fix
2020-03-15 09:25:27 +00:00
UnderstrapFramework 1a441a26ef
Merge pull request #1134 from understrap/revert-1128-typography_fixes
Revert "Typography fixes: blockquotes"
2020-03-15 09:25:11 +00:00
UnderstrapFramework 34e1bde984
Revert "Typography fixes: blockquotes" 2020-03-15 09:22:16 +00:00
UnderstrapFramework 45cc45e22e
Merge pull request #1128 from gillespieza/typography_fixes
Typography fixes: blockquotes
2020-03-15 09:21:02 +00:00
UnderstrapFramework 1f7327c7e4
Merge pull request #1101 from IanDelMar/patch-1
Move action hook outside if
2020-03-15 09:16:27 +00:00
Amanda Dominy 6be4239fc1 Extend .blockquote
The default class added to blockquotes when using WordPress Blocks (Gutenberg) is .wp-block-quote. Users may not know to add .blockquote to that, so extending the WordPress class to match the Bootstrap 4 class.
2020-02-29 12:52:07 +00:00
Amanda Dominy 53c7d59767 Fix aligncenter images
Images with .aligncenter still aren't centered with only the style .mx-auto because they need to be set to display:block as well.
2020-02-29 12:46:41 +00:00
UnderstrapFramework 41115509cd
Merge pull request #1109 from IanDelMar/node-dependencies
Update dependencies
2020-02-17 19:05:32 +00:00
IanDelMar 01ca1652e9
Merge branch 'master' into node-dependencies 2020-02-17 19:48:06 +01:00
UnderstrapFramework 11760a7c55
Merge pull request #1104 from IanDelMar/bootstrap441
Update to Bootstrap 4.4.1
2020-02-17 08:40:32 +00:00
UnderstrapFramework 3552ae52b3
Merge pull request #1105 from IanDelMar/ds-store
Delete .DS_Store
2020-02-17 08:16:08 +00:00
IanDelMar c6a4ee3a58 Remove gulp-sequence
gulp-sequence is no longer in use.
2020-01-03 22:59:01 +01:00
IanDelMar 3bda450372 Update dependencies
1. Removes gulp-sequence and run-sequence (no longer in use).
2. Updates dependencies in package-lock.json.
3. Fixes #1075, #1076, #1108 by updating node-sass to 4.13.0 in 2.
2020-01-03 22:57:17 +01:00
IanDelMar cde4e1bc98 Delete .DS_Store 2019-12-25 19:34:13 +01:00
IanDelMar 6227adc581 Update to Bootstrap 4.4.1 2019-12-25 01:12:02 +01:00
IanDelMar b786f04859
Move action hook outside if 2019-12-19 23:05:22 +01:00
UnderstrapFramework cbcb0dda56
Merge pull request #1090 from IanDelMar/patch-2
Update to Bootstrap 4.4.1
2019-12-17 10:42:15 +00:00
UnderstrapFramework 75d429aeab
Merge pull request #1099 from pattonwebz/remove-unnecesarry-tracking-and-obtrusive-adverts
Remove unnecessary tracking and advertising
2019-12-17 10:41:47 +00:00
UnderstrapFramework 85d0a38b36
Delete wp-admin.php 2019-12-17 10:41:28 +00:00
UnderstrapFramework 9791ed4422
Update functions.php 2019-12-17 10:41:11 +00:00
UnderstrapFramework 1ab5187ff7
Update wp-admin.php 2019-12-17 10:11:42 +00:00
William Patton 88875aae79 Remove unneccesarry tracking and advertising 2019-12-17 09:54:37 +00:00
UnderstrapFramework 4f3918c725
Merge pull request #1087 from IanDelMar/patch-1
Fix travis config file
2019-12-17 09:37:23 +00:00
IanDelMar 3a4257c8b0
Update to Bootstrap 4.4.1
Version 4.4.0 was released on 26th Nov - See https://blog.getbootstrap.com/2019/11/26/bootstrap-4-4-0/
Version 4.4.1 was released on 28th Nov - See https://blog.getbootstrap.com/2019/11/28/bootstrap-4-4-1/
2019-12-17 08:31:30 +01:00