Skip to content

Commit

Permalink
Merge pull request #6 from DrivenNetwork/pr/5
Browse files Browse the repository at this point in the history
Template "HTML" Column Type Update - 1.0.3
  • Loading branch information
luisreyes authored Dec 10, 2016
2 parents 0742710 + 146aaf8 commit ce52998
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.3 - December 9, 2016

### Update templates table - "html" column type string to text
- Changed column "HTML" type from string to text.[Pull Request #5](https://github.com/DrivenNetwork/pagekit-listings/pull/5)

## 1.0.2 - December 7, 2016

### Fixed Routing Issues
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "driven/listings",
"module": "driven/listings",
"type": "pagekit-extension",
"version": "1.0.2",
"version": "1.0.3",
"title": "Listings",
"description": "Listings provides a clean way to create manageable content for your site. Create any type of listed content like professional portfolios, products showcase, events, restaurant menus and more.\r\nQuickly build your list by using the built-in Default Template which can be easily configured to showcase your content as you want or create custom templates for your content.",
"authors": [
Expand Down
Binary file modified driven-listings.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@

'updates' => [

'1.?.?' => function ($app) {
'1.0.3' => function ($app) {
$util = $app['db']->getUtility();
$manager = $util->getSchemaManager();

Expand Down

1 comment on commit ce52998

@luisreyes
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #5

Please sign in to comment.