Base Camp Versions Save

Awesome WordPress starter theme for developers based on modern web technologies.

v1.9.0

5 years ago

Added

  • Postcss support
  • Inject CSS support (update css styles without page reload)
  • WordPress specific class to navigation
  • PHP mode to .env file ('development' and 'production')
  • Show current template file name in bottom right corner on development mode
  • Mode value to Timber globals
  • Session Util /app/utils/Session.php
  • has_assets helper
  • airbnb eslint

Fixed

  • Android navbar scrolling bug
  • Issue #16 Refresh css styles without page reload
  • Issue #19 Security Function creates double pageload in admin area

Changed

  • bulma 0.6.2 -> 0.7.2

v1.8.2

5 years ago

Changed

  • Timber will be added via composer instead of wordpress plugin

v1.8.1

5 years ago

v1.8.0

5 years ago

Added

  • Models (Wrapper classes for Wordpress Post Types and Taxonomies.)
  • Updated Luna (A new command make:custom-taxonomy)
  • make:custom-post-type and make:custom-taxonomy command creates model which helps interact with a new post types or taxonomy.
  • namespace Basecamp\Models\ for app/models/ directory

v1.7.0

5 years ago

Added

  • Variables in _variables.sass can be used in *.vue files
  • Webpack removes unused css from app.[hash].css file
  • A new command make:menu-page
  • screenshot for theme

Changed

  • Migrated from webpack 3 to webpack 4
  • Moved Luna CLIs docs to suomato/luna repository
  • Updated composer packages (Now PHP version must be at least v7.0!)
  • Updated Timber to v1.7.1

Removed

  • dd() from /app/helpers.php. This function comes now with the symfony/var-dumper

v1.6.1

6 years ago
  • Updated packages
  • Added stylesheet boilerplate for admin page

v1.6.0

6 years ago

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.2

6 years ago
  • Updated packages

v1.5.1

6 years ago

Added

  • ESlint config

Fixed

  • webpack browsersync config

v1.5.0

6 years ago

Added

  • build/ for webpack config and custom config
  • new webpack alias ~images for relative image paths

Changed

  • moved bootstrap.php to app/bootstrap.php
  • refactored webpack config