Skip to content

Commit

Permalink
updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rmdstudio committed Jun 13, 2021
1 parent b6ac0c1 commit 273d898
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
To view the detailed commits log go to https://github.com/anahitasocial/anahita/commits/master

Anahita 4.5.2
=============================
1. fixed: issue with the missing base_url in the mailer. Now we are obtaining the base_url from com:application.router getBaseUrl
1. removed: template filter aliases from com_people, because it was replicating thee one in the base class.

Anahita 4.5.1
=============================
1. changed: privacy update now returns the entity in json response
2. added: access field in json response if viewer has permission to edit the node entity
1. added: access field in json response if viewer has permission to edit the node entity
1. fixed: issue with the missing base_url in the mailer. Now we are obtaining the base_url from com:application.router getBaseUrl
1. removed: template filter aliases from com_people, because it was replicating thee one in the base class.

Anahita 4.5.0
=============================
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Anahita

*Version:* 4.5.2 Birth Release
*Version:* 4.5.1 Birth Release

Anahita is a platform and framework for developing open science and knowledge sharing applications on a social networking foundation. Use Anahita to build:

Expand Down
2 changes: 1 addition & 1 deletion src/libraries/anahita/anahita.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class anahita
*
* @var string
*/
protected static $_version = '4.5.2';
protected static $_version = '4.5.1';

/**
* Path to Anahita libraries.
Expand Down

0 comments on commit 273d898

Please sign in to comment.