Skip to content

Commit 03ee568

Browse files
committed
Bump version
1 parent 73330d9 commit 03ee568

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

indieweb.php

+3-2
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

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: IndieWeb 4.0.0\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 <[email protected]>\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: 2023-06-07T01:17:54+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"
1414
"X-Generator: WP-CLI 2.8.1\n"
1515
"X-Domain: indieweb\n"
@@ -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:187
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."

readme.md

+4-1
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:** 6.2
8-
**Stable tag:** 4.0.0
8+
**Stable tag:** 4.0.1
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
1111

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

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

82+
### 4.0.1 ###
83+
* Refresh dependencies and icons
84+
8285
### 4.0.0 ###
8386
* Remove Semantic Linkbacks recommendation
8487
* Remove Microformats2 recommendation

readme.txt

+4-1
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: 6.2
8-
Stable tag: 4.0.0
8+
Stable tag: 4.0.1
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

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

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

82+
= 4.0.1 =
83+
* Refresh dependencies and icons
84+
8285
= 4.0.0 =
8386
* Remove Semantic Linkbacks recommendation
8487
* Remove Microformats2 recommendation

0 commit comments

Comments
 (0)