mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-30 15:56:22 +00:00
Fix the packaging process to use git describe as a reference Move the generated packages in the build directory, and fix the release and version format in the .spec Refactor and cleanup the .gitlab-ci file Move minimum version to PHP8.0
21 lines
1,013 B
Markdown
21 lines
1,013 B
Markdown
# Flexisip Account Manager Changelog
|
|
|
|
v1.3
|
|
----
|
|
- Fix #58 Fix the packaging process to use git describe as a reference
|
|
- Fix #58 Move the generated packages in the build directory, and fix the release and version format in the .spec
|
|
- Fix #58 Refactor and cleanup the .gitlab-ci file
|
|
- Move the minimum PHP version to 8.0
|
|
|
|
v1.2
|
|
----
|
|
|
|
- Introduce FlexiAPI built on Laravel to replace XMLRPC
|
|
- Deprecates XMLRPC (will be removed in the 2.0 release)
|
|
- Create a REST API to manage the accounts, related features and provisioning
|
|
- Create a user web panel for their account management, currently in testing phase (unstable)
|
|
- Create an admin web panel to manage accounts and related features
|
|
- Allow accounts to be exported as ExternalAccounts and imported in another Flexisip Account Manager instance
|
|
- Add various artisan console commands to maintain the data (cleaning up, importing, exporting, seeding)
|
|
- Add unit tests for the FlexiAIP REST API
|
|
- Rebuild the existing database using the Laravel migration scripts
|