Releases: Crowdstar/svn-agent-host
Releases · Crowdstar/svn-agent-host
1.0.15
Latest stable release that includes the following change(s):
- make action Delete and Export available.
1.0.14
Latest stable release that includes the following change(s):
- Add action Export to export given directory.
- Use Docker image krisdavison/svn-server:v3.0 instead for local development.
- PHP files and folders reorganized.
- Simplified Docker commands used in shell scripts.
- Various minor adjustments and improvements.
1.0.13
Latest stable release that includes the following change(s):
- Add action Delete to delete given directory from remote SVN repository and from local file disk.
1.0.12
Latest stable release that includes the following changes:
- FIX: allow to call action "auth" and "rename" from the host program.
- Improvements on tests.
- Documentation updates.
1.0.11
Latest stable release that includes the following changes:
- Make the OPEN action work under Windows.
1.0.10
Latest stable release that includes the following changes:
- Add action Auth to verify SVN username/password.
- Run tests under PHP 7.3 and SVN 1.11 in Travis CI.
1.0.9
Latest stable release that includes the following changes:
- [#1] Allow running unit tests on Windows with AppVeyor.
- [#2] Allow running unit tests with local PHP/SVN installation directly.
- [#3] Allow accepting SSL server certificates with failures. This happens when upgraded to macOS Mojave.
1.0.8
Latest stable release that includes the following changes:
- fix action Cleanup so that files with spaces in the name can be cleaned up properly.
1.0.7
Latest stable release that includes the following changes:
- use the "deminy/php-svn" images for CI.
- update documentation with demo code to show how to talk to the host program from a Chrome extension.
- fix action Cleanup.
- improvements and adjustments on unit tests.
- add test cases for action Review and Cleanup.
1.0.6
Latest stable release that includes the following changes:
- Use Docker to run tests.
- Support SVN renaming.