Commit Graph

2259 Commits

Author SHA1 Message Date
Ben Word
c7faf46591 9.0.7 2018-12-28 10:56:37 -07:00
Ben Word
7a9ac5ccde When you're sloppy and forget things 😇 2018-12-21 14:22:59 -07:00
Ben Word
788cec525c Merge pull request #2136 from roots/bootstrap-4.2.1
Sage 9.0.6: Update to Bootstrap 4.2.1
2018-12-21 13:40:29 -07:00
Ben Word
1e31a901b1 Require Node 8+, also test PHP 7.2 and 7.3 2018-12-21 13:28:51 -07:00
Ben Word
d60f1f675d Shoutout to npm: https://npm.community/t/npm-install-downgrading-resolved-packages-from-https-to-http-registry-in-package-lock-json/1818 2018-12-21 12:44:36 -07:00
Ben Word
f3a2e6ab6a Update to Bootstrap 4.2.1 2018-12-21 12:39:33 -07:00
Naokazu Terada
96ad12a650 gitignore /vendors not vendors 2018-11-27 01:43:48 -08:00
Matt Mirus
33832739fe Merge pull request #2131 from roots/tailwind-at-rules
Fix stylelint and eslint validation errors
2018-11-26 20:51:54 -05:00
Matt Mirus
c9252f4180 Fix no-extra-semi 2018-11-26 20:40:17 -05:00
Matt Mirus
7f61dc8682 Update sage-installer 2018-11-26 20:28:29 -05:00
Matt Mirus
dfe4b878a3 Add Tailwind custom at-rules 2018-11-26 20:13:04 -05:00
Ben Word
f793a212d1 Update README.md 2018-11-26 11:34:14 -07:00
Ben Word
2ccaa47f06 Add CodeFirst 2018-11-22 11:34:02 -07:00
Ben Word
fbd2f552b5 Merge pull request #2127 from roots/update-deps
Update a few dependencies
2018-11-16 12:14:22 -07:00
Ben Word
524d1e2f9d Merge pull request #2080 from tormjens/patch-1
Dispatch event when firing routes
2018-11-16 12:13:34 -07:00
Ben Word
b06e4aebe6 Update a few dependencies - close #2117 2018-11-16 12:03:04 -07:00
Ben Word
517b7ff62f Merge pull request #2076 from rbraunschweig/normalize-quotes
Normalize and enforce single quotes
2018-11-16 11:46:16 -07:00
Ben Word
7773e7db41 Double quotes for styles 2018-11-16 11:41:47 -07:00
Ben Word
eee07a84f4 Merge branch 'master' into normalize-quotes 2018-11-16 11:34:28 -07:00
Ben Word
93ee95dfac Merge pull request #2123 from kimhf/hook-run-sequence
Hook run sequence fix
2018-11-16 11:16:13 -07:00
Ben Word
863bbb5b3a Merge pull request #2120 from roots/webpack-preset-note
Add note regarding webpack.config.preset.js usage
2018-11-15 16:12:44 -06:00
Ben Word
28acba4f09 Merge pull request #2125 from roots/fix-sage-dist-path-example
Fix SAGE_DIST_PATH example path
2018-11-15 16:12:26 -06:00
Nathan Knowler
e9bf0beaa2 Fix SAGE_DIST_PATH example path
Needs the trailing slash.
2018-11-07 16:19:19 -07:00
Kim Helge Frimanslund
435e9f26dc More descriptive variable name 2018-10-28 23:37:54 +01:00
Kim Helge Frimanslund
79fddf944f Remove no longer needed script enqueue fix 2018-10-27 11:54:30 +02:00
Kim Helge Frimanslund
ede699368e Bring hook run sequence in line with expected WordPress behaviour 2018-10-27 11:53:52 +02:00
Nathan Knowler
37c7e0dd93 Add note regarding webpack.config.preset.js usage
See #2119
2018-10-19 09:49:31 -06:00
Ben Word
a33bbe5091 Merge pull request #2114 from roots/9.0.5
9.0.5
2018-09-17 11:21:39 -06:00
Ben Word
60e547aa19 9.0.5 2018-09-17 11:13:10 -06:00
Ben Word
f087320908 Update comment [ci skip] 2018-09-17 11:09:24 -06:00
MWDelaney
e72b490626 Workaround for Bootstrap incompatibility with webpack. Fixes #2017 2018-09-17 10:17:14 -04:00
Ben Word
375b06a22b Merge pull request #2112 from roots/9.0.4
9.0.4: Force `illuminate/support` to `5.6.*`
2018-09-07 09:36:32 -06:00
Ben Word
ed0b52bddc Force illuminate/support to 5.6.* 2018-09-07 09:30:38 -06:00
Ben Word
dc53b90a37 Merge pull request #2111 from roots/9.0.3
9.0.3
2018-09-07 08:17:53 -06:00
Ben Word
c9d2c8a223 9.0.3 2018-09-07 08:02:01 -06:00
Ben Word
c9bb05a93d Merge pull request #2110 from roots/revert-2090-master
Revert "Add searchform partial and function to replace default WordPress functionality"
2018-09-07 07:57:23 -06:00
Ben Word
b8c0ebc3ae Merge pull request #2100 from mejta/comments-template-data
Add data from controller to comments template
2018-09-06 19:14:22 -06:00
Ben Word
b7aeb66655 Revert "Add searchform partial and function to replace default WordPress functionality" 2018-09-06 19:12:32 -06:00
Matt Mirus
798e1a2ef1 Merge pull request #2108 from roots/unescape-language-attributes
Unescape get_language_attributes()
2018-09-06 11:44:57 -04:00
Matt Mirus
931ffd39c7 Unescape get_language_attributes() 2018-09-06 11:30:46 -04:00
Daniel Mejta
190e828cfd Revert "Final filter that renders template should have PHP_INT_MAX priority."
This reverts commit 68f8d9791d.
2018-09-05 00:46:31 +02:00
Daniel Mejta
b16e619da6 $comments_template fix 2018-09-03 08:43:51 +02:00
Ben Word
81925de598 Patreon 2018-08-30 13:36:35 -06:00
Daniel Mejta
68f8d9791d Final filter that renders template should have PHP_INT_MAX priority. 2018-08-28 07:23:58 +02:00
Daniel Mejta
fa1681dad9 Add data from controller to comments template 2018-08-28 07:19:59 +02:00
Ben Word
8a023b4307 Merge pull request #2099 from roots/9.0.2
9.0.2
2018-08-21 15:54:44 -06:00
Ben Word
d7acd3a04f 9.0.2 2018-08-21 15:48:26 -06:00
Ben Word
0d4b251130 Merge pull request #2095 from mejta/comments-template-fix
Comments template fix
2018-08-21 15:37:22 -06:00
Ben Word
907825ee88 Merge pull request #2025 from darrenjacoby/master
Upgrade to Controller 2.1.0
2018-08-21 15:35:49 -06:00
Ben Word
3377d94f69 Merge pull request #2098 from roots/update-deps
Update dependencies
2018-08-21 15:33:09 -06:00