Releases: anahitasocial/anahita
Releases · anahitasocial/anahita
Anahita 4.8.1 Birth Release
Anahita 4.8.0 Birth Release
- added: support for Redis when storing sessions
- added: validation checkpoints in the sessions class so it would more effectively cancel the cookie when a session is expired.
Anahita 4.7.3 Birth Release
- fixed: issue with a medium node hashtags not updating/deleting properly
Anahita 4.7.2 Birth Release
- fixed: release related hot fixes
Anahita 4.7.1
- added: markdownToHtml text conversion to all the email notification bodies
- removed: some legacy code
- fixed: issue with actor settings removeApp
Anahita 4.7.0 Birth Release
- fixed: issue with an entity not being persisted when behaviours' after.add methods are called. This resulted in hashtags and mentions not being added when creating an entity.
- changed: updated the code for php8
- fixed: issues with email notification processors
- removed: legacy
@content( method from email notification templates
Anahita 4.6.1 Birth Release
- added: missing translations for the medium node views article, topic, todo, photo
- fixed: error while following an actor
- changed: made the COM-NOTIFICATIONS-SETTING-URL clear
- added: same_site_none to the global settings
- fixed: delete cover DB record by setting it to empty string instead of null
- fixed: delete portrait DB record by setting it to empty string instead of null
- added: action Read to notifications settings
- fixed: email notification HTML code syntax
- added: getDate to person lastVisitDate
- added: last visit date in person JSON response for the admins to see
Anahita 4.6.0 Birth Release
- removed: all html views
- removed: swiftmailer
- changed: using symfony/mailer
- changed: updated README file with new documentation that includes configuring an EC2 instance.
- changed: codebase is now compatible with php 7.* and specifically php 7.4.* but not for php 8.* yet
Anahita 4.5.2 Birth Release
- changed: fileable behaviour now checks for a file containing list of mimetypes otherwise uses an empty array.
- removed: all the unsupported mimetypes from the com_documents
- changed: improved signup workflow prompt messages
- added: site:signup command to the cli tool
- removed: first user signup from the people signup controller
- changed: updated installation instructions in the README file.
- added: random_password method to the functions.php
- changed: default trending days for tags to 30 days
Anahita 4.5.1 Birth Release
- changed: privacy update now returns the entity in json response
- added: access field in json response if viewer has permission to edit the node entity
- fixed: issue with the missing base_url in the mailer. Now we are obtaining the base_url from com:application.router getBaseUrl
- removed: template filter aliases from com_people, because it was replicating the one in the base class.