Skip to content

Commit

Permalink
Update to AEM WCM Core Components 2.25.4 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert authored May 27, 2024
1 parent 27346c5 commit be8e470
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 20 deletions.
4 changes: 2 additions & 2 deletions bundles/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<packaging>jar</packaging>

<name>WCM Core Components</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
/** Overwrite property to switch default value to unchecked */
"imageFromPageImage": {
"uncheckedValue": "false",
"forceIgnoreFreshness": true,
"name": "./imageFromPageImage",
"text": "Inherit featured image from page",
"value": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
"titleValueFromDAM": {
"sling:resourceType": "granite/ui/components/coral/foundation/form/checkbox",
"uncheckedValue": "false",
"forceIgnoreFreshness": true,
"name": "./titleValueFromDAM",
"text": "Get caption from DAM",
"value": true,
Expand All @@ -143,6 +144,7 @@
"displayPopupTitle": {
"sling:resourceType": "granite/ui/components/coral/foundation/form/checkbox",
"uncheckedValue": "false",
"forceIgnoreFreshness": true,
"name": "./displayPopupTitle",
"text": "Display caption as pop-up",
"value": true,
Expand Down Expand Up @@ -207,6 +209,7 @@
"decorative": {
"sling:resourceType": "granite/ui/components/coral/foundation/form/checkbox",
"uncheckedValue": "false",
"forceIgnoreFreshness": true,
"name": "./isDecorative",
"text": "Image is decorative",
"value": true,
Expand All @@ -215,6 +218,7 @@
"altValueFromDAM": {
"sling:resourceType": "granite/ui/components/coral/foundation/form/checkbox",
"uncheckedValue": "false",
"forceIgnoreFreshness": true,
"name": "./altValueFromDAM",
"text": "Get alternative text from DAM",
"value": true,
Expand All @@ -224,6 +228,7 @@
"titleValueFromDAM": {
"sling:resourceType": "granite/ui/components/coral/foundation/form/checkbox",
"uncheckedValue": "false",
"forceIgnoreFreshness": true,
"name": "./titleValueFromDAM",
"text": "Get caption from DAM",
"value": true,
Expand All @@ -233,6 +238,7 @@
"displayCaptionPopup": {
"sling:resourceType": "granite/ui/components/coral/foundation/form/checkbox",
"uncheckedValue": "false",
"forceIgnoreFreshness": true,
"name": "./displayPopupTitle",
"text": "Display caption as pop-up",
"value": true,
Expand All @@ -242,6 +248,7 @@
"disableUuidTracking": {
"sling:resourceType": "granite/ui/components/coral/foundation/form/checkbox",
"uncheckedValue": "false",
"forceIgnoreFreshness": true,
"name": "./uuidDisabled",
"text": "Disable UUID tracking",
"value": true,
Expand Down Expand Up @@ -282,6 +289,7 @@
"sling:resourceType": "granite/ui/components/coral/foundation/form/checkbox",
"uncheckedValue": false,
"granite:class": "js-cq-ImageEditor-allowUpload",
"forceIgnoreFreshness": true,
"name": "./allowUpload",
"text": "Allow asset upload from file system",
"value": true,
Expand Down
9 changes: 9 additions & 0 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>

<release version="2.0.4-2.25.4" date="not released">
<action type="update" dev="sseifert" issue="22">
Update to AEM WCM Core Components 2.25.4.
</action>
<action type="update" dev="sseifert" issue="22"><![CDATA[
Image (v3) and Responsive Image (v1): Set forceIgnoreFreshness property on edit dialog properties with default value (related to <a href="https://github.com/adobe/aem-core-wcm-components/pull/2735">PR #2735</a>).
]]></action>
</release>

<release version="2.0.2-2.23.2" date="2024-03-13">
<action type="fix" dev="sseifert" issue="20">
Download (v1/v2): Don't display file size if it is not available.
Expand Down
6 changes: 3 additions & 3 deletions examples/bundles/examples-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.wcm.core.components.examples-core</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<packaging>jar</packaging>

<name>WCM Core Components Examples Core</name>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions examples/content-packages/examples-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.wcm.core.components.examples-libs</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<packaging>content-package</packaging>

<name>WCM Core Components Examples wcm.io Libraries</name>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions examples/content-packages/examples-sample-content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.wcm.core.components.examples-sample-content</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<packaging>content-package</packaging>

<name>WCM Core Components Examples Content</name>
Expand Down
6 changes: 3 additions & 3 deletions examples/content-packages/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.wcm.core.components.examples</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<packaging>content-package</packaging>

<name>WCM Core Components Examples</name>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.wcm.core.components.examples-core</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.wcm.core.components.examples.root</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>WCM Core Components</name>
Expand All @@ -48,13 +48,13 @@
</issueManagement>

<properties>
<core.wcm.components.version>2.23.2</core.wcm.components.version>
<core.wcm.components.version>2.25.4</core.wcm.components.version>

<sling.url>http://localhost:4502</sling.url>
<sling.publish.url>http://localhost:4503</sling.publish.url>

<!-- Enable reproducible builds -->
<project.build.outputTimestamp>2024-03-13T09:42:26Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-27T12:47:47Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.root</artifactId>
<version>2.0.3-2.23.2-SNAPSHOT</version>
<version>2.0.4-2.25.4-SNAPSHOT</version>
<packaging>pom</packaging>
<url>${site.url}/${site.url.module.prefix}/</url>

Expand Down
1 change: 1 addition & 0 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ There is currently no added wcm.io support for the Core Component AMP extensions

|wcm.io WCM Core Components version | AEM Sites Core Component version | AEM version supported
|-----------------------------------|----------------------------------|---------------------------------------------
| 2.0.4-2.25.4 | 2.25.4 and up | AEM 6.5.17, AEMaaCS
| 2.0.x-2.23.2 | 2.23.2, 2.24.6 and up | AEM 6.5.17, AEMaaCS
| 1.14.0-2.23.2 | 2.23.2 and up | AEM 6.5.17, AEMaaCS
| 1.13.0-2.22.6 | 2.22.6 and up | AEM 6.5.14, AEMaaCS
Expand Down

0 comments on commit be8e470

Please sign in to comment.