Skip to content

Commit

Permalink
Moodle 3.8 has finally got its own release branch!
Browse files Browse the repository at this point in the history
  • Loading branch information
scara committed Nov 17, 2019
1 parent fc86e56 commit 4be060a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ env:
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
- DB=mysqli MOODLE_BRANCH=master

matrix:
Expand All @@ -42,11 +43,15 @@ matrix:
env: DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE # Moodle 3.4+ requires 7.0+
- php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE # Moodle 3.7+ runs on PHP 7.3
- php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
- php: 7.3
env: DB=mysqli MOODLE_BRANCH=master
exclude:
- php: 7.0
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE # Moodle 3.7+ requires 7.1+
- php: 7.0
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
- php: 7.0
env: DB=mysqli MOODLE_BRANCH=master
- php: 7.2
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.4 (Build: 2019111700)
- [Tests] Added Moodle 3.8.x release branch.

# v1.1.3 (Build: 2019051900)
- [Tests] Moodle 3.7 requires PHP 7.1+ ([MDL-63276](https://tracker.moodle.org/browse/MDL-63276)).
- [Tests] Moodle 3.7+ runs on PHP 7.3 ([MDL-63420](https://tracker.moodle.org/browse/MDL-63420)).
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%20%2F%20v7.3-blue.svg)
![Moodle](https://img.shields.io/badge/Moodle-v3.3%20to%20v3.7-orange.svg)
![Moodle](https://img.shields.io/badge/Moodle-v3.3%20to%20v3.8-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 = 2019051900;
$plugin->release = '1.1.3 (Build: 2019051900)';
$plugin->version = 2019111700;
$plugin->release = '1.1.4 (Build: 2019111700)';
$plugin->requires = 2017051500;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;
Expand Down

0 comments on commit 4be060a

Please sign in to comment.