All Versions
14
Latest Version
Avg Release Cycle
85 days
Latest Release
1589 days ago

Changelog History
Page 1

  • v4.4.4 Changes

    September 07, 2020
    1. added: search near me functionality to the search component 🛠 2. fixed: issue which was breaking the json search response when viewer was in the results and breaking the list. 🚚 3. removed: closest sort from search. It is now happening in combination with recent or most relevant sorting whenever geo search is happening.
    2. added: max length to the alias in describable behaviour
    3. changed: tags, locations, and hashtags controllers so they work with the rest api
    4. changed: geolocatable behaviours to work with the REST api. For example addLocation now returns the location object
    5. added: JSON view for Browse and Read in site settings component. ⚡️ 8. changed: updated actor settings json response
    6. added: actor, optional apps, admins, and extended apps settings to the
      Actor setting json response.
    7. added: json views for com_settings views
    8. changed: settings mvc to config
    9. changed: all instances com:settings.setting to com:settings.config
    10. changed: improved settings assignments REST API for the Browse and Edit operations
    11. added: Actor Apps Settings REST API
    12. added: Actor Permissions Settings REST API
    13. added: checkpoints so only the person with the right privileges can view apps, permissions, and privacy values in the REST api.
    14. added: permissionable controller behaviour for actors
    15. added: permissionable behaviour to the actor controller 🚚 19. removed: permissions related methods from administrable behaviour.
    16. added: appable controller behaviour 🚚 21. removed: app management methods from administrable behaviour 🚚 22. changed: moved Privacy settings to its own tab
    17. added: privatable controller behaviour 🚚 24. removed: old privatable methods from the abstract controller and
      administrable behaviour. 🌐 25. added: actor privacy tab translation labels to the actors translation
      file.
    18. added: GetFollowRequests action to the Actor Requestable behaviour
  • v4.4.3 Changes

    February 10, 2020
    1. removed: get_magic_quotes_gpc because it has been deprecated
    2. changed: in the term filter, added backslash before the dash in
      regular expression.
  • v4.4.2 Changes

    October 14, 2019

    🛠 1. fixed: issue with missing tag name and alias in json response

  • v4.4.1 Changes

    October 02, 2019

    🛠 1. fixed: code for mail message rendering 0️⃣ 2. fixed: default person access is public 🚚 3. changed: removed isRegistrationOpen in person controller canRead

    1. changed: improved signup controller 🛠 5. fixed: location entity description which was preventing it to create a new record. 🛠 6. fixed: issue with photos multiple uploader which was always setting access value to public 🍱 7. fixed: issue with storage folder always being set to assets 👍 8. added: support for AWS S3 regions ⚡️ 9. changed: updated 3slib.php library
    2. changed: using ssl = true at all times with AWS s3 🛠 11. fixed: attribute validation in domain entities. 🛠 12. fixed: attribute length (min/max) validation. ⚡️ 13. changed: updated attribute validations in all entities. ⚡️ 14. changed: updated form fields to follow the string length limits.
    3. changed: applied search term length char limit to 100.
    4. changed: in location component we now have 2 API keys. One for the geolocation and other for the map and places.
    5. changed: tags now store inheritance identifiers correctly in the database.
    6. changed: renamed hashtagable to hashtaggable everywhere
    7. changed: the base class tag node identifier is now included in the type field of hashtags, locations, or any tags extending the tag node.
    8. changed: tag node (hashtag, location) json response now contains list of taggables with pagination
    9. added: fake total number for the stories to save on the query operation.
    10. added: owner field to the story json object
  • v4.4.0 Changes

    November 18, 2018

    🔀 1. changed: all koowa classes are now merged with Anahita framework. All classes prefixed with K are now using An prefix. Unused code have been removed. 🔧 2. changed: in configuration.php file AnConfig is now AnSiteConfig

    1. changed: coverSet() is now hasCover()
    2. changed: portraitSet() is now hasPortrait()
    3. added: cover to node list, actor list, and person list layouts
    4. changed: using + for all new (entity) buttons
  • v4.3.14 Changes

    November 12, 2018

    🛠 1. fixed: plyr styling

    1. changed: KException to AnException
  • v4.3.13 Changes

    November 05, 2018

    ⚠ 1. fixed warnings in php 7.2.8

    1. disables ONLY_FULL_GROUP_BY per db session if it is enabled. This mode is enabled by default in MySql 5.7 which was preventing Anahita to work properly. 🚚 3. moved KDatabase to AnDatabase 🚚 4. removed legacy KDatabase classes
  • v4.3.12 Changes

    July 08, 2018
    1. fixes in com_people and com_actors REST APIs 🛠 2. fixes in template overrides mechanism
    2. locations services now only requires one API key from google maps platform 🛠 4. fixed facebook and twitter OAuth.
    3. facebook OAuth is now readonly, because facebook as deprecated publish_stream and publish_actions permission. 🚚 6. twitter OAuth is now available for people actors only for the sake of simplicity. Database migration will remove the paired group actors with twitter. 🚚 7. Nooku/Koowa KHelper, KMixin, KCommand, KEvent, KRequest, and KHttp moved to Anahita library as AnHelper, AnMixin, AnCommand, AnEvent, AnRequest, and AnHttp.
    4. added cover image to articles
    5. added notifications to articles 🚚 10. removed actor avatar and cover stories ⚡️ 11. updated Shiraz styling to accommodate recent changes 🚚 12. removed parallax jquery plugin
  • v4.3.11 Changes

    February 20, 2018

    🚀 This is a maintenance release with the following changes and fixes:

    🚚 1. removed assignable behavior from component entity. This fixes the issue where all components where displaying on the Settings > Assignments instead of assignable apps only.

    1. users are now permanently logged in until they logout. No more Stay Logged In checkbox. 🔀 3. merged data, inflector, behaviors, view, and template from Nooku into Anahita and removed unused code.
  • v4.3.10 Changes

    November 20, 2017

    ⚡️ 1. updated plyr.io javascript library to version 2.0.18 🛠 2. fixed authentication with email bug 🛠 3. fixed session add bug for json requests 🛠 4. fixed the 401 error page which was trying to load itself 🏁 5. site:symlink command now works for both windows and nix platforms