Releases: Way2CU/Caracal
Version 0.4.1
This release includes a bug fix which caused issues with Callbox/CTM module and code optimizer. Issue was reported very vaguely in error log and silently failed.
There's no need to upgrade unless you are using these two features in combination.
Version 0.4
This release marks a turning point for some system level objects. Most notable ones are:
- Old set of
url_Make
and similar functions has been grouped intoURL
class and reworked for simpler functionality; Session::TYPE_BROWSER
and similar constants have been moved to separate classSessionType::BROWSER
;- Language is no longer stored in session menu. This was a huge mistake as it presented content to the search engines as single language. New approach always includes language in URL for languages other than default;
- Additional optimization of CSS compiler;
- Shop received support for suppliers, discounts and promotions;
- Dialog has been redesigned and reworked to be simpler and better;
- Caching options have been configured to provide better results;
It's important to note backend interface is going through some modifications in preparation for redesign. In some places things might look a bit broken, but functionality should remain.
Version 0.3
This version brings new URL scheme and mechanism for creating it. Old section.xml
file is no longer being used and is replaced by section.json
. In addition to URL changes system now supports number of string string distance algorithms and initial implementation of these in shop search. Support for error pages was added as well. New page_description
module was added.
Apart from many new features number of bugs were fixed. Most notable ones include CSS code optimizer, few caching issues, unified eval function, etc.
Version 0.2.1
This release brings the following bug fixes:
- Warning in error logs regarding missing SMTP username missing. For fix to have effect, open default configuration of contact form and save it without changing anything;
- System and SMTP mailer not sending plaintext body;
- Property editing in backend for Shop module;
- Tranzila transaction charging.
Version 0.2
After almost two years of development new version is finally out with many changes and bug fixes. One of most notable features is fully functioning shop
module. Some other modules were removed, some were added. All in all too many changes to list.