Releases: adminstock/ssa
Releases · adminstock/ssa
SSA v1.0.57-alpha
The new version includes a small structural changes.
Recommended to move SSH settings from the /ssa.config.php file to the /servers/default.php file.
And also recommended to rename keys file_name to url in the $config['db admin_list'].
For proper operation of the new version, it is recommended to add the new settings to the /ssa.config.php:
$config['settings_default_branch'] and $config['settings_update_sources'].
And also update the $config['client'] section.
Added
- Support for multiple update sources;
- Markdown support;
- Adding, editing and deleting server configurations.
Changed
- /ssa.config.php:
- added
$config['settings_default_branch']; - added
$config['settings_update_sources']; - added
DefaultBranchto$config['client'].
- added
Removed
- Default server and ssh settings from ssa.config.php
(connection settings are expected in a config files in the folder /servers).
Fixed
- Subversion API (/svn/api.php).
SSA v1.0.49-alpha
Added
- ssh2 checking;
- Connection test;
- Client-side localization and resources for Russian;
- Resources for German (only server-side);
HtanEnabledto$config['client'].
Changed
- Widget of news: Twitter replaced to Facebook and VKontakte.
Fixed
- Search sites (/sites/api.php).
SSA v1.0.39-alpha
First alpha released.