diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9261fcd..d676b90c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ============================= diff --git a/README.md b/README.md index 259075b00..720866f7c 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/src/libraries/anahita/anahita.php b/src/libraries/anahita/anahita.php index 1b79d87b0..e097afcf0 100644 --- a/src/libraries/anahita/anahita.php +++ b/src/libraries/anahita/anahita.php @@ -21,7 +21,7 @@ class anahita * * @var string */ - protected static $_version = '4.5.2'; + protected static $_version = '4.5.1'; /** * Path to Anahita libraries.