Skip to content

Commit 205b7e0

Browse files
authored
Merge pull request #110 from pocketsize/nightly
Version 1.0.1
2 parents c7d8cb6 + bd48054 commit 205b7e0

25 files changed

+100
-462
lines changed

.browserslistrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
last 10 versions and > 0.05% and not IE < 10
1+
last 10 versions and > 0.05% and not IE < 11

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Bolts WP
2-
*1.0.0*
2+
*1.0.1*
33

44
Bolts WP is your new favourite developer theme (at least for WordPress) - tough enough to power (and easily maintain) websites of any shape and size, yet so simple that you can become a power user within a day. It focuses on removing complexity and streamlining development without creating a whole new workflow. Its not trying to recreate the wheel, just make it rounder.
55

acf-json/group_5d40407f1f9ea.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"fields": [
55
{
66
"key": "field_5d40408fa9d5b",
7-
"label": "Scripts inside &lt;head&gt;",
7+
"label": "Scripts inside head",
88
"name": "head_scripts",
99
"type": "acf_code_field",
1010
"instructions": "",
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"key": "field_5d4040c8a9d5c",
25-
"label": "Scripts inside &lt;body&gt;",
25+
"label": "Scripts inside body",
2626
"name": "body_scripts",
2727
"type": "acf_code_field",
2828
"instructions": "",

bolts-wp-config.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
22

33
/**
4-
* Bolts WP v1.0.0
4+
* Bolts WP v1.0.1
55
*
66
* Developed by Pocketsize
7-
* http://www.pocketsize.se/
7+
* https://pocketsize.se
88
*/
99

1010
/**
1111
* Override Bolts WP options
1212
*/
1313

14-
define('BOLTS_WP_DEFAULT_MENU_LOCATION', 'main');
14+
define('BOLTS_WP_DEFAULT_MENU_LOCATION', 'main');

components/page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252

5353
<?php echo !empty($wp_footer) ? $wp_footer : ''; ?>
5454
</body>
55-
</html>
55+
</html>

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "pocketsize/bolts-wp",
33
"description": "A starter theme for WordPress using Bolts",
44
"type": "wordpress-theme",
5-
"version": "1.0.0",
6-
"license": "UNLICENSED",
5+
"version": "1.0.1",
6+
"license": "MIT",
77
"keywords": [
88
"bolts",
99
"theme",
@@ -17,4 +17,4 @@
1717
"require-dev": {
1818
"squizlabs/php_codesniffer": "^3.4"
1919
}
20-
}
20+
}

config/bundling/editable.config.js

Lines changed: 0 additions & 77 deletions
This file was deleted.

config/bundling/module.rules.js

Lines changed: 0 additions & 73 deletions
This file was deleted.

config/bundling/webpack.config.js

Lines changed: 0 additions & 125 deletions
This file was deleted.

config/testing/enzyme.config.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)