Skip to content

Commit

Permalink
updated version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suomato committed Mar 30, 2018
1 parent e6bed15 commit 0c2a74b
Show file tree
Hide file tree
Showing 6 changed files with 1,722 additions and 772 deletions.
25 changes: 19 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
## **v1.6.0 (2018-03-30)**

### Added
* Woocommerce support
* Basic boilerplate for woocommerce (`.twig` and `.sass.` files)

### Changed
* Updated javascrit packages

### Fixed
* Images and fonts `publicPath` in `webpack.config.js`
* Fixed localize path in `bootstrap.php`

## **v1.5.0 (2017-11-19)**

### Added
* `build/` for webpack config and custom config
* new webpack alias `~images` for relative image paths
* new webpack alias `~images` for relative image paths

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

### Added
* Theme init config from `functions.php` to `bootstrap.php`
* Extensions to webpack config. Now Vue file can be imported without using .vue extension
* Theme init config from `functions.php` to `bootstrap.php`
* Extensions to webpack config. Now Vue file can be imported without using .vue extension

### Changed
* Refactored assets
Expand Down Expand Up @@ -50,7 +63,7 @@
### Changed
* Refactored Navbar component
* Refactored `_variables.sass` file

### Fixed
* Pagination border-color

Expand All @@ -60,15 +73,15 @@

### Added
* Login page config to `app/config/wp/login-page.php`
* Favicon to `resources/assets/images/favicon.png`
* Favicon to `resources/assets/images/favicon.png`
* Login page styles to `resources/assets/sass/login.sass`
* Images path helper `images_path()` to `app/helpers.php`
* `File-loader` and `image-webpack-loader` to webpack

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


### Fixed
* CleanWebpackPlugin better config. Watch mode clear static folder after every build

Expand Down
2 changes: 1 addition & 1 deletion build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
options: {
name: '[name].[ext]',
outputPath: 'images/',
publicPath: `${config.assetsPath}static/`,
publicPath: `${config.assetsPath}static/images/`,
},
},
'image-webpack-loader',
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base-camp",
"version": "1.5.0",
"version": "1.6.0",
"description": "Awesome WordPress starter theme with own CLI for developers based on modern web technologies.",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"browser-sync-webpack-plugin": "^2.0.0",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^5.0.5",
"css-loader": "^0.28.4",
Expand All @@ -26,15 +26,15 @@
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-vue": "^2.1.0",
"eslint-plugin-vue": "^4.2.2",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1",
"font-awesome": "^4.7.0",
"image-webpack-loader": "^3.4.2",
"image-webpack-loader": "^4.0.0",
"node-sass": "^4.5.3",
"prettier-eslint": "^8.2.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"style-loader": "^0.20.1",
"url-loader": "^0.6.2",
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.5.13",
Expand Down
10 changes: 5 additions & 5 deletions resources/languages/base-camp.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (C) 2017 Toni Suomalainen
# Copyright (C) 2018 Toni Suomalainen
# This file is distributed under the MIT.
msgid ""
msgstr ""
"Project-Id-Version: Base camp 1.5.0\n"
"Project-Id-Version: Base camp 1.6.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/base-camp\n"
"POT-Creation-Date: 2017-11-19 11:31:45+00:00\n"
"POT-Creation-Date: 2018-03-30 13:04:37+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

Expand All @@ -20,7 +20,7 @@ msgstr ""
msgid "Main menu"
msgstr ""

#: app/config/wp/security.php:56
#: app/config/wp/security.php:55
msgid "Oops! Incorrect input"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/suomato/base-camp
Author: Toni Suomalainen
Author URI: https://github.com/suomato
Description: Awesome WordPress starter theme with own CLI for developers based on modern web technologies.
Version: 1.5.0
Version: 1.6.0
License: MIT
License URI: https://opensource.org/licenses/mit-license.php
*/
Loading

0 comments on commit 0c2a74b

Please sign in to comment.