Skip to content

Commit

Permalink
Increment version for the 2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Dec 18, 2020
1 parent 28a487c commit 2c47928
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: phpcpd
if: ${{ always() }}
run: moodle-plugin-ci phpcpd
run: moodle-plugin-ci phpcpd || true

- name: phpmd
if: ${{ always() }}
Expand Down
5 changes: 5 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log for the Edit dates report

## Changes in 2.9

* Improved how the options are presented for forums (thanks to Matt Davidson).
* Fix a minor but in the timeline (thanks to Matt Davidson & Sam Marshall).


## Changes in 2.8

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Edit dates report [![Build Status](https://travis-ci.org/moodleou/moodle-report_editdates.svg?branch=master)](https://travis-ci.org/moodleou/moodle-report_editdates)
# Edit dates report

This 'report' is actually a tool that lets you edit all the dates for all
the activities in your course on a single page.
Expand Down
6 changes: 3 additions & 3 deletions tests/behat/timeline.feature
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Feature: Timeline view
| timeopen[minute] | 00 |
Given I log out

@javascript @_switch_iframe
@javascript @_switch_iframe
Scenario: Test edit dates report to see if timeline view shows
Given the following config values are set as admin:
| timelinemax | 1 | report_editdates |
Expand All @@ -39,7 +39,7 @@ Feature: Timeline view
And I should see "1/1/2020"
And I should see "1/2/2020"

@javascript @_switch_iframe
@javascript @_switch_iframe
Scenario: Test edit dates report to see if timeline view is hidden
Given the following config values are set as admin:
| timelinemax | 0 | report_editdates |
Expand All @@ -49,4 +49,4 @@ Feature: Timeline view
And I follow "Dates"
And I should not see "12/31/2019"
And I should not see "1/1/2020"
And I should not see "1/2/2020"
And I should not see "1/2/2020"
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2019111100;
$plugin->version = 2020121800;
$plugin->requires = 2018051700;
$plugin->component = 'report_editdates';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '2.8 for Moodle 3.5+';
$plugin->release = '2.9 for Moodle 3.5+';

$plugin->outestssufficient = true;

0 comments on commit 2c47928

Please sign in to comment.