Skip to content

Releases: plentymarkets/plenty-cms-library

plentymarketsCMStools v1.0.1

02 Dec 15:35
Compare
Choose a tag to compare
  • fixed shipping address issues in checkout
  • FIX ScriptLoader: support IE9+
  • postfinder improvement

plentymarketsCMStools v1.0.0

25 Nov 15:48
Compare
Choose a tag to compare
  • Revision of attribute notation
    • Use of attributes data-plenty and data-plenty-rel only
    • data-plenty attributes contain a value as a function call, optionally preceded by an event
    • Example: data-plenty="click:UI.slideToggle(this, event)"
  • Framework independence
    • Bootstrap CSS classes are no longer used in JavaScript
    • Configurable CSS class mappers (cssClasses.js) to capsule framework-specific CSS classes
  • Internationalisation support using the function pm.translate()
    • Translation files are named based on language abbreviations (e.g. en_EN.json)
    • Translation files are managed in lang folder
  • Separation of logic and design
    • Mustache library introduced
  • Migration for old designs
  • New special features: AddressDoctor and PostFinder implementation

plentymarketsCMStools v0.9.1

13 Nov 08:57
Compare
Choose a tag to compare

Fix problems in callisto_light_2 checkout process.

For updating your existing callisto_light_2 layout see this tutorial.