Skip to content

Commit 0c2a74b

Browse files
committed
updated version 1.6.0
1 parent e6bed15 commit 0c2a74b

File tree

6 files changed

+1722
-772
lines changed

6 files changed

+1722
-772
lines changed

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1+
## **v1.6.0 (2018-03-30)**
2+
3+
### Added
4+
* Woocommerce support
5+
* Basic boilerplate for woocommerce (`.twig` and `.sass.` files)
6+
7+
### Changed
8+
* Updated javascrit packages
9+
10+
### Fixed
11+
* Images and fonts `publicPath` in `webpack.config.js`
12+
* Fixed localize path in `bootstrap.php`
13+
114
## **v1.5.0 (2017-11-19)**
215

316
### Added
417
* `build/` for webpack config and custom config
5-
* new webpack alias `~images` for relative image paths
18+
* new webpack alias `~images` for relative image paths
619

720
### Changed
821
* moved `bootstrap.php` to `app/bootstrap.php`
@@ -11,8 +24,8 @@
1124
## **v1.4.2 (2017-11-16)**
1225

1326
### Added
14-
* Theme init config from `functions.php` to `bootstrap.php`
15-
* Extensions to webpack config. Now Vue file can be imported without using .vue extension
27+
* Theme init config from `functions.php` to `bootstrap.php`
28+
* Extensions to webpack config. Now Vue file can be imported without using .vue extension
1629

1730
### Changed
1831
* Refactored assets
@@ -50,7 +63,7 @@
5063
### Changed
5164
* Refactored Navbar component
5265
* Refactored `_variables.sass` file
53-
66+
5467
### Fixed
5568
* Pagination border-color
5669

@@ -60,15 +73,15 @@
6073

6174
### Added
6275
* Login page config to `app/config/wp/login-page.php`
63-
* Favicon to `resources/assets/images/favicon.png`
76+
* Favicon to `resources/assets/images/favicon.png`
6477
* Login page styles to `resources/assets/sass/login.sass`
6578
* Images path helper `images_path()` to `app/helpers.php`
6679
* `File-loader` and `image-webpack-loader` to webpack
6780

6881
### Changed
6982
* Sass variables to own file `resources/assets/sass/_variables.sass`
7083

71-
84+
7285
### Fixed
7386
* CleanWebpackPlugin better config. Watch mode clear static folder after every build
7487

build/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = {
7171
options: {
7272
name: '[name].[ext]',
7373
outputPath: 'images/',
74-
publicPath: `${config.assetsPath}static/`,
74+
publicPath: `${config.assetsPath}static/images/`,
7575
},
7676
},
7777
'image-webpack-loader',

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "base-camp",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Awesome WordPress starter theme with own CLI for developers based on modern web technologies.",
55
"main": "index.js",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"babel-loader": "^7.1.1",
1818
"babel-preset-es2015": "^6.24.1",
1919
"browser-sync": "^2.18.13",
20-
"browser-sync-webpack-plugin": "^1.2.0",
20+
"browser-sync-webpack-plugin": "^2.0.0",
2121
"clean-webpack-plugin": "^0.1.16",
2222
"cross-env": "^5.0.5",
2323
"css-loader": "^0.28.4",
@@ -26,15 +26,15 @@
2626
"eslint-plugin-import": "^2.8.0",
2727
"eslint-plugin-jsx-a11y": "^6.0.2",
2828
"eslint-plugin-react": "^7.5.1",
29-
"eslint-plugin-vue": "^2.1.0",
29+
"eslint-plugin-vue": "^4.2.2",
3030
"extract-text-webpack-plugin": "^3.0.0",
3131
"file-loader": "^1.1",
3232
"font-awesome": "^4.7.0",
33-
"image-webpack-loader": "^3.4.2",
33+
"image-webpack-loader": "^4.0.0",
3434
"node-sass": "^4.5.3",
3535
"prettier-eslint": "^8.2.2",
3636
"sass-loader": "^6.0.6",
37-
"style-loader": "^0.19.0",
37+
"style-loader": "^0.20.1",
3838
"url-loader": "^0.6.2",
3939
"vue-loader": "^13.0.4",
4040
"vue-template-compiler": "^2.5.13",

resources/languages/base-camp.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Copyright (C) 2017 Toni Suomalainen
1+
# Copyright (C) 2018 Toni Suomalainen
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Base camp 1.5.0\n"
5+
"Project-Id-Version: Base camp 1.6.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/base-camp\n"
7-
"POT-Creation-Date: 2017-11-19 11:31:45+00:00\n"
7+
"POT-Creation-Date: 2018-03-30 13:04:37+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=UTF-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
11-
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
11+
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
1414

@@ -20,7 +20,7 @@ msgstr ""
2020
msgid "Main menu"
2121
msgstr ""
2222

23-
#: app/config/wp/security.php:56
23+
#: app/config/wp/security.php:55
2424
msgid "Oops! Incorrect input"
2525
msgstr ""
2626

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://github.com/suomato/base-camp
44
Author: Toni Suomalainen
55
Author URI: https://github.com/suomato
66
Description: Awesome WordPress starter theme with own CLI for developers based on modern web technologies.
7-
Version: 1.5.0
7+
Version: 1.6.0
88
License: MIT
99
License URI: https://opensource.org/licenses/mit-license.php
1010
*/

0 commit comments

Comments
 (0)