Skip to content

Commit d228629

Browse files
committed
CEXT-4260: Release eventing 1.11.1
1 parent 8ca3c87 commit d228629

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

src/pages/events/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Name | Format | Description
244244
--- | --- | ---
245245
`enabled` | boolean | A `true` value indicates eventing is enabled.
246246
`merchant_id` | string | The merchant's company name. The value can contain alphanumeric characters and underscores only.
247-
`environment_id` | string | A label for your environment.
247+
`environment_id` | string | A label for your environment. The value can contain alphanumeric characters and underscores only.
248248
`provider_id` | string | An event provider ID generated by the [`bin/magento events:create-event-provider` command](./commands.md#create-an-event-provider).
249249
`instance_id` | string | A unique identifier. This value can contain English alphanumeric characters, underscores (_), and hyphens (-) only.
250250
`workspace_configuration` | string | The contents of the workspace configuration file downloaded from the Adobe Developer Console.

src/pages/events/module-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ The contents of the event are similar to the following:
389389

390390
### config.php and env.php
391391

392-
You can also create an `io_events` section in the Commerce [`app/etc/config.php file`](https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/files/deployment-files.html). As of version of **1.11.0** of Adobe I/O Events for Adobe Commerce, you can also create an `io_events section` in the Commerce [`app/etc/env.php file`](https://experienceleague.adobe.com/en/docs/commerce-operations/configuration-guide/files/deployment-files). Events registered using this mechanism can be disabled from the command line.
392+
You can also create an `io_events` section in the Commerce [`app/etc/config.php file`](https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/files/deployment-files.html). As of version of **1.11.0** of Adobe I/O Events for Adobe Commerce, you can also create an `io_events` section in the Commerce [`app/etc/env.php file`](https://experienceleague.adobe.com/en/docs/commerce-operations/configuration-guide/files/deployment-files). Events registered using this mechanism can be disabled from the command line.
393393

394394
For example:
395395

src/pages/events/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ These release notes describe the latest version of Adobe I/O Events for Adobe Co
1212

1313
See [Update Adobe I/O Events for Adobe Commerce](installation.md#update-adobe-io-events-for-adobe-commerce) for upgrade instructions.
1414

15+
## Version 1.11.1
16+
17+
### Release date
18+
19+
February 25, 2025
20+
21+
### Enhancements
22+
23+
* Removed the requirement for Merchant ID and Environment ID to start with letters. <!-- CEXT-4246 -->
24+
1525
## Version 1.11.0
1626

1727
### Release date

0 commit comments

Comments
 (0)