Skip to content

Commit

Permalink
Readme formatting, GitHub repo owner update and tested with WP bump (#…
Browse files Browse the repository at this point in the history
…311)

- Move from `georgestephanis/two-factor` to `wordpress/two-factor` per project migration.
- Update `readme.txt` formatting to use line breaks per `.editorconfig.
- Update Node dev dependencies.
- Mark as tested with the latest version of WordPress 5.3.
  • Loading branch information
kasparsd authored Dec 26, 2019
1 parent 5561c57 commit 96f756d
Show file tree
Hide file tree
Showing 7 changed files with 146 additions and 944 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
dist: trusty

language: php

php:
- 5.4
- 5.5
- 5.6
- 7.2
- 7.3
- "5.4"
- "5.5"
- "5.6"
- "7.2"
- "7.3"
- "7.4"

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "wordpress-plugin",
"name": "georgestephanis/two-factor",
"name": "wordpress/two-factor",
"description": "Two-Factor Authentication for WordPress.",
"require": {
"php": ">=5.4"
Expand Down
Loading

0 comments on commit 96f756d

Please sign in to comment.