Skip to content

v2.0.0 🚀

Choose a tag to compare

@yuriipavlov yuriipavlov released this 26 Jul 23:07
· 74 commits to master since this release
b4960d7

Complete rewrite of the theme architecture and build stack.

✨ Features

  • New PSR-4 class structure (src/, App, Base, Handlers, Repository)
  • Switch to Carbon Fields for meta boxes/theme settings, drop legacy Unyson-based fields
  • Add Gutenberg block support with Bootstrap grid blocks
  • New webpack/Mix-based asset build pipeline
  • New config aggregator-based configuration system
  • Add News, Services and TeamMember post types with taxonomies

💥 Breaking changes

  • Remove vendor-custom integrations (Google API client, Twitter OAuth, Facebook Graph SDK) — no longer bundled
  • Rename package to solidbunch/starter-kit-theme, switch license to MIT
  • Raise minimum PHP requirement

🐛 Bug fixes

  • Numerous security, REST API, front-end handler, doc pages and PHPDoc fixes throughout the rewrite