This edition of the Core Weekly report highlights changes in PrestaShop’s core codebase during the last week, from Monday 27th of March to Sunday 2nd of April 2017.

General messages

PrestaShop 1.7.1.0 was released last Monday! Yay!
Of course this means that maaaaany people will only now start test-driving this new minor version, and therefore it’s “fixing newfound issues” time! We are planning for a quick 1.7.1.1 release, with some much-needed fixes. Expect it soon!
Do you see issues? Please report them!

Likewise, the 1-Cick Upgrade module is still in Beta, and fixes are being made to ensure that the final version works in the most common situations. Please bear with us while we fix the reported issues.

Work continues on 1.7.2.0 (to be released in June, if all goes well), and you can see the reworked Stock Management feature being built in this PR, most notably.

Finally, version 1.6.1.13 should be released by the end of the month: the milestone is 94% done :)

See you next week!

Code changes in the ‘develop’ branch (for 1.7.2.0)

Now let’s review the one merged pull-request on the ‘develop’ branch since the last Core Weekly Report!

  • BO> #7715: Change text tooltip in SEO, by @vincentbz.
  • BO> #7623: Avoid silencious fail of simple category creation from product form. Thank you @123monsite-regis!

Code changes in ‘1.7.1.x’ branch (for v1.7.1.0’s patch versions)

Next, let’s review the merged pull-requests on the ‘1.7.1.x’ branch since the last Core Weekly Report!

Core

  • #7719: Delete unique key name for ps_profile_lang, by @aleeks.
  • #7711: Use trans() instead of undefined l(), by @maximebiloe.
  • #7708: Use the browser country prior to the shop one, by @maximebiloe.
  • #7705: Hide upside down language, by @aleeks.
  • #7700: Fixes needed for upgrade, by @aleeks.

Thank you to @123monsite-regis for his merged pull request!

Also, thank you to the contributors whose PRs haven’t been merged yet! And of course, a big thank you to all those who contribute with tickets and comments on the Forge!

If you want to contribute to PrestaShop with code, please read these pages first:

…and if you do not know how to fix an issue but wish to report it, please read this: How to use the Forge to contribute to PrestaShop. Thank you!

Happy contributin’ everyone!