Skip to content

Commit b171fe1

Browse files
committed
Bump version
1 parent 25c4927 commit b171fe1

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

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.4
8+
* Version: 3.4.5
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.4';
29+
public static $version = '3.4.5';
3030

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

languages/wordpress-indieweb.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Copyright (C) 2020 IndieWebCamp WordPress Outreach Club
1+
# Copyright (C) 2021 IndieWebCamp WordPress Outreach Club
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: IndieWeb 3.4.3\n"
5+
"Project-Id-Version: IndieWeb 3.4.5\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: 2020-08-16T01:20:48+00:00\n"
12+
"POT-Creation-Date: 2021-06-12T15:40:56+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"X-Generator: WP-CLI 2.4.0\n"
14+
"X-Generator: WP-CLI 2.5.0\n"
1515
"X-Domain: indieweb\n"
1616

1717
#. Plugin Name of the plugin

readme.md

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

@@ -82,6 +82,11 @@ 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.5 ###
86+
* Refresh dependencies
87+
* Refresh icons
88+
* Fix issue with CSS name collision causing black icons to turn green.
89+
8590
### 3.4.4 ###
8691
* Refresh dependencies
8792

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Donate link: https://indieweb.org/how-to-sponsor
44
Tags: indieweb, webmention, POSSE, indieauth
55
Requires at least: 4.7
66
Requires PHP: 5.6
7-
Tested up to: 5.6
8-
Stable tag: 3.4.4
7+
Tested up to: 5.7.2
8+
Stable tag: 3.4.5
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

@@ -82,6 +82,11 @@ 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.5 =
86+
* Refresh dependencies
87+
* Refresh icons
88+
* Fix issue with CSS name collision causing black icons to turn green.
89+
8590
= 3.4.4 =
8691
* Refresh dependencies
8792

0 commit comments

Comments
 (0)