You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## [v1.7.0]
8
+
9
+
### Fixed
10
+
- 0163: User menu disappears when the profile is aleady loaded in previeous requests
11
+
- 0340/0358: Corrected URL escaping to handle paths/assets file names using extended and unusual characters.
12
+
- 0381: Fixed updating of dynamic service references to multiple share services
13
+
14
+
### Changed
15
+
- 0359: Expanded org.apache.sling.xss to [1.2.0,3) to support AEM 6.5 (uses version 2.0.1) and removed unneeded legacy acom.adobe.acs.commons.email;resolution:=optional import.
16
+
- 0374: Added ability to add extra or blacklist Metadata Properties from the Metadata Properties DataSource via OSGi configuration
17
+
- 0376: Replaced use of com.adobe.cq.commerce.common.ValueMapDecorator with org.apache.sling.api.wrappers.ValueMapDecorator
18
+
- 0378: Date range filter includes the end date (evaluated at 12:59:59PM)
19
+
20
+
### Added
21
+
- 0366: Use sharer email as Reply-To when sharing assets via email
Copy file name to clipboardExpand all lines: core/src/main/java/com/adobe/aem/commons/assetshare/components/actions/share/impl/EmailShareServiceImpl.java
// Check to ensure the minimum set of e-mail parameters are provided; Throw exception if not.
@@ -154,7 +158,7 @@ private final void share(final Config config, final ValueMap shareParameters, fi
154
158
} elseif (ArrayUtils.isEmpty(assetPaths)) {
155
159
thrownewShareException("At least one asset is required to share");
156
160
}
157
-
161
+
158
162
// Convert provided params to <String, String>; anything that needs to be accessed in its native type should be accessed and manipulated via shareParameters.get(..)
0 commit comments