Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default values to bump and get previous release #218

Merged
merged 19 commits into from
Aug 16, 2023

Conversation

davseve
Copy link
Owner

@davseve davseve commented Aug 16, 2023

No description provided.

confucius-elementor and others added 19 commits August 6, 2023 16:37
…fication [ED-9801] (elementor#22509)

https://elementor.atlassian.net/browse/ED-9801

---------

Co-authored-by: Mati Horowitz <21468434+matipojo@users.noreply.github.com>
Co-authored-by: Yakir Sitbon <kingyes1@gmail.com>
Co-authored-by: Nevo Golan <20494189+Nevoss@users.noreply.github.com>
…tor#23035)

## PR Checklist
<!-- 
Please check if your PR fulfills the following requirements:
**Filling out the template is required.** Any pull request that does not
include enough information to be reviewed in a timely manner may be
closed at the maintainers' discretion.
 -->
- [x] The commit message follows our guidelines:
https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md


## PR Type
What kind of change does this PR introduce?
<!-- Please check the one that applies to this PR using "x" with no
spaces eg: [x]. -->
- [x] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] Other... Please describe:

## Summary

This PR can be summarized in the following changelog entry:

* [i18n] Some texts of the Admin Top Bar are not displayed translated

## Description
An explanation of what is done in this PR

* Fix for some texts of the Admin Top Bar are not displayed translated
if the language is not English, for example: "**Search or do anything in
Elementor**", "**Connect Account**" and "**Connect your account to get
access to Elementor's Template Library & more.**"

## Test instructions
This PR can be tested by following these steps:

* Before (Language set to Italian)

![before](https://github.com/elementor/elementor/assets/1197819/c9b89ca3-c2bd-4c99-b04b-90e6ae64a7cd)

* After (Language set to Italian):

![after](https://github.com/elementor/elementor/assets/1197819/6b0f2e76-7c79-4ca5-adf3-85f3f34b7bf3)


## Quality assurance

- [x] I have tested this code to the best of my abilities
- [ ] I have added unittests to verify the code works as intended
- [ ] Docs have been added / updated (for bug fixes / features)

Fixes #

Partially elementor#22388 

It remains to solve the problem why "`&elementor#8984;`" is shown on Mac and not
the Command key symbol (⌘).

![command-key](https://github.com/elementor/elementor/assets/1197819/3fe49873-ffef-493e-8f92-e3568efc8b83)


https://github.com/elementor/elementor/blob/7404ca346a20d8318421c2b6c6495aa3102091d0/modules/admin-top-bar/assets/js/admin-top-bar.js#L32-L33


https://github.com/elementor/elementor/blob/7404ca346a20d8318421c2b6c6495aa3102091d0/modules/admin-top-bar/assets/js/admin-top-bar.js#L44

Update: Maybe even the latter problem with this fix in
elementor@65447e4


![command-key-after](https://github.com/elementor/elementor/assets/1197819/43789d10-809f-4270-b058-4588176820cb)

Also fixed a similar issue for the Show Panel / Hide Panel tooltip in
the editor

![editor-panel](https://github.com/elementor/elementor/assets/1197819/a3a56302-04bf-4520-ac17-d44b19d62f71)


Fix elementor#22388
…11369} (elementor#23247)

## PR Checklist
<!-- 
Please check if your PR fulfills the following requirements:
**Filling out the template is required.** Any pull request that does not
include enough information to be reviewed in a timely manner may be
closed at the maintainers' discretion.
 -->
- [ ] The commit message follows our guidelines:
https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md


## PR Type
What kind of change does this PR introduce?
<!-- Please check the one that applies to this PR using "x" with no
spaces eg: [x]. -->
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] Other... Please describe:

## Summary

This PR can be summarized in the following changelog entry:

*

## Description
An explanation of what is done in this PR

*

## Test instructions
This PR can be tested by following these steps:

*

## Quality assurance

- [x] I have tested this code to the best of my abilities
- [ ] I have added unittests to verify the code works as intended
- [ ] Docs have been added / updated (for bug fixes / features)

Fixes #
…d-release' into internal/ED-11261-one-click-cloud-release
…23323)

## PR Checklist
<!-- 
Please check if your PR fulfills the following requirements:
**Filling out the template is required.** Any pull request that does not
include enough information to be reviewed in a timely manner may be
closed at the maintainers' discretion.
 -->
- [ ] The commit message follows our guidelines:
https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md


## PR Type
What kind of change does this PR introduce?
<!-- Please check the one that applies to this PR using "x" with no
spaces eg: [x]. -->
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] Other... Please describe:

## Summary

This PR can be summarized in the following changelog entry:

*

## Description
An explanation of what is done in this PR

*

## Test instructions
This PR can be tested by following these steps:

*

## Quality assurance

- [ ] I have tested this code to the best of my abilities
- [ ] I have added unittests to verify the code works as intended
- [ ] Docs have been added / updated (for bug fixes / features)

Fixes #
…or#23321)

Co-authored-by: Louis Wolmarans <louiswol94@gmail.com>
## PR Checklist
<!-- 
Please check if your PR fulfills the following requirements:
**Filling out the template is required.** Any pull request that does not
include enough information to be reviewed in a timely manner may be
closed at the maintainers' discretion.
 -->
- [ ] The commit message follows our guidelines:
https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md


## PR Type
What kind of change does this PR introduce?
<!-- Please check the one that applies to this PR using "x" with no
spaces eg: [x]. -->
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] Other... Please describe:

## Summary

This PR can be summarized in the following changelog entry:

*

## Description
An explanation of what is done in this PR

*

## Test instructions
This PR can be tested by following these steps:

*

## Quality assurance

- [ ] I have tested this code to the best of my abilities
- [ ] I have added unittests to verify the code works as intended
- [ ] Docs have been added / updated (for bug fixes / features)

Fixes #
…tor#23334)

## PR Checklist
<!-- 
Please check if your PR fulfills the following requirements:
**Filling out the template is required.** Any pull request that does not
include enough information to be reviewed in a timely manner may be
closed at the maintainers' discretion.
 -->
- [ ] The commit message follows our guidelines:
https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md


## PR Type
What kind of change does this PR introduce?
<!-- Please check the one that applies to this PR using "x" with no
spaces eg: [x]. -->
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] Other... Please describe:

## Summary

This PR can be summarized in the following changelog entry:

*

## Description
An explanation of what is done in this PR

*

## Test instructions
This PR can be tested by following these steps:

*

## Quality assurance

- [ ] I have tested this code to the best of my abilities
- [ ] I have added unittests to verify the code works as intended
- [ ] Docs have been added / updated (for bug fixes / features)

Fixes #

---------

Co-authored-by: Louis Wolmarans <louiswol94@gmail.com>
When using the "Deprecated Code Detector" tool, it present's the wrong
version.

This PR fixed the deprecation version.

Co-authored-by: TzviRabinovitch <99259629+TzviRabinovitch@users.noreply.github.com>
…d-release' into internal/ED-11261-one-click-cloud-release
@davseve davseve merged commit 9759cc3 into main Aug 16, 2023
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants