Skip to content

Commit

Permalink
Merge pull request #296 from PrestaShop/cron-php-update-modules
Browse files Browse the repository at this point in the history
`@data/demo/modules`: Update modules
  • Loading branch information
Progi1984 authored Dec 28, 2024
2 parents 92f687b + ebfe3ce commit 95fde03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/demo/modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
psEmailAlerts: new FakerModule({
tag: 'ps_emailalerts',
name: 'Mail alerts',
versionCurrent: 'v3.0.0',
versionCurrent: 'v3.0.1',
releaseZip: 'https://github.com/PrestaShop/ps_emailalerts/releases/download/%version%/ps_emailalerts.zip',
}),
psEmailSubscription: new FakerModule({
Expand All @@ -58,7 +58,7 @@ export default {
psFacetedSearch: new FakerModule({
tag: 'ps_facetedsearch',
name: 'Faceted search',
versionCurrent: 'v3.16.1',
versionCurrent: 'v4.0.0',
releaseZip: 'https://github.com/PrestaShop/ps_facetedsearch/releases/download/%version%/ps_facetedsearch.zip',
}),
psGdpr: new FakerModule({
Expand Down

0 comments on commit 95fde03

Please sign in to comment.