Skip to content

Commit

Permalink
Test against more, and return the Upgrade Notice to the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Jul 14, 2016
1 parent f7116b5 commit 030df42
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ php:

# WordPress versions to be tested against.
env:
- WP_VERSION=4.4.2
- WP_VERSION=4.2.9
- WP_VERSION=4.3.5
- WP_VERSION=4.4.4
- WP_VERSION=4.5.3
- WP_VERSION=master

# Clones WordPress and configures our testing environment.
Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Manage relational tabular data within the WP admin area, using the full power of
your MySQL database. CSV import/export; access-control; foreign-keys.
Manage relational tabular data using the full power of your MySQL database.
CSV import/export; access-control; foreign-keys; and lots more.

## Description

Expand Down Expand Up @@ -87,3 +87,15 @@ A full list of all changes can be found at https://github.com/tabulate/tabulate/

Prior to version 1, no changes were listed here (there were too many of them, and
nothing was stable yet).

## Upgrade Notice

No special action needs to be taken to upgrade. Tabulate can be deactivated and
reactivated without losing any data; if uninstalled, it will remove everything
that it's added (but you will be warned before this happens, don't worry).

No custom database tables are modified during upgrade, activation, deactivation,
or uninstallation.

For more information, please see the user manual:
http://tabulate.readthedocs.org/en/latest/install.html

0 comments on commit 030df42

Please sign in to comment.