Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Releases: BrokerExchange/Showcase

BREAKING: Multiple Enhancements and Bug Fixes

16 Oct 20:31
c49272c
Compare
Choose a tag to compare

This resolves issues #9, #15, #16, #19, and #21.

Component View input fields are now dropdowns instead of text inputs, and you will only be allowed to select existing template files.

Showcase routes are now namespaced under a configurable prefix, which defaults to showcase. This allows for preventing conflicts with existing routes.

This causes the existing admin routes to change, e.g. from /displays to /showcase/displays, which is a breaking change, but it just means you have to change how you access the admin urls.

The test project now creates and drops a test schema in the local DB instead of hijacking homestead outright.

Bugfix for nonexistent templates

28 Jun 18:07
682c026
Compare
Choose a tag to compare
Pre-release

Displays and trophies that reference nonexistent templates should no longer be rendered, rather than crashing the app.

Mass Assignments/File Validation

15 May 20:05
6fc0876
Compare
Choose a tag to compare

Trophies and displays can now be mass-assigned to each other upon creation/update. Creating or editing displays or trophies now validates template file existence, and as a safety precaution any display or trophy that references a nonexistent template view is filtered out of results.

Dependency Update

10 May 14:48
7b5f389
Compare
Choose a tag to compare

Changed dependencies to work with PHP 7.0

Rebuilt structure

10 May 13:55
680c4ca
Compare
Choose a tag to compare

Old structure was broken when being loaded from a package or repository. This should fix that.

still testing

10 May 13:45
b2aee9d
Compare
Choose a tag to compare

WIP: setup and testing

09 May 20:17
b2aee9d
Compare
Choose a tag to compare
Merge pull request #2 from BrokerExchange/feature/1.0

v0.0.2