We watch with interest and proud how the module grows in popularity. Previous module version is stable, no complaints about it. However, we found a minor unpleasant detail. Since we cannot stand any imperfections, we decided to fix that in order to make the new module version flawless.
New features:
- German localization.
Improved:
- Fix for encoded spaces in image names.
Thumbnails now work correctly with images that have encoded space symbols (%20) in their names. - Columns layout now can work when loaded in an initially hidden container;
- Module description in admin panel is now provided with the link to the documentation.
Double-encoded space fixed
Some of our clients use images with spaces in the names. Though such names are not recommended for the web, in most cases the module can process them because their image src looks like this:
/images/image name with spaces.jpg
However, some WYSIWYG editors insert encoded space character "%20" instead of common spaces, and then image src has this view:
/images/image%20name%20with%20spaces.jpg
RAXO module encodes all non standard (unsafe) characters in image paths. So in this situation spaces were encoded again, which transforms the "%20" to "%2520". All that resulted in wrong image paths, so images couldn't be found by the module. Now the module can successfully create thumbnails even for such images.
Updates are free for our clients!
We start delivering the new version by email immediately.
Please be patient, the distribution process may take several days.