Skip to content

Commit

Permalink
Bump version to notify Moodle 3.10.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
scara committed Nov 15, 2020
1 parent 2f4c39f commit 6b517b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.1.6 (Build: 202009dd00)
# v1.1.6 (Build: 2020111500)
- [Tests] Add _next_ Moodle under parallel development, 3.11.x on `MOODLE_311_STABLE`
- [Tests] Replace PHPUnit 8.5 deprecations
- [Tests] Add PHPUnit 8 compatibility ([MDL-67673](https://tracker.moodle.org/browse/MDL-67673))
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.com/scara/moodle-local_twittercard.svg?branch=master)
![PHP](https://img.shields.io/badge/PHP-v5.6%20%2F%20v7.0%20to%20v7.4-blue.svg)
![Moodle](https://img.shields.io/badge/Moodle-v3.3%20to%20v3.9-orange.svg)
![Moodle](https://img.shields.io/badge/Moodle-v3.3%20to%20v3.10-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 = 2020061500;
$plugin->release = '1.1.5 (Build: 2020061500)';
$plugin->version = 2020111500;
$plugin->release = '1.1.6 (Build: 2020111500)';
$plugin->requires = 2017051500;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;
Expand Down

0 comments on commit 6b517b1

Please sign in to comment.