Skip to content

Releases: damanic/ls1-module-core

1.13.5

16 Feb 07:30

Choose a tag to compare

#1.13.5 Improved crontab, prevent same scheduled task from stacking up if process takes longer to complete than cron interval

1.13.4

13 Sep 01:55

Choose a tag to compare

Bug Fix: Resolves an issue with sub-request headers

CURLOPT_HTTPHEADER set with underscores were lost on some stacks.

Caused error message:
Error applying catalog price rules: Only authorized LemonStand users can perform this operation.

1.13.3

28 Jul 09:26

Choose a tag to compare

Major security update. Details: http://evocode.com/blog/lemonstand-v1-vulnerability/

If your site has been exploited you must take extra steps outlined in above link.

Your site has been explioted IF

  • filesize of /modules/session/resources/images/lemonstand_header.png more than 18 KB
    and/or
  • /modules/shop/classes/shop_paymenttype.php have a reference to lemonstand_header.png?

1.13.2

27 Jul 14:44

Choose a tag to compare

security fix

1.13.1

11 Mar 04:47

Choose a tag to compare

Bug Fix: sql now() being compared to localised PHP datetime causing cron timing issues.

1.13.0

11 Mar 02:40

Choose a tag to compare

Added subscribe to crontab and add to cronjob support

New Cron Features

  • Execute cron as a standalone

  • Subscribe a task to the cron tab

  • Add a job to a que so that it is processed in the background cron job process without delaying the currently executing script.

    View readme.md for more info.

1.12.3

28 Nov 23:29

Choose a tag to compare

Minor fix in core_modulemanager.

1.12.2

28 Oct 19:29

Choose a tag to compare

Added the force parameter to update request events.

1.12.1

27 Oct 16:24

Choose a tag to compare

New event added to Core_UpdateManager and updated PclZip

  • Added event core:onFetchSoftwareUpdateFiles.
  • Updated PclZip to 2.8.2

1.12.0

27 Oct 04:43

Choose a tag to compare

Added new application update events

  • Added events to update manager 'core:onAfterGetModuleVersions', 'core:onGetBlockedUpdateModules', 'core:onAfterRequestUpdateList'
  • Added new method Core_UpdateManager::get_blocked_update_modules();