Skip to content

Latest commit

 

History

History
260 lines (174 loc) · 20.4 KB

CHANGELOG.md

File metadata and controls

260 lines (174 loc) · 20.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.9 (2020-06-13)

Features

  • buildpack: add envvar default values (be2baa9)
  • ci: use wp-cli phar (da48aa3)
  • heroku: add post-deploy script (7df3abd)
  • release: add github action to publish releases (4f4c06f)
  • workflow: cache action (7f10b40)

Bug Fixes

  • buildpack: 😒 (c220f36)
  • buildpack: do 49cb38e before downoading (c40fa4e)
  • buildpack: do convert as multisite instead of direct install (abc45c1)
  • buildpack: https by default (3335f29)
  • buildpack: throw error from compile script (1dff5ee)
  • buildpack: try to add more wp-cli envvars (81b189e)
  • buildpack: try to check whether wp-cli is installed (49cb38e)
  • fix self-signed ssl issue while development (ab3a42b)
  • buildpack: use $HOME instead of ~ (112ef56)
  • deploy: fix htaccess issue with wp-json (401ecf5)
  • deploy: fix post-deploy script (f1f3aef)
  • heroku: review app env (8b5f882)
  • release: fix release command on github action (536b3ce)
  • test: fix url while test on browserstack (12ef50e)

0.2.8 (2020-06-06)

0.2.7 (2020-06-03)

Features

  • theme: add ability to extract html tag from string (92323a2)
  • theme: add helper method to check is constant(s) enabled (22cae27)
  • theme: autoload plugin files (65fd429)
  • theme: init option panel hook (28c937f)

Bug Fixes

  • build: dont create .env file (93f607f)
  • plugin: fix theme integration (1121dd6)
  • plugin: remove plugin autoloader (1e07aa0)
  • test: fix browserstack test (e567dce)
  • test: fix whitelist source (354a486)
  • theme: bring back missing icons (6179942)
  • theme: fix lint issues (a1399f3)
  • theme: fix option panel page (fc26c70)
  • theme: primary menu not rendered poperly (1598dae), closes #41
  • theme: searchform input not rendered poperly (61aace0), closes #41

0.2.6 (2020-06-01)

Features

  • theme: add ability to handle style attributes & add more kses (ce234cf)
  • theme: add new option for site layout (a8685a9)
  • theme: add site-wide wrapper and move skip_link() under body (a79d423)
  • theme: cleanup menu output (534fc20)
  • theme: clearfix each content segments (84d29d7)

Bug Fixes

  • build: things missing sometimes (a204869)
  • build: use option instead of passing envvar (90c42ee)
  • buildpack: sed wp-cli.yml if possible (38c1aa0)
  • plugin: fix undefined constant (2caa814)
  • plugin: fix undefined constant on testing (87e13ff)
  • theme: allow name attribute on input elements (2254593)
  • theme: fix form kses (c743cf8)
  • theme: fix menu, header and footer arrangement (8b4f02c)
  • theme: fix missing hooks on 404 template (b7ed9b1)
  • theme: fix undefined properties (2cce02b)
  • theme: invoke the_posts_navigation() (3d15818)
  • theme: patch 404 page (1297cbd)
  • theme: patch clearfix (9e0929e)
  • theme: workaround with menu and some layouts (d3dc77b)

0.2.5 (2019-10-31)

Features

  • theme: enhance flexibilities to customize theme layout (1d280cc)
  • theme: implement WordPress built-in menu properties (431fbce)

Bug Fixes

  • theme: wrong menu item arrangement (0ecf936)

0.2.4 (2019-10-29)

Features

  • buildpack: if wp-cli.yml exists, rename to wp-cli.local.yml (ae0f913)
  • theme: add ability to create nested html, (6436b9f)
  • theme: add custom customizer control (6ef3af7)
  • theme: add custom-logo hook & make use of make_html_tag helper (ee2e41f)
  • theme: add default site logo filter (86fd037)
  • theme: add default theme option filter & change default logo size (1e3fe30)
  • theme: init typography feature (913af3d)
  • theme: remove 'wp-block-styles' supports and use custom styling (958d14b)

