Skip to content

Commit

Permalink
prepare release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Dec 2, 2019
1 parent 376c35b commit 6cecc13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ VichUploaderBundle
[![Build Status](https://secure.travis-ci.org/dustin10/VichUploaderBundle.png?branch=master)](http://travis-ci.org/dustin10/VichUploaderBundle) [![Total Downloads](https://poser.pugx.org/vich/uploader-bundle/downloads.png)](https://packagist.org/packages/vich/uploader-bundle) [![Latest Unstable Version](https://poser.pugx.org/vich/uploader-bundle/v/unstable.png)](https://packagist.org/packages/vich/uploader-bundle) [![Latest stable Version](https://poser.pugx.org/vich/uploader-bundle/v/stable.png)](https://packagist.org/packages/vich/uploader-bundle)

The VichUploaderBundle is a Symfony bundle that attempts to ease file
uploads that are attached to ORM entities, MongoDB ODM documents, PHPCR ODM
documents or Propel models.
uploads that are attached to ORM entities, MongoDB ODM documents, or PHPCR ODM
documents.

- Automatically name and save a file to a configured directory
- Inject the file back into the entity or document when it is loaded from the datastore as an
Expand Down
6 changes: 6 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Upgrading from v1.11.0 to 1.12.0
================================

- Propel support has been dropped. It was likely not working since a while.
If you need to use this bundle with Propel, you need to use a previous bundle version.

Upgrading from v1.8.0 to 1.11.0
===============================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.12.x-dev"
"dev-master": "1.13.x-dev"
}
},
"autoload": {
Expand Down

0 comments on commit 6cecc13

Please sign in to comment.