Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Conversation

@HoelShare
Copy link
Contributor

This PR depends on PR #443

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 41.52% when pulling 92c1f2c on CON-4522 into 3505ed8 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 41.52% when pulling 2f5e24a on CON-4522 into 3505ed8 on master.


private function changeGroupNameImportSettings()
{
if (version_compare($this->version, '1.1.12', '<=')) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$this->versioncontains the old version so when updating from 1.1.11 to 1.1.12 it would contain 1.1.11
i think you have to check less or eguals '1.1.11'
in general it is Version_with_that_change - 1

plugin.json Outdated
"currentVersion": "1.1.11",
"changelog": {
"de": {
"1.1.12": "CON-4522: Drop shipping Einstellungen in den Import Tab verschoben",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in general i would not add the changelog in this moment because you never really know with wich release your PR is realesed.
The workflow is to flag the jira ticket with the plugin version you think and then when we want to do package test we add al changelogs for that release

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 41.52% when pulling 09c6d32 on CON-4522 into 3505ed8 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.004%) to 41.52% when pulling 6816611 on CON-4522 into 95c736d on master.

@HoelShare HoelShare merged commit cf2fef2 into master Jan 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants