Skip to content

Commit 73330d9

Browse files
committed
Refresh dependencies
1 parent a210a96 commit 73330d9

Some content is hidden

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

52 files changed

+984
-68
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"php-parallel-lint/php-parallel-lint": "^1.3",
4040
"wp-cli/i18n-command": "^2.2",
4141
"sebastian/phpcpd": "^3.0 || ^5.0 || ^6.0",
42-
"yoast/phpunit-polyfills": "^1.0"
42+
"yoast/phpunit-polyfills": "^2.0"
4343
},
4444
"prefer-stable" : true,
4545
"scripts": {

includes/simple-icons.php

Lines changed: 227 additions & 7 deletions
Large diffs are not rendered by default.

languages/wordpress-indieweb.pot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Copyright (C) 2022 IndieWebCamp WordPress Outreach Club
1+
# Copyright (C) 2023 IndieWebCamp WordPress Outreach Club
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: IndieWeb 3.4.7\n"
5+
"Project-Id-Version: IndieWeb 4.0.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordpress-indieweb\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2022-05-17T02:04:26+00:00\n"
12+
"POT-Creation-Date: 2023-06-07T01:17:54+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"X-Generator: WP-CLI 2.6.0\n"
14+
"X-Generator: WP-CLI 2.8.1\n"
1515
"X-Domain: indieweb\n"
16-
16+
1717
#. Plugin Name of the plugin
1818
msgid "IndieWeb"
1919
msgstr ""
@@ -420,7 +420,7 @@ msgstr ""
420420
msgid "The below plugins are recommended to enable additional IndieWeb functionality."
421421
msgstr ""
422422

423-
#: indieweb.php:193
423+
#: indieweb.php:187
424424
msgid ""
425425
"Users can optionally add additional information to their profile. As this is part of your user profile you have control of this information and can remove\n"
426426
"\t\t\t\tit at your discretion."

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"grunt-contrib-copy": "^1.0.0",
1717
"grunt-contrib-sass": "^2.0.0",
1818
"grunt-wp-readme-to-markdown": "~2.1.0",
19-
"simple-icons": "^8.3.0"
19+
"simple-icons": "^9.0"
2020
},
2121
"license": "MIT",
2222
"bugs": {

0 commit comments

Comments
 (0)