We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0c792 commit d3ec4e9Copy full SHA for d3ec4e9
CHANGELOG-v2.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 2.7.10 - 2019-07-24
6
+
7
### Security
8
- The `preserveExifData` config setting is now also applied on image upload, not just on transform.
9
src/Info.php
@@ -1,6 +1,6 @@
1
<?php
namespace Craft;
-define('CRAFT_VERSION', '2.7.9');
+define('CRAFT_VERSION', '2.7.10');
define('CRAFT_SCHEMA_VERSION', '2.6.14');
define('CRAFT_MIN_VERSION_REQUIRED', '2.6.2922');
0 commit comments