Skip to content

Commit

Permalink
Release 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jul 6, 2021
1 parent 35282eb commit 440edf7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions system/modules/isotope/docs/CHANGELOG-2.7.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Isotope eCommerce Changelog
===========================

Version 2.7.3 (2021-07-06)
--------------------------

- Show order information in the details view
- Allow sendNotificationMessage hook in postsale script (#2231)
- Fixed open payment platform authentication
- Fixed missing tstamp for content element
- Improved type safety when generating product URL
- Fixed SQL definition for integer attributes
- Fixed product count did include number of categories in cumulative filter
- Fixed caching when migrating product collection log table
- Fixed mandatory file uploads in order conditions not working (#2228)


Version 2.7.2 (2021-05-25)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion system/modules/isotope/library/Isotope/Isotope.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Isotope extends \Controller
/**
* Isotope version
*/
const VERSION = '2.7.2';
const VERSION = '2.7.3';

/**
* True if the system has been initialized
Expand Down

0 comments on commit 440edf7

Please sign in to comment.