Skip to content

Commit 96f756d

Browse files
authored
Readme formatting, GitHub repo owner update and tested with WP bump (#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.
1 parent 5561c57 commit 96f756d

File tree

7 files changed

+146
-944
lines changed

7 files changed

+146
-944
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
dist: trusty
2+
13
language: php
24

35
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- 7.2
8-
- 7.3
6+
- "5.4"
7+
- "5.5"
8+
- "5.6"
9+
- "7.2"
10+
- "7.3"
11+
- "7.4"
912

1013
addons:
1114
apt:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "wordpress-plugin",
3-
"name": "georgestephanis/two-factor",
3+
"name": "wordpress/two-factor",
44
"description": "Two-Factor Authentication for WordPress.",
55
"require": {
66
"php": ">=5.4"

0 commit comments

Comments
 (0)