Skip to content

Commit

Permalink
Merge tag '1.2.0' into develop
Browse files Browse the repository at this point in the history
- Added File field type for the new Field component introduced in Cog 3.1.0
- Added a task that will check the files directory for any files not known in the database and add them to the file manager database. Handy for porting in a large amount of files
- Fixed bug where it was not possible to serialize the `File` model object
- Fixed issues where images files would not display after being serialised and unserialised (#64)
  • Loading branch information
Joe Holdcroft committed Jun 11, 2014
2 parents 7ce8ecb + 3e58838 commit 8e51a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": ">=5.4.0",

"message/cog" : "~3.0",
"message/cog" : "~3.1",
"message/cog-imageresize" : "~1.0",
"message/cog-mothership-cp": "~1.1"
},
Expand Down

0 comments on commit 8e51a42

Please sign in to comment.