Bug Fixes

  • archive: add commitAll flag (d784a93)
  • build: remove skip bump flag on sub-package (fe8f861)
  • build: try to use postbump hook (49db7a9)
  • build: use git add on precommit hook (012bf5a)
  • buildpack: bring back some ignored files 😅 (f09d36a)
  • ci: fix ci setup (0be014e)
  • ci: fix ci setup (again and again) (4ced1f1)
  • ci: fix ci setup (again) (0d43a57)
  • ci: fix ci setup (try again) 😅 (ead42e0)
  • ci: make use of wp-cli.yml (4383cb0)
  • deploy: fix post-deploy script (d7109d0)
  • gulp: fix missing php watcher (14644d7)
  • gulp: fix reloading (d307ce3)
  • gulp: only watch js and css tasks (0d2969d)
  • workflow: fix versioning (ce8265d)

0.2.4-patch.1 (2019-10-29)

0.2.4-patch.0 (2019-10-29)

0.2.3 (2019-10-29)

0.2.2 (2019-10-29)

Features

  • build: ability to skip task during build (8a3ef91)
  • build: add ability to bump readme.txt & style.css version (ecb146f), closes #23
  • build: add postbump hook to bump style.css & readme.txt (3b22bc2)
  • deploy: update postinstall script, WIP (bdb8acf)
  • gulp: add option whether to tag the release (3823e81)
  • gulp: do not generate changelog if no version bump (95ce1b3)
  • gulp: skip browserSync on testing env (dc78195)
  • theme: add ability to load theme option from directory (ecb5023)
  • theme: add dump() function only for dev (185e82f)
  • theme: add html helper to generate & normalize elements (dfaac97)
  • theme: add Schema.org helper function (342d1d8)
  • theme: make sure not throwing errors when object non-exists (f9c02f0)
  • theme: make theme option accessible thru array (3da344d)
  • theme: make use of Template class to render header (83cb7f2)
  • theme: method Theme::get_option() will throw error if undefined (27f755a)
  • theme: patch microdata (ffbfd83)
  • workflow: apply changes ed1ec77 & db15503 (e9bba3f)
  • workflow: bumb each plugins & theme version (ed1ec77)

Bug Fixes

  • build: remove unintended task (05172ee)
  • buildpack: final patch for the buildpack (d967daa)
  • buildpack: fix compile phase (455dea3)
  • buildpack: keep wp-cli.yml as is (9aa216c)
  • buildpack: update build_dir (d3b7175)
  • deploy: fix wp-cli installer (9c5fa19)
  • deploy: move redis-cache to plugins instead of mu-plugins (4e87f66)
  • gulp: fix base package folder (0e05191), closes #24
  • gulp: fix incorrect task (82e7b46)
  • heroku: fix nginx config (2612063)
  • heroku: remove release command (503369a)
  • heroku: require WP_DEFAULT_THEME & move to free dyno 😅 (17b460c)
  • release: fix #32 (7f0c61e)
  • theme: do not remove empty attributes (55889de)
  • theme: don't render sidebar if no widgets (cc59299)
  • theme: fix 404 page dispay (4078ce8)

0.2.1 (2019-10-17)

⚠ BREAKING CHANGES

  • tests: wdio.config.js file moved to tests directory, because why not? 😆

Bug Fixes

  • build: fixes #18 (4209078)
  • theme: fix admin_enqueue scripts (de08be4)
  • theme: fix script_enqueue on customizer screen (e198d89)

Features

  • tests: ability to start php server before e2e test (e4e9d60)
  • tests: init unit testing (ea25bda), closes #19

0.2.0 (2019-10-04)

Bug Fixes

  • workflow: missing WP_HOME env on gulp build (82153dd)

0.1.3 (2019-10-02)

Bug Fixes

  • workflow: remove previous post-install script & update composer (d406da8)

0.1.2 (2019-10-02)

Bug Fixes

  • workflow: move salts generator to post-install script (6580a41)

0.1.1 (2019-10-02)

Bug Fixes

  • deploy: remove certain envvar on multisite setup (d240917)
  • theme: fixes #14 (ed7c446)
  • workflow: infinite loop on gulp watch (1535ff8), closes #12

Features

  • theme: make sure all html output escaped (330b6be)
  • theme: rename some template hooks according to ed7c446 (574ba9b)

0.1.1-alpha.2 (2019-09-29)

Bug Fixes

  • workflow: execute git add after gulp build (24c9666)

0.1.1-alpha.1 (2019-09-29)

Bug Fixes

Features

  • workflow: add lint-staged & commitlint (6537a9a)
  • workflow: generate zip file and ignore files on .distignore (c3b9879)
  • workflow: improve archive generator workflows (6b5afca)
  • workflow: make use of standard-version (bc003a6)