Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
amrita-shrestha committed Apr 30, 2024
1 parent 5258143 commit 46cfc7e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Details

# Changelog for [1.0.0] (2024-04-30)

## Summary
* Enhancement - added sortorder option name in repository instances [#87](https://github.com/owncloud/moodle-repository_ocis/pull/87)
* Bugfix - fix: adjust case in strings [#101](https://github.com/owncloud/moodle-repository_ocis/pull/101)
* Enhancement - Remove moodle's core security settings from source code [#104](https://github.com/owncloud/moodle-repository_ocis/pull/104)
* Change - updated to ocis-php-sdk 1.0.0

## Details

* Enhancement - added sortorder option name in repository instances [#87](https://github.com/owncloud/moodle-repository_ocis/pull/87)
Added sortorder option in get_instance_option_names to resolve moodle bug[MDL-81005](https://tracker.moodle.org/browse/MDL-81005)

* Bugfix - fix: adjust case in strings [#101](https://github.com/owncloud/moodle-repository_ocis/pull/101)
Revised string case according to moodle standard.

https://github.com/owncloud/moodle-repository_ocis/issues/95
https://github.com/owncloud/moodle-repository_ocis/pull/101

* Enhancement - Remove moodle's core security settings from source code [#104](https://github.com/owncloud/moodle-repository_ocis/pull/104)
The core security configurations of Moodle, which enable automatic provisioning of port and URL blocking/allowing, have been eliminated.
This decision was made in adherence to Moodle standards, as this practice is deemed impermissible.

* Change - updated to ocis-php-sdk 1.0.0 [#110](https://github.com/owncloud/moodle-repository_ocis/pull/110)
We have updated to the newest versions of the dependencies that are adjusted to changes in oCIS

# Changelog for [1.0.0-rc.2] (2024-02-26)

## Summary
Expand Down
2 changes: 1 addition & 1 deletion thirdpartylibs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<library>
<location>vendor/owncloud/ocis-php-sdk</location>
<name>ocis-php-sdk</name>
<version>1.0.0-rc.2</version>
<version>1.0.0</version>
<license>Apache</license>
<licenseversion>2.0</licenseversion>
</library>
Expand Down
5 changes: 2 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024022600;
$plugin->version = 2024043000;
$plugin->requires = 2023041800;
$plugin->component = 'repository_ocis';
$plugin->maturity = MATURITY_RC;
$plugin->release = '1.0.0_RC.2';
$plugin->release = '1.0.0';

0 comments on commit 46cfc7e

Please sign in to comment.