Skip to content

Commit

Permalink
Moodle 3.6 has finally got its own release branch!
Browse files Browse the repository at this point in the history
  • Loading branch information
scara committed Dec 2, 2018
1 parent 7eb425b commit 68c55a8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ env:
- DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
- DB=mysqli MOODLE_BRANCH=master

matrix:
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.1.2 (Build: 2018120200)
- [Tests] Added Moodle 3.6.x release branch.

# v1.1.1 (Build: 2018082500)
- [Tests] Replaced deprecated Behat step (#18).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Build status: master](https://travis-ci.org/scara/moodle-local_twittercard.svg?branch=master)
![PHP](https://img.shields.io/badge/PHP-v5.6%20%2F%20v7.0%20%2F%20v7.1%20%2F%20v7.2-blue.svg)
![Moodle](https://img.shields.io/badge/Moodle-v3.3%20to%20v3.6-orange.svg)
![Moodle](https://img.shields.io/badge/Moodle-v3.3%20to%20v3.7-orange.svg)

# Moodle Twitter card local plugin
This Moodle local plugin emits a Twitter summary card for courses.
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'local_twittercard';
$plugin->version = 2018082500;
$plugin->release = '1.1.1 (Build: 2018082500)';
$plugin->version = 2018120200;
$plugin->release = '1.1.2 (Build: 2018120200)';
$plugin->requires = 2017051500;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;
Expand Down

0 comments on commit 68c55a8

Please sign in to comment.