Releases: suomato/base-camp
Releases · suomato/base-camp
v1.4.2
Added
- Theme init config from
functions.php
to bootstrap.php
- Extensions to webpack config. Now Vue file can be imported without using .vue extension
Changed
Fixed
- Vue production bundle (Fixed Webpack config)
v1.4.1
added script that make .env file automatically
v1.4.0
Added
- Maintenance mode
- Maintenance config to
app/config/wp/maintenance.php
- Maintenance page tempalte
resources/views/maintenance.twig
- PHP dotenv (Environment variables)
Fixed
v1.3.1: Merge pull request #5 from jvmonjo/patch-1
Fixed
- Main menu 3rd level link (grandchild.link instead of child.link)
v1.3.0
Added
- Custom image size config to
app/config/wp/image-sizes.php
- Some security config to
app/config/wp/security.php
Changed
- Luna 1.0.0 -> 1.1.0 (A new command make:shortcode)
- updated packages
v1.2.0
Added
- Third menu level (Wordpress Main menu supports third menu level)
- Favicon to admin page and login page
Changed
- Refactored Navbar component
- Refactored
_variables.sass
file
Fixed
v1.1.0
Added
- Login page config to
app/config/wp/login-page.php
- 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
Removed
purifycss
and purifycss-webpack
packages
v1.0.1
- Require Luna from packagist instead of git.
- README updated.