Skip to content

Releases: PrestaShopCorp/ps_mbo

v4.1.0

22 Nov 10:32
b9fe344
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.1.0

v4.0.1

21 Nov 16:18
92763f1
Compare
Choose a tag to compare

Changes

v4.0.0

25 Oct 07:33
4185528
Compare
Choose a tag to compare

What's Changed

Read more

v4.0.0-rc5

13 Oct 07:44
3fd6295
Compare
Choose a tag to compare
v4.0.0-rc5 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.0-rc3...v4.0.0-rc5

v4.0.0-rc3

03 Oct 11:55
b0aed41
Compare
Choose a tag to compare
v4.0.0-rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.0-rc2...v4.0.0-rc3

v4.0.0-rc2

23 Sep 09:28
ec3f0d6
Compare
Choose a tag to compare
v4.0.0-rc2 Pre-release
Pre-release

Changes

What's Changed

Read more

v4.0.0-rc1

23 Sep 09:20
cde6087
Compare
Choose a tag to compare
v4.0.0-rc1 Pre-release
Pre-release

Changes

What's Changed

Read more

v2.0.2

14 Jun 12:45
c3ac864
Compare
Choose a tag to compare

Bug fixes

Continuous Integration

Module settings

v2.0.1

29 May 09:26
b0acf14
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #96: Avoid fatal error on ServiceNotFoundException by @Matt75

⛑How to fix this issue on PrestaShop

If you are in production it can be useful to enable maintenance mode to avoid concomitant access to cache when cleaning or warmup.

You can do that with this SQL Query on MySQL (use phpmyadmin for example)
UPDATE ps_configuration SET value = 0 WHERE name = "PS_SHOP_ENABLE" (If you use a custom table prefix, change table name accordingly)

You should unzip new module version of ps_mbo then upload it with ftp software in modules folder of your PrestaShop Instance.

After that go to var/cache folder then rename dev to dev.old and prod to prod.old ; finally delete dev.old and prod.old

If issue still occur please rename ps_mbo folder to ps_mbo.bak in your modules folder.

v2.0.0

25 May 16:20
acaef9b
Compare
Choose a tag to compare

🔨 Improvements by @Matt75

  • Migrate to Symfony stuffs
  • Use Module Catalog of the Core due to new API delayed
  • Handle Module Selection & Theme Catalog on MBO
  • Asynchronous requests
  • Retrieve Recommended Modules with CircuitBreaker
  • Use cache to store Recommended Modules after building
  • Display Recommended Modules after page content in AdminCarriers & AdminPayment
  • Display Recommended Modules on a popup in the others pages after click on Recommended Modules * button in toolbar
  • If no Recommended Modules is available, button should not be displayed. (Only if cache is set)