v1.1.0
01 May 2023
Changes:
- ✨ added async load more function for the possibility to auto load resources (see the last code snippet from the docs)
- ✨ added resource card external links via canonical URL meta setting (Post settings > Meta data > Canonical URL)
- 🐛 fixed post title size (on large devices)
- 🐛 fixed footer resources limit
- 🐛 fixed membership tier discounts when values with decimals are used (on the custom membership page)
Changed files:
[*] membership.hbs
[*] partials/resource-card.hbs
[*] partials/footer.hbs
[*] assets/css/components/_post.css
[*] assets/js/script.js
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
v1.0.3
07 Mar 2023
Changes:
- 🐛 fixed filtering tags with similar name
- 🐛 fixed resources anchor margin when header is sticky
- 🐛 fixed resources filter limit
- ☀️ updated the dependencies
Changed files:
[*] partials/resources-filter.hbs
[*] assets/css/components/_header.css
[*] assets/css/components/_member-menu.css
[*] assets/js/script.js
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
v1.0.2
02 Jan 2023
Changes:
- 🐛 improved positioning when a filter is pressed (after scrolling)
- 🐛 fixed js error when filter bar is hidden (or not used)
- ✨ added tags to posts (above the share buttons)
Changed files:
[*] custom-with-background-image.hbs
[*] custom-with-full-background-image.hbs
[*] custom-with-sidebar.hbs
[*] custom-with-table-of-contents-and-sidebar.hbs
[*] custom-with-wide-image.hbs
[*] post.hbs
[*] partials/theme-settings.hbs
[+] partials/post-tags.hbs
[*] assets/css/components/_resources.css
[*] assets/css/components/_post.css
[*] assets/js/script.js
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
v1.0.1
18 Dec 2022
Changes:
- 🐛 fixed missing translation ("More resources")
- 🐛 fixed hero content alignment
- 🐛 fixed load more function on the index page
- 🐛 fixed post hero content width (limited max width to 768px)
Changed files:
[*] locales/de.json
[*] locales/en.json
[*] locales/es.json
[*] locales/fr.json
[*] locales/it.json
[*] locales/nl.json
[*] locales/pt.json
[*] locales/tr.json
[*] partials/theme-settings.hbs
[*] partials/pagination.hbs
[*] assets/css/components/_hero.css
[*] assets/css/components/_pagination.css
[*] assets/css/components/_post.css
[*] assets/css/components/_tag.css
[*] assets/js/script.js
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
v1.0.0
05 Dec 2022