Skip to content

Commit

Permalink
chore(main): release 3.5.8 (#34)
Browse files Browse the repository at this point in the history
* chore(main): release 3.5.6

* misc(plugin): update prestashop plugin version and chercksum

* misc(standards): fix prestashop plugin standards for module validation

* misc(readme): update readme

* misc(product): check index in LengowProduct

* misc(checksum): update checksum

* misc(standard): fix standards and update checksum

* chore(main): release 3.5.7

* misc(checksum): Update md5 checksums

* misc(conflicts): fix conflicts

* misc(checksum): update the checksum

* misc(standard): fix prestashop standard

* misc(install): fix compatibility prestashop version

* misc(checksum): update checksum for lengow.php

* chore(main): release 3.5.8

* misc(checksum): Update md5 checksums

* misc(confilct): fix conflicts

* misc(checkmd5): update checkmd5.csv

* misc(checkmd5): update md5 for prestashop plugin

* misc(standard): fix prestashop standards

* misc(checkmd5): update md5 for 1 file

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alexis Hermanns <alexis.hermanns@lengow.com>
Co-authored-by: vagrant <vagrant@homestead>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent da61a11 commit 6c714ef
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 19 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog


<<<<<<< HEAD
=======
## [3.5.8](https://github.com/lengow/plugin-prestashop/compare/v3.5.7...v3.5.8) (2024-12-09)


### Bug Fixes

* **export:** [PST-22027] ignore Root category from breadcrumb ([#33](https://github.com/lengow/plugin-prestashop/issues/33)) ([ba8b29a](https://github.com/lengow/plugin-prestashop/commit/ba8b29ab38aa1d37b8100e9a73517f3da9257fb1))
* **settings:** [PST-21910] change preprod to sandbox word ([#32](https://github.com/lengow/plugin-prestashop/issues/32)) ([da61a11](https://github.com/lengow/plugin-prestashop/commit/da61a110bb8edcc1b9e954d84feb1915d15ffdc7))

## [3.5.7](https://github.com/lengow/plugin-prestashop/compare/v3.5.6...v3.5.7) (2024-10-10)


Expand All @@ -18,7 +24,6 @@
* **ci-cd:** automatically update release-please version in files ([#25](https://github.com/lengow/plugin-prestashop/issues/25)) ([ff16ff8](https://github.com/lengow/plugin-prestashop/commit/ff16ff85a59881dc2c471a533bc44bce596347dd))
* **cicd:** Add a CI job to generate plugin checksums ([#26](https://github.com/lengow/plugin-prestashop/issues/26)) ([54e705b](https://github.com/lengow/plugin-prestashop/commit/54e705bc190dcbdd755d83a89c965dea0baa3195))

>>>>>>> 6f02e41d8931dfe52501e9e4978bca0dbe05bc3a
## [3.5.6](https://github.com/lengow/plugin-prestashop/compare/v3.5.5...v3.5.6) (2024-09-23)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- **Requires at least:** 1.7.7
- **Tested up to:** 8.1.7
- **Requires PHP:** 7.4
- **Stable tag:** 3.5.7 <!-- x-release-please-version -->
- **Stable tag:** 3.5.8 <!-- x-release-please-version -->
- **License:** Apache-2.0
- **License URI:** http://www.apache.org/licenses/LICENSE-2.0

Expand Down
2 changes: 1 addition & 1 deletion classes/models/LengowCart.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function cleanCart($products = [])
*
* @throws Exception|PrestaShopDatabaseException
*/
public function updateQty($quantity, $idProduct, $idProductAttribute = null, $idCustomization = false, $operator = 'up', $idAddressDelivery = 0, ?Shop $shop = null, $autoAddCartRule = true, $skipAvailabilityCheckOutOfStock = false, $preserveGiftRemoval = true, $useOrderPrices = false)
public function updateQty($quantity, $idProduct, $idProductAttribute = null, $idCustomization = false, $operator = 'up', $idAddressDelivery = 0, Shop $shop = null, $autoAddCartRule = true, $skipAvailabilityCheckOutOfStock = false, $preserveGiftRemoval = true, $useOrderPrices = false)
{
if (!$shop) {
$shop = Context::getContext()->shop;
Expand Down
2 changes: 1 addition & 1 deletion classes/models/LengowProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ protected function getBreadcrumb()
$breadcrumb = '';
$categories = $this->categoryDefault->getParentsCategories();
foreach ($categories as $category) {
if (isset($category['id_parent']) && $category['id_parent'] === 0) {
if (isset($category['id_parent']) && (int) $category['id_parent'] === 0) {
continue;
}
$breadcrumb = $category['name'] . ' > ' . $breadcrumb;
Expand Down
2 changes: 1 addition & 1 deletion classes/models/LengowSync.php
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ public static function getPluginData($force = false, $logOutput = false)
*
* @return array
*/
public static function getPluginLinks(?string $isoCode = null, ?bool $default = false)
public static function getPluginLinks(string $isoCode = null, bool $default = false)
{
$pluginData = self::getPluginData();
if (!$pluginData || $default) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prestashop/lengow",
"description": "Lengow",
"version": "3.5.7",
"version": "3.5.8",
"autoload": {
"psr-4": {
"Lengow\\": "src/"
Expand Down
20 changes: 10 additions & 10 deletions config/checkmd5.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
/fr.php|0688c5e6237bf1c4ebf4d8f7a622a794
/index.php|be8b25f88c14bddd7711e4585ebae316
/it.php|14e76520f64429f3436543e904e13015
/lengow.php|2ad4eef9920d888505712030efc1a717
/lengow.php|9d959cfa6cd8fab531c3cf55a964f2b9
/loader.php|b3d94d65d0a074088758bc1e50736a01
/config/index.php|be8b25f88c14bddd7711e4585ebae316
/translations/en.csv|cf623351741049d7c05788415205a56c
/translations/es.csv|1e3b878673783c42a1d38003c4cb4f66
/translations/fr.csv|966a94d8453c6af06ebcdcf88968a766
/translations/en.csv|ae2a36b3d10b9541f5bdc8ec74135b10
/translations/es.csv|fc5e6e122ebf6e5fb16f7ec99983d0dc
/translations/fr.csv|b80728b39aa80003f2b6786b47b48949
/translations/index.php|be8b25f88c14bddd7711e4585ebae316
/translations/it.csv|492e327264289567a76bba0ffba5f0ff
/translations/it.csv|ac5bb3126b0829d3dd6d5bfa2b648d19
/classes/controllers/LengowHomeController.php|124a1bb77383394555206b022b67a1ad
/classes/controllers/LengowOrderSettingController.php|59b87f5d37a1b5706a66fe444dd27b31
/classes/controllers/LengowDashboardController.php|60b83659efdecee33637ec4c0999aae3
Expand All @@ -23,9 +23,9 @@
/classes/controllers/LengowFeedController.php|b9a4e1bfe6836ad7a648de8a2a79bf77
/classes/models/LengowBackup.php|0b4ad4d2a965e7df0df4639dc3230423
/classes/models/LengowExport.php|4b80f5d76bc1612177829c8325a06057
/classes/models/LengowConfigurationForm.php|ba4ba2a08431bf6521c5b48c4a863ef5
/classes/models/LengowConfigurationForm.php|f934e20300498dcd3be0094fb179c6bb
/classes/models/LengowCustomer.php|dfb59e7d5a8cb8c47fae3015c66607af
/classes/models/LengowSync.php|cf6877bf01e2794b9d9c29989894ae14
/classes/models/LengowSync.php|52dc9420d5e40a9321be83856c688475
/classes/models/LengowConnector.php|97805c39f27ff054889fd7352976fdef
/classes/models/LengowLink.php|d658ea39cfbae6deefe2069fd92ad4fa
/classes/models/LengowInstall.php|8850827d3b933feadc8d05329cfc0717
Expand All @@ -45,8 +45,8 @@
/classes/models/LengowMethod.php|b5a6f695d06191e20727411205434cab
/classes/models/LengowOrderDetail.php|c0ea8445020fc1c49b3d9e7099650d7a
/classes/models/LengowMarketplace.php|4b18f91131193a3eee53d2eb917c5b94
/classes/models/LengowProduct.php|20ef9d516282ffcf8694b0785c4d19e4
/classes/models/LengowCart.php|e49dd062e79a24c3b7fcfd2499216573
/classes/models/LengowProduct.php|25ce31dbffada98f825d7432aaef1aa4
/classes/models/LengowCart.php|bbf6f01e6afdea4b2c0433a73fd1282f
/classes/models/LengowMain.php|68ff3498a94537a51bc5e6b61bd854df
/classes/models/LengowList.php|31030820ccfc2ed94bfc5249c72d94f6
/classes/models/LengowOrderCarrier.php|593f0e1ff6bc9611739de14b8f3d192a
Expand Down Expand Up @@ -454,7 +454,7 @@
/views/templates/admin/lengow_toolbox/helpers/view/index.php|8c05a3431d3dcff6cdbfb4890fcafeb2
/views/templates/admin/lengow_toolbox/layout.tpl|dce5c18c3f7ee6d8deb4b15ae67b9eed
/views/templates/admin/lengow_toolbox/index.php|8c05a3431d3dcff6cdbfb4890fcafeb2
/views/templates/admin/footer.tpl|639dccd9927e638989452a65ebc766cd
/views/templates/admin/footer.tpl|d2d993208162f4de715701b678b2606f
/views/templates/admin/lengow_order_setting/helpers/index.php|be8b25f88c14bddd7711e4585ebae316
/views/templates/admin/lengow_order_setting/helpers/view/country_selector.tpl|a267b04ca30c63272a0518df44d2d132
/views/templates/admin/lengow_order_setting/helpers/view/default_carrier.tpl|59082017288f80c73b1fde08de8fd088
Expand Down
2 changes: 1 addition & 1 deletion lengow.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function __construct()
{
$this->name = 'lengow';
$this->tab = 'export';
$this->version = '3.5.7'; // x-release-please-version
$this->version = '3.5.8'; // x-release-please-version
$this->author = 'Lengow';
$this->module_key = '__LENGOW_PRESTASHOP_PRODUCT_KEY__';
$this->ps_versions_compliancy = [
Expand Down

0 comments on commit 6c714ef

Please sign in to comment.