Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f090c5b6e | ||
|
|
4dd9ad2fa3 |
@@ -1,6 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## 0.2.6 - 2017-11-10
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix duedates not being updated with MySQL databases
|
||||||
|
|
||||||
## 0.2.5 - 2017-11-08
|
## 0.2.5 - 2017-11-08
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
💥 This is still alpha software: it may not be stable enough for production!
|
💥 This is still alpha software: it may not be stable enough for production!
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>0.2.5</version>
|
<version>0.2.6</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julius Härtl</author>
|
<author>Julius Härtl</author>
|
||||||
<namespace>Deck</namespace>
|
<namespace>Deck</namespace>
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ class CardMapper extends DeckMapper implements IPermissionMapper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function update(Entity $entity) {
|
public function update(Entity $entity) {
|
||||||
|
$entity->setDatabaseType($this->databaseType);
|
||||||
$entity->setLastModified(time());
|
$entity->setLastModified(time());
|
||||||
return parent::update($entity);
|
return parent::update($entity);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user