Releases: damanic/ls1-module-core
Releases · damanic/ls1-module-core
1.13.5
16 Feb 07:30
Compare
Sorry, something went wrong.
No results found
#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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.13.1
11 Mar 04:47
Compare
Sorry, something went wrong.
No results found
Bug Fix: sql now() being compared to localised PHP datetime causing cron timing issues.
1.13.0
11 Mar 02:40
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Minor fix in core_modulemanager.
1.12.2
28 Oct 19:29
Compare
Sorry, something went wrong.
No results found
Added the force parameter to update request events.
1.12.1
27 Oct 16:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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();