Releases: anahitasocial/anahita
Releases · anahitasocial/anahita
Anahita 4.3.0 Birth Release
- removed administration back-end
- implemented com_settings for super admins to configure Anahita
- removed all joomla legacy files and replaced them with native anahita classes
- removed all xml files and started using json files instead
- node description and excerpt fields now support utf8mb4 for displaying emojis
- updated robots.txt file
- added emoji support to node names, aliases, and hashtags
Anahita 4.2.4 Birth Release
Fixed critical issue which was preventing first time installation due to the absence of a from system email
Anahita 4.2.3 Birth Release
Following issues have been fixed:
- starting using SwiftMail and Anahita's Mailer class instead of legacy joomla mailer
- improved the code that sends out notification mails
- updated email regex according to the latest w3c specs
- added tags url attributes for people, actors, and masonry photos so they can be filtered by hashtag, mention, or location
- updated robots.txt file
- fixed add/remove location locatable target url bug
Anahita 4.2.2 Birth Release
- fixed issue preventing hashtag term showing as title in the hashtag view
- displays userType to viewer in json
- gadget must be given a url before loading
- urls in shiraz example pages fixed
Anahita 4.2.1 Birth release
- fixed issue which was preventing authentication with email instead of username
- fixed issue which was including search and composer js files twice
- feature: site admins can now manually add new locations to be used by the community
- feature: recently added tags can now be shown for hashtags and locations
- refactored the code in com_tags and com_medium components
Anahita 4.2.0 Birth release
- Tag actors and media with locations
- Capture browser's geolocation data and store them in media nodes
- List top and trending locations
- Search nearby actors and media nodes
- Integration with google maps and location api to render maps, geolocate, etc.
- com_pages is now com_articles therefore we call it the Articles app.
- com_html is now com_pages
- Improved com_tags implementation
- Updated Shiraz template to contain com_pages layouts
- Fixed bugs which allowed creation of duplicate edges
- Improved the implementation of javascript InfiniteScrolls and Masonry layout rendering
- Ability for site admins to mark actor profiles as verified
Anahita 4.1.8 Birth Release
- fixed issue with the db table coalitions problem. Now all the tables are set to utf-8 and Engine=InnoDB
- fixed issues in the Invites app tokens and UIs
Anahita 4.1.7 Birth Release
- fixed the issue which was breaking the actor social graph pagination
- fixed the issue which was preventing notification settings to be stored in default layout
- changed the lable follow/unfollow to get/stop notifications for medium node Subscriptions
- medium nodes are enabled by default
Anahita 4.1.6 Birth Release
Change log:
- fixed remember me bug
- fix the bug which was preventing new users to update their password after logging in using a token
Anahita 4.1.5 Birth Release
- people management is now happening all in the front-end
- removed legacy user manager from the back-end
- removed legacy joomla ACL
- implemented simple and natively supported ACL and 4 user types: public, registered, administrator, super adminstrator
- updated database schema and dropped legacy tables
- we now have nodes and edges tables without the anahita prefix
- refactored com_people MVC. We are still relying on JUser, but we are closer to a fully native user manager
- Only admins and super admins can enable and disable accounts.
- refactored the user activation and password reset workflows
- update the migration files and fixed the issues that was causing the older releases of Anahita to break during the migration process.
- updated the Subscriptions app to work with the new person entities.
- beautified the code using php-cs-fixer