Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

47 lines (34 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[3.0.0] - 2021-MM-DD

  • Supports PHP ~v8.0 only.

[2.0.1] - 2020-10-06

This version will not be backwards compatible with Version 1.x.

Todo

  • Abstract SharedLinkPermissions

Added

  • CHANGELOG.md
  • auth_ping.php for testing the authorization token
  • Basic support for Web API v2.1
  • Support for Share-Links API resource
  • Support for multiple permissions for Share-Links API resource
  • Functional tests

Changed

  • Now supports PHP 7.2+ only.
  • Now requires PHPUnit 8+
  • Docs regarding obtaining an authorization token
  • SharedLinkType updated for Web API v2.1
  • Restructured the tests
  • Restructured test configuration
  • phpunit.xml.dist massively updated -- if you have a custom one, please also update. Otherwise the tests will be broken.
  • Renamed package from rsd/seafile-php-sdk to sdo/seafile-php-sdk
  • Moved git repository from https://github.com/rene-s to https://github.com/Schmidt-DevOps

Removed

  • obtain_api_token.sh script
  • Support for Shared-Link API resource (succeeded by Share-Links API resource)
  • Many example scripts (please refer to the functional tests instead)

[1.0.1] - 2017-06-23

First stable release