Skip to content

Commit

Permalink
Merge branch 'master' into style/customHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
iago1501 authored Jan 9, 2025
2 parents 0c5d007 + 79334f0 commit 0e725ab
Show file tree
Hide file tree
Showing 5 changed files with 619 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]

### Added

- Spacing in custom header elements for better visualization

## [4.57.0] - 2025-01-06

### Added

- Polish translations

## [4.56.5] - 2024-10-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "admin-pages",
"version": "4.56.5",
"version": "4.57.0",
"title": "VTEX Pages Admin",
"description": "The VTEX Pages CMS admin interface",
"builders": {
Expand Down
2 changes: 1 addition & 1 deletion messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"admin/pages.admin.pages.list.section.productCollections": "Product Collections",
"admin/pages.admin.pages.list.section.standard": "Default",
"admin/pages.admin.redirects.bulk.failed.button": "See Errors",
"admin/pages.admin.redirects.bulk.failed": "We couldn't process all {lines} lines from file {fileName}. Please try again.",
"admin/pages.admin.redirects.bulk.failed": "We couldn't process {lines, plural, one {the line} other {all # lines}} from file {fileName}.",
"admin/pages.admin.redirects.bulk.partial": "Importing file {fileName} was partially successful: {success} successful, {failed} failed.",
"admin/pages.admin.redirects.bulk.success": "Done. {lines} lines were successfully processed from file \"{fileName}\"",
"admin/pages.admin.redirects.button.create": "New Redirect",
Expand Down
Loading

0 comments on commit 0e725ab

Please sign in to comment.