Releases: imarc/padstone
Releases · imarc/padstone
More Templates, Less Bootstrap
The latest version of Padstone has been released. Notable changes include
- The pre-built templates works with the latest version of Boilerplate only (no more Bootstrap.)
- There's more example entries provided; resources page, about, contact us, blog, a shared section, etc.
- The vue-based (clockvine) filtering now doesn't require any additional setup after creating a new Padstone project.
- Asset volumes have been nested with web/assets/.
- The resources and blog templates have been cleaned up to use new Boilerplate components for filtering.
- A new CMS section, alerts, was added for (homepage) alerts.
- Switch to using responsive images, including some examples of generating srcsets.
- The initial navigation content has been simplified from being an overload of town names to a reasonable starting set of links.
3.8 Ops-timized Edition
Included in 3.8, we have
- New: Updated dependencies (Craft 3.6, Composer 2)
- New: A
ops-commands.sh
file providing prebuilt commands for ops users, including - New: Streamlined location installation on ops via
ops padstone-install
- New: ops commands:
ops install
,ops configure
, andops craft
- Fix: Recombined .env.example.ops and .env.example.server into .env.example
- Fix: Changed to using $_ENV from getenv() per dotenv's own recommendation after hitting a bug with getenv()
Expect a Padstone 4.0 release soon that will update to Boilerplate 5, remove Bootstrap 4, and more.
New with Vue for You
- Adds clockvine for resources
- Content Designer updates and more (thanks @kerrig)
- Package updates
Padstone 3.1 - it's better with Boilerplate 4
This version of Padstone not only has all the great features of Padstone 3, but also pulls in the latest stable version of Boilerplate via npx
and adds it to the project.
Padstone 2.0 – Laravel Mix Support
The major change here was to drop imarc/craft-sass for dnunez24/craft-laravel-mix and switch this starter to using Laravel Mix. Because of this, we broke backwards compatibility in a way with the 1.x releases of Padstone.
1.6.3: Merge pull request #18 from imarc/fontawesome-update-to-v4.7.0
updating fontawesome implementation from 4.5.x to 4.7.0
Docker support; .env support; improved htaccess; and more
Merge pull request #4 from jeffturcotte/master dotenv, docker, security, & editorconfig
Updated Boilerplate
Merge pull request #3 from ShawnaOneal/master Added latest boilerplate