Skip to content

Commit da98f94

Browse files
committed
Merge branch 'tested-up-to-6-2' of https://github.com/indieweb/wordpress-indieweb into tested-up-to-6-2
2 parents db21470 + c27e508 commit da98f94

43 files changed

Lines changed: 981 additions & 74 deletions

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: 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.

indieweb.php

Lines changed: 3 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: 4.0.0
8+
* Version: 4.0.1
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: indieweb
@@ -26,12 +26,13 @@
2626
*/
2727
class IndieWeb_Plugin {
2828

29-
public static $version = '3.4.7';
29+
public static $version;
3030

3131
/**
3232
* Initialize the plugin, registering WordPress hooks.
3333
*/
3434
public static function init() {
35+
self::$version = get_file_data( __FILE__, array( 'Version' => 'Version' ) )['Version'];
3536
// enable translation
3637
self::enable_translation();
3738

languages/wordpress-indieweb.pot

Lines changed: 10 additions & 10 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.1\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:28:12+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 ""
@@ -307,7 +307,7 @@ msgid "IndieWebify your WordPress-Blog"
307307
msgstr ""
308308

309309
#: includes/getting-started.php:7
310-
#: indieweb.php:131
310+
#: indieweb.php:132
311311
msgid "Getting Started"
312312
msgstr ""
313313

@@ -407,20 +407,20 @@ msgid ""
407407
"\t\t\t\t\twebmention display support. In practice, most themes will work relatively well out of the box, though there can be some minor display issues. If you are interested in receiving help in converting your theme to support Microformats2, the community will be <a href=\"https://indieweb.org/discuss\">happy to assist</a>."
408408
msgstr ""
409409

410-
#: indieweb.php:115
411410
#: indieweb.php:116
411+
#: indieweb.php:117
412412
msgid "Extensions"
413413
msgstr ""
414414

415-
#: indieweb.php:143
415+
#: indieweb.php:144
416416
msgid "IndieWeb Plugin Installer"
417417
msgstr ""
418418

419-
#: indieweb.php:144
419+
#: indieweb.php:145
420420
msgid "The below plugins are recommended to enable additional IndieWeb functionality."
421421
msgstr ""
422422

423-
#: indieweb.php:193
423+
#: indieweb.php:188
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": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** indieweb, webmention, POSSE, indieauth
55
**Requires at least:** 4.7
66
**Requires PHP:** 5.6
7-
**Tested up to:** 6.3
7+
**Tested up to:** 6.3
88
**Stable tag:** 4.0.1
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)