Skip to content

Commit fe65640

Browse files
committed
MC-6298: Beta 3 docs release notes
Removed extra spaces and added version ^1.0.0 to install composer command.
1 parent f813b1c commit fe65640

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docs/getting-started/install-pagebuilder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you have had a previous version of Magento 2.3.0 or Page Builder installed yo
1818
1919
3. Navigate to the root of the project and require the `magento/module-page-builder-commerce` package:
2020
```
21-
composer require magento/page-builder-commerce
21+
composer require magento/page-builder-commerce:^1.0.0
2222
```
2323
2424
4. Enable the module within Magento:

docs/release-notes.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,12 @@ Here are the Page Builder beta release notes and the higher priority known issue
55
## Beta 3 - December 19, 2018
66

77
- Improved: Handling of invalid Google Maps API keys <!-- MC-5723 -->
8-
98
- Removed: Legacy overlay transparency field from banner & slider in favor of using the color picker <!-- MC-3895 -->
10-
119
- Resolved: Box sizing issues on storefront and Admin <!-- MC-5079 -->
12-
1310
- Resolved: Issue with initiation of tabs breaking in certain scenarios <!-- MC-5363 -->
14-
1511
- Resolved: Performance issues with "Edit with Page Builder" button in category and product areas <!-- MC-5403 -->
16-
1712
- Resolved: Numerous issues within staging slide out <!-- MC-5423 -->
1813

19-
2014
## Beta 2 - December 10, 2018
2115

2216
- Resolved: Image inside Text Content Type is scaled on stage <!-- MC-3509 -->

0 commit comments

Comments
 (0)