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

HotFix - 2.1.2 #179

Merged
merged 10 commits into from
Jul 3, 2018
Merged

HotFix - 2.1.2 #179

merged 10 commits into from
Jul 3, 2018

Conversation

supercid
Copy link
Member

@supercid supercid commented Jun 28, 2018

  • Fix SKU Variations For Single Products
  • Add Variant Configuration Group Options Into Custom Attributes
  • Fix issue when updating the plugin could not create database column for cart restore hash
  • Fix missing category tagging in category listing page

@supercid supercid self-assigned this Jun 28, 2018
@supercid supercid changed the base branch from develop to master June 28, 2018 12:06
@supercid supercid added the bug label Jul 2, 2018
@supercid supercid added this to the 2.1.0 milestone Jul 2, 2018
foreach ($configurator as $config) {
/** @var Option $config */
if (!$config instanceof Option
&& $config->getGroup() === null
Copy link
Contributor

Choose a reason for hiding this comment

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

Should the operator be OR?

if (!$config instanceof Option
|| $config->getGroup() === null)

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed, thanks

CHANGELOG.md Outdated
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.2]
Copy link
Contributor

Choose a reason for hiding this comment

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

  • I wouldn't use came case in change log
  • Also check the changes linking (the links are defined at the end of the change log file)

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed, thanks

@fairlane fairlane modified the milestones: 2.1.0, 2.1.2 Jul 3, 2018
@supercid supercid merged commit eb369eb into master Jul 3, 2018
@supercid supercid deleted the hotfix/2.1.2 branch July 3, 2018 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants