Skip to content

Commit

Permalink
Merge pull request #11 from scara/master-test-3d4beta
Browse files Browse the repository at this point in the history
Bumped version to 1.0.2, testing 3.4 compat
  • Loading branch information
scara authored Oct 26, 2017
2 parents 3e4d9df + 45d82a1 commit 820e620
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0.2 (Build: 2017102700)
- Ready for Moodle 3.4beta (Build: 20171025).

# v1.0.1 (Build: 2017093000)
- Improved test coverage (#5).

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 = 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;
Expand Down

0 comments on commit 820e620

Please sign in to comment.