Skip to content

Releases: artistro08/tailor-starter

v6.3.24

25 Apr 19:15
Compare
Choose a tag to compare

The FAQ Release

This release adds the following:

  • FAQs to quickly add frequently asked questions to the site.
  • Basic permissions and bug fixes.

Breaking Changes

  • There are no breaking changes to this release. Simply seed over the blueprints and you should be good to go.

v6.3.7

18 Feb 01:24
Compare
Choose a tag to compare

The Refinement Release

This release adds the following:

  • Custom Form Field Validation (via regex and custom validation rules)
  • Global Search and Search Blocks (with search inside content blocks)
  • Image Upload Support for Forms
  • Customization for the Navbar and footer (thanks @chris!)
  • final polishes on the code

I consider it stable now to use for any theme. Thank you everyone who has downloaded and contributed.
special thanks to @chrisvidal and @webfalter for helping out!

Breaking Changes

  • The navigation bar has a search item in it now. You'll need to copy it over to get that change in
  • The page.htm file has been updated to include a new page type called "Search Results Page" in the backend. if you edited this file, you'll need to copy over the change.

v6.3.0

15 Feb 20:38
Compare
Choose a tag to compare

The Search Release

This release adds search to the site via #65. It uses the current structure to search all front facing entry types

Breaking Changes

  • The navigation bar has a search item in it now. You'll need to copy it over to get that change in
  • The page.htm file has been updated to include a new page type called "Search Results Page" in the backend. if you edited this file, you'll need to copy over the change.

v6.2.0

10 Feb 05:55
Compare
Choose a tag to compare

Add ability to pick HTML tags for builder blocks.

This change supports picking the type of html tag for the builder blocks throughout the theme.

Breaking Changes

If you edited the files under partial\builder\sections You'll need to update them to use the new options under the advanced tab. Also, you'll need to run the seed command to add those changes in. Make sure you save any changes you've made to the advanced_fields.yaml blueprint before doing so.

v6.1.0

09 Feb 04:12
Compare
Choose a tag to compare

Add Specific Items to blocks

More specifically, it adds the ability to choose specific items for the Posts, Events, and Products blocks.

Also added an ability to pick an image from the category entries (Post Categories, Product Categories) in the hero block.

Breaking Changes

  • The per_page field for Posts, Events, and Products has been deleted in favor of the limit field. If you have changed the section and builder partials for any of these entry types, you'll need to update the file.
  • The hero block has a new query to get the image. If you edited this file, you'll need to add in the changes to use the options in the block in the hero.yaml mixin and the hero.htm partial.

v6.0.0

08 Feb 21:05
Compare
Choose a tag to compare

Page Finder & Blog Release

This release adds the pagefinder widget throughout the theme. This allows for easier template management and linking.
This now means that the theme requires October CMS v3.2.* or higher.

This release also adds a new blog blueprint structure. Each Blog Post includes a builder post type that allows you to add in any content throughout the theme.

There is also pagination added for the following builder items

  • Blog
  • Products
  • Events

There are a ton of new bugfixes to templates as well.

Breaking Changes

  • All category pages are deleted as you can now create those pages with the page builder
  • The Product List page is deleted. The settings for this page have been deleted as well (Code settings)
  • All Pages can have an unlimited amount of children. This may mean that you need to re-seed the theme and save all current content.
  • Some blueprints have been moved and restructured. This may mean that you need to take your current blueprint work and update them based on the content
  • All url parameters have been changed to :slug and :fullslug for stream and structure entry types, respectfully.
  • Backend Menu Items have been restructured. If you have code that relies on this in the backend, you'll need to update it accordingly.

v5.1.0

07 Feb 10:39
Compare
Choose a tag to compare

Adds multi-level page support

Minor Breaking Changes

  • Menu Items may not work at first. You may need to clear your selection of page, save, then select it again.
  • Page content may not work as first. You may need to re-save your pages to get them to work.

v5.0.0

04 Feb 18:18
Compare
Choose a tag to compare

This release focuses on restructuring the files so that they are easier to edit.

The release includes a theme restructure, Bug fixes, and filtering for events. Theme files and seeds should be much easier to edit now.

Breaking Changes

Since the blueprint folders were restructured, you may want to delete the current blueprints in the app/blueprints directory.
Make sure you backup your folder before you do. Also make sure you include your edits to the blueprints in the new files as well.

v4.0.2

30 Dec 06:08
Compare
Choose a tag to compare

Form Submissions are live.

Form submissions are ready to go. Documentation and more field types are on the way.

v3.1.0

19 Nov 18:13
Compare
Choose a tag to compare

Updated code to be more consistent.
Fixed event export issue.
Added multisite support.
Refactored code for easier editing of templates and blueprints.
Added an option to turn off the shop in the backend.
Added an option to turn off events in the backend.