From 45d82a11b994b8adfd4a8fa1b61fd022b8bf9b90 Mon Sep 17 00:00:00 2001 From: Matteo Scaramuccia Date: Fri, 27 Oct 2017 00:45:30 +0200 Subject: [PATCH] Bumped version to 1.0.2, testing 3.4 compat --- .travis.yml | 11 ++++++++--- CHANGES.md | 3 +++ version.php | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c51023..a1e8b5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,14 @@ php: - 7.1 env: - matrix: - - DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE - - DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE + - DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE + - DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE + - DB=mysqli MOODLE_BRANCH=master + +matrix: + exclude: + - php: 5.6 + env: DB=mysqli MOODLE_BRANCH=master # Moodle 3.4+ requires 7.0.0 before_install: - phpenv config-rm xdebug.ini diff --git a/CHANGES.md b/CHANGES.md index 4533b37..e2c8367 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +# v1.0.2 (Build: 2017102700) +- Ready for Moodle 3.4beta (Build: 20171025). + # v1.0.1 (Build: 2017093000) - Improved test coverage (#5). diff --git a/version.php b/version.php index 92be08a..c8854ba 100644 --- a/version.php +++ b/version.php @@ -28,8 +28,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_twittercard'; -$plugin->version = 2017093000; -$plugin->release = '1.0.1 (Build: 2017093000)'; +$plugin->version = 2017102700; +$plugin->release = '1.0.2 (Build: 2017102700)'; $plugin->requires = 2017051500; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;