Skip to content

Commit

Permalink
Updating version (#515)
Browse files Browse the repository at this point in the history
* Updating version

* install libargon

* wrong php version

* Adding before install

* Testing...

* more testing

* sudo

* search

* libargon2-1

* matrix dist

* Optimize composer / phpunit update

* fix phpunit version
  • Loading branch information
bwmarkle authored Mar 21, 2022
1 parent 09755fc commit 933476f
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 59 deletions.
30 changes: 12 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,55 +1,49 @@
language: php

# Distrubution / environments: https://docs.travis-ci.com/user/reference/overview/
# Ubuntu Trusty does not support php8: https://docs.travis-ci.com/user/languages/php/
dist: xenial

services:
# Specifically including MySQL was not needed with Trusty, but other environments do need it.
- mysql

notifications:
email:
on_success: never
on_failure: change
slack:
secure: "GYRxUZH53f/OdEhgn4w908Ivuyl4h/p05kR1Buv0ovDEiSbuesWvqa3LMlXy8J67dLZpkFxToM4tlNCFdykNNHnKLHb1EqgjShIpRcgKppOA0L/87UrtjS+5OhAJAghnQr8KOuj+Ivn7zFVHS8+WBvLWKEeP7zrW/K1IqNrvUjzVcg9xSzLL/q6l/yLaAxqtCX4jXudg5HmtK7QTTQEjFSnnNW4J4hWbrKGHH43C5+9msUT7Mqo3mNjJf1tKGm+HJ5NN2wk3x/SzVEFdUJIUoFVAoG1CjOZKPqfKi7I9VStaC6sGhhiq53Sn7rbmbPJqH3ZD+Q3GaE/sqc5RxuC/34Bn1rGPs3H7RGi5DAAz7f5fHpaZWsux4b+QvLwVx7FHky44uGzPPgzN7+jJxwXh1RBd6yZq6551mHDvOdF77RPJlTJ1UukqQFjqMLNUISX9Pv6cQPealEXjFM7fOMofGyIAkJQusDczIekIZqB5W44i4XwBjKMky+47CZK9Ac41HSpJdpLs+jVa1G7N8Kb/mNSzGx4ABGbXLt+V0YphAL2+WPJ1DEYRZZVCcEzwJl/M5CFOBiUAcd9B3ZpFXoYBxyfjReJFUY7xMVozRXB7hu6RatmLhh+mYbL48572eq01wMxtfr/Klr82PwzoSX5qujWZv2ksxJTiRbPJcBk22YQ="

matrix:
include:
- php: 5.6
-
php: 5.6
dist: xenial
before_script:
- nvm install 10
- nvm use 10
- yarn install
- composer self-update --1
# Lock file has phpunit 7. Remove it and install phpunit 5 for php 5.6.
- composer remove --dev phpunit/phpunit
- composer require --dev phpunit/phpunit ^5
- composer remove --dev phpunit/phpunit && composer require --dev phpunit/phpunit ^5
- composer install -o
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
# We are only running phpcs on php 5.6. @todo fix with php 7 and 8.
- yarn run php-codesniffer
- php: 7.4
-
php: 7.4
dist: bionic
before_script:
- nvm install 10
- nvm use 10
- yarn install
- composer self-update --1
# Lock file has phpunit 7. Remove it and install phpunit for this environment.
- composer remove --dev phpunit/phpunit
- composer require --dev phpunit/phpunit
- composer remove --dev phpunit/phpunit && composer require --dev phpunit/phpunit
- composer install -o
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
- php: 8.0
-
php: 8.0
dist: xenial
before_script:
- nvm install 10
- nvm use 10
- yarn install
- composer self-update --1
# Lock file has phpunit 7. Remove it and install phpunit for this environment.
- composer remove --dev phpunit/phpunit
- composer require --dev phpunit/phpunit
- composer remove --dev phpunit/phpunit && composer require --dev phpunit/phpunit
- composer install -o
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION

Expand Down
2 changes: 1 addition & 1 deletion boldgrid-backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Total Upkeep
* Plugin URI: https://www.boldgrid.com/boldgrid-backup/
* Description: Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.
* Version: 1.14.14
* Version: 1.15.0
* Author: BoldGrid
* Author URI: https://www.boldgrid.com/
* License: GPL-2.0+
Expand Down
83 changes: 44 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: backup, cloud backup, database backup, restore, wordpress backup
Requires at least: 4.4
Tested up to: 5.9
Requires PHP: 5.4
Stable tag: 1.14.14
Stable tag: 1.15.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -132,6 +132,14 @@ Have a problem? First, take a look at our [Getting Started](https://www.boldgrid

== Changelog ==

= 1.15.0 =

Release date: March 15th, 2022

* New feature: REST API calls for backup and settings management.
* Bug fix: posix_getpgid availability check.
* Update: Updated dependencies.

= 1.14.14 =

Release date: February 24th, 2022
Expand Down

0 comments on commit 933476f

Please sign in to comment.