Skip to content

Releases: thedevdojo/themes

Updating latest theme updates

Choose a tag to compare

@tnylea tnylea released this 04 Aug 22:29
7735128
Merge pull request #12 from thedevdojo/updatingThemes

Updating themes

Update latest themes version

Choose a tag to compare

@tnylea tnylea released this 04 Aug 22:26
4840cc0
Merge pull request #11 from thedevdojo/updatingThemes

Updating themes

Adding Folio Pages

Choose a tag to compare

@tnylea tnylea released this 10 Apr 13:58
4840cc0

This latest release adds the ability to search for Pages inside the theme pages folder and serve them up using Folio.

Version 0.0.8

Choose a tag to compare

@tnylea tnylea released this 02 Apr 22:50

Conditionally allow the themes tables to be created in the config. Inside of the service provider it will check if the tables exist, if they didn't they would be created. But, you can specify in the config if you want to remove the functionality of creating the tables in the service provider.

Fixing artisan package:discover error

Choose a tag to compare

@bobbyiliev bobbyiliev released this 01 Nov 07:30
ace0607

This new release fixes a DB connection error during php artisan package:discover.

Fixing the artisan console errors

Choose a tag to compare

@tnylea tnylea released this 18 Oct 15:17
a23b40c

This new release will fix the issue where running artisan serve and route cache will throw an error.

Adding fix for the options page

Choose a tag to compare

@tnylea tnylea released this 04 Apr 19:27

This will fix a layout issue on the options page.

Fix for theme_field and other functions.

Choose a tag to compare

@tnylea tnylea released this 21 Jan 23:42
645c86a

Thanks @thinkverse for this update.