Skip to content

Commit

Permalink
1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Sep 20, 2023
1 parent 641c3b6 commit 3185df6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).

## [Unreleased]

## [1.0.4] - 2023-09-20
### Fixed
- Better behaviour when the external functions return null results, by providing and "acceptable" empty (xmlrpc-compliant) response.

Expand All @@ -28,7 +30,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
### New
- First release published as standalone plugin.

[Unreleased]: https://github.com/moodlehq/moodle-webservice_xmlrpc/compare/1.0.3...main
[Unreleased]: https://github.com/moodlehq/moodle-webservice_xmlrpc/compare/1.0.4...main
[1.0.3]: https://github.com/moodlehq/moodle-webservice_xmlrpc/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/moodlehq/moodle-webservice_xmlrpc/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/moodlehq/moodle-webservice_xmlrpc/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/moodlehq/moodle-webservice_xmlrpc/compare/1.0.0...1.0.1
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

$plugin->release = '1.0.3';
$plugin->version = 2023091600; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2022110600; // Requires this Moodle version (4.1dev, when removed from core, or later).
$plugin->release = '1.0.4';
$plugin->version = 2023092000; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2022110600; // Requires this Moodle version (4.1dev, when removed from core, or later).
$plugin->component = 'webservice_xmlrpc'; // Full name of the plugin (used for diagnostics).

0 comments on commit 3185df6

Please sign in to comment.