Skip to content

Commit

Permalink
Merge pull request #110 from pocketsize/nightly
Browse files Browse the repository at this point in the history
Version 1.0.1
  • Loading branch information
andreekeberg authored May 23, 2022
2 parents c7d8cb6 + bd48054 commit 205b7e0
Show file tree
Hide file tree
Showing 25 changed files with 100 additions and 462 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
last 10 versions and > 0.05% and not IE < 10
last 10 versions and > 0.05% and not IE < 11
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bolts WP
*1.0.0*
*1.0.1*

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.

Expand Down
4 changes: 2 additions & 2 deletions acf-json/group_5d40407f1f9ea.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"fields": [
{
"key": "field_5d40408fa9d5b",
"label": "Scripts inside &lt;head&gt;",
"label": "Scripts inside head",
"name": "head_scripts",
"type": "acf_code_field",
"instructions": "",
Expand All @@ -22,7 +22,7 @@
},
{
"key": "field_5d4040c8a9d5c",
"label": "Scripts inside &lt;body&gt;",
"label": "Scripts inside body",
"name": "body_scripts",
"type": "acf_code_field",
"instructions": "",
Expand Down
6 changes: 3 additions & 3 deletions bolts-wp-config.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php

/**
* Bolts WP v1.0.0
* Bolts WP v1.0.1
*
* Developed by Pocketsize
* http://www.pocketsize.se/
* https://pocketsize.se
*/

/**
* Override Bolts WP options
*/

define('BOLTS_WP_DEFAULT_MENU_LOCATION', 'main');
define('BOLTS_WP_DEFAULT_MENU_LOCATION', 'main');
2 changes: 1 addition & 1 deletion components/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@

<?php echo !empty($wp_footer) ? $wp_footer : ''; ?>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "pocketsize/bolts-wp",
"description": "A starter theme for WordPress using Bolts",
"type": "wordpress-theme",
"version": "1.0.0",
"license": "UNLICENSED",
"version": "1.0.1",
"license": "MIT",
"keywords": [
"bolts",
"theme",
Expand All @@ -17,4 +17,4 @@
"require-dev": {
"squizlabs/php_codesniffer": "^3.4"
}
}
}
77 changes: 0 additions & 77 deletions config/bundling/editable.config.js

This file was deleted.

73 changes: 0 additions & 73 deletions config/bundling/module.rules.js

This file was deleted.

125 changes: 0 additions & 125 deletions config/bundling/webpack.config.js

This file was deleted.

12 changes: 0 additions & 12 deletions config/testing/enzyme.config.js

This file was deleted.

Loading

0 comments on commit 205b7e0

Please sign in to comment.