Skip to content

Commit d7c341f

Browse files
authored
Merge pull request #162 from dshanske/wp5.6-refresh
Refresh
2 parents 12221cf + 3446954 commit d7c341f

249 files changed

Lines changed: 3395 additions & 2986 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "indiewordpress/wordpress-indieweb",
33
"description": "IndieWeb for WordPress!",
44
"require": {
5-
"php": ">=5.4.0",
5+
"php": ">=5.6.0",
66
"composer/installers": "~1.0"
77
},
88
"extra": {
@@ -25,15 +25,15 @@
2525
"source": "https://github.com/indieweb/wordpress-indieweb"
2626
},
2727
"require-dev": {
28-
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
29-
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
28+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
29+
"squizlabs/php_codesniffer": "^2.2 || ^3.5",
3030
"phpcompatibility/php-compatibility": "*",
3131
"wp-coding-standards/wpcs": "*",
3232
"phpcompatibility/phpcompatibility-wp": "*",
3333
"php-parallel-lint/php-parallel-lint": "^1.2",
3434
"wp-cli/i18n-command": "^2.2",
3535
"sebastian/phpcpd": "^5.0",
36-
"phpunit/phpunit": "^7.0"
36+
"phpunit/phpunit": "^5.0 || ^7.0"
3737
},
3838
"prefer-stable" : true,
3939
"scripts": {

includes/simple-icons.php

Lines changed: 1477 additions & 1398 deletions
Large diffs are not rendered by default.

indieweb.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Interested in connecting your WordPress site to the IndieWeb?
66
* Author: IndieWebCamp WordPress Outreach Club
77
* Author URI: https://indieweb.org/WordPress_Outreach_Club
8-
* Version: 3.4.3
8+
* Version: 3.4.4
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: indieweb
@@ -26,7 +26,7 @@
2626
*/
2727
class IndieWeb_Plugin {
2828

29-
public static $version = '3.4.3';
29+
public static $version = '3.4.4';
3030

3131
/**
3232
* Initialize the plugin, registering WordPress hooks.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"devDependencies": {
1313
"genericons-neue": "^4.0.5",
14-
"grunt": "^1.1.0",
14+
"grunt": "^1.3.0",
1515
"grunt-checktextdomain": "^1.0.1",
1616
"grunt-contrib-copy": "^1.0.0",
1717
"grunt-execute": "^0.2.2",
1818
"grunt-sass": "^3.1.0",
1919
"grunt-wp-readme-to-markdown": "~2.0.1",
2020
"node-sass": "^4.14.1",
21-
"simple-icons": "^3.4.0"
21+
"simple-icons": "^4.2.0"
2222
},
2323
"license": "MIT",
2424
"bugs": {

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Requires at least:** 4.7
66
**Requires PHP:** 5.6
77
**Tested up to:** 5.6
8-
**Stable tag:** 3.4.3
8+
**Stable tag:** 3.4.4
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
1111

@@ -82,6 +82,9 @@ One could certainly download, install, and activate some or all of these plugins
8282

8383
Project maintained on github at [indieweb/wordpress-indieweb](https://github.com/indieweb/wordpress-indieweb).
8484

85+
### 3.4.4 ###
86+
* Refresh dependencies
87+
8588
### 3.4.3 ###
8689
* Refresh dependencies
8790

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: indieweb, webmention, POSSE, indieauth
55
Requires at least: 4.7
66
Requires PHP: 5.6
77
Tested up to: 5.6
8-
Stable tag: 3.4.3
8+
Stable tag: 3.4.4
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

@@ -82,6 +82,9 @@ One could certainly download, install, and activate some or all of these plugins
8282

8383
Project maintained on github at [indieweb/wordpress-indieweb](https://github.com/indieweb/wordpress-indieweb).
8484

85+
= 3.4.4 =
86+
* Refresh dependencies
87+
8588
= 3.4.3 =
8689
* Refresh dependencies
8790

0 commit comments

Comments
 (0)