We have just tagged the 4.4.4 Birth release. This version comes with improved REST API for Site Settings and Actor Settings. We have also fixed several bugs.
We have been busy working on the Anahita...
Read MoreWe have just tagged the 4.4.4 Birth release. This version comes with improved REST API for Site Settings and Actor Settings. We have also fixed several bugs.
We have been busy working on the Anahita React app and, through this process, improving the REST APIs in Anahita.
If your installation is from the master branch:
$ git pull
$ php anahita db:migrate:up
else, if your installation is from the latest stable release:
$ composer update
$ php anahita db:migrate:up
If you have any issues through the upgrade, please start a topic in the Tribe Support group so we can help you out: https://www.getanahita.com/groups/107732-tribe-support
Read LessAre you curious about the state of #Anahita #ReactJS app? Here are some screen captures of the UI with the dark mode: https://www.getanahita.com/photos/sets/164820-anahita-react
Are you curious about the state of #Anahita #ReactJS app? Here are some screen captures of the UI with the dark mode: https://www.getanahita.com/photos/sets/164820-anahita-react
Happy New Year 🥳, everyone. Good things are going to happen this year in the #Anahita project, and we are very excited about it.
This update contains some critical security updates, so we advise you to update your Anahita installations. We have also improved the overall security of the Anahita domain entities.
For those of ...
Read MoreThis update contains some critical security updates, so we advise you to update your Anahita installations. We have also improved the overall security of the Anahita domain entities.
For those of you who have custom Anahita apps on your system, you may need to update them. Here are the changes that you need to make:
We are now supporting Amazon S3 Regions. When you upgrade your installation, go to Settings > Plugins > Storage Amazon S3 and select the Region for your AWS S3 bucket.
We are also using 2 Google API keys for Geolocation and Google Maps APIs. That is because Anahita does geolocation on the server-side while the maps pass the key on the client-side. You can technically reuse the same key for both services, but you may want to use two different keys with different constraints. Go to Settings > Apps > Locations and update the keys.
How to update
Go to the root of your Anahita installation and run the following commands:
$ composer update
$ php anahita db:migrate:up
If you are using Amazon S3 for your images, your images will show as broken. Go to the Storage Amazon S3 plugin configuration and select the region for your S3 bucket. That will fix the broken image links.
You also need to use two Google API keys for the Geolocations and maps. Go to the Locations app configuration and update the keys.
If you have any issues through the upgrade, please start a topic in the Tribe Support group so we can help you out: https://www.getanahita.com/groups/107732-tribe-support
Read LessPowered by Anahita
Rajkumar Mundel
Rajkumar Mundel
Rastin Mehr
Mostly yes and configure CORS on your server, so it accepts rest calls from your react app. Start a topic in the support group if you had a... Read More
Mostly yes and configure CORS on your server, so it accepts rest calls from your react app. Start a topic in the support group if you had any questions. Read Less