Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
1.32.128ed9fb1d · ·
Released 2017-11-09: * #16 Update setcookie calls to use secure cookies when HTTPS is being used
-
1.32.112792e3c8 · ·
Released 2017-04-10: * SPT 17838 - added support for capturing delivery address for payments
-
1.32.10d4336bca · ·
Released 2017-03-26: * #6 (bug) - Elastic Search reindexes information about files incorrectly
-
1.32.916019fb7 · ·
Released 2016-08-19 * #8 (new feature) - add the text of the comment into the subscription email * #9 (bug) - Fix favicon rel attribute
-
1.32.80f486693 · ·
* #3 (bug) - Reindexing via elastic search now indexes respective to the server (including cron reindexing) * #5 (bug) - When adding a message to the queue for a cronjob for search indexes, it now grabs what to search & return respective to the server * #8 (new feature) - Allow users to subscribe to forum's topics Requires following SQL update (forums module): <pre><code>DROP TABLE IF EXISTS `forums_subscription`; CREATE TABLE `forums_subscription` ( `topicId` int(10) unsigned NOT NULL, `userId` int(10) unsigned NOT NULL, PRIMARY KEY (`topicId`,`userId`) ) ENGINE=InnoDB; INSERT INTO `config` VALUES ('forums', 'allowSubscriptions', '0', 'Allow users to subscribe to topics in order to receive emails upon new comments.', NULL, 1);</code></pre>