Skip to content

Commit 0725945

Browse files
committed
v0.0.4
1 parent 8a40fd7 commit 0725945

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

autoblue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://autoblue.co
88
* License: GPLv2 or later
99
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
10-
* Version: 0.0.3
10+
* Version: 0.0.4
1111
* Text Domain: autoblue
1212
* Requires at least: 6.6
1313
* Requires PHP: 7.4
@@ -20,7 +20,7 @@
2020

2121
require_once __DIR__ . '/vendor/autoload.php';
2222

23-
define( 'AUTOBLUE_VERSION', '0.0.3' );
23+
define( 'AUTOBLUE_VERSION', '0.0.4' );
2424
define( 'AUTOBLUE_SLUG', 'autoblue' );
2525
define( 'AUTOBLUE_BASENAME', plugin_basename( __FILE__ ) );
2626
define( 'AUTOBLUE_PATH', plugin_dir_path( __FILE__ ) );

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Autoblue ===
22
Contributors: danielpost
33
Tags: social, bluesky, auto, share, post
4-
Stable tag: 0.0.3
4+
Stable tag: 0.0.4
55
Requires at least: 6.6
66
Tested up to: 6.7
77
Requires PHP: 7.4
@@ -45,6 +45,11 @@ Currently, Autoblue only works in the block editor. It uses a lot of modern Word
4545

4646
== Changelog ==
4747

48+
= 0.0.4 =
49+
* Fix: Script translations are now loaded properly (props [@imath](https://github.com/imath))
50+
* Fix: Shared posts no longer trigger warning in editor about invalid type (props [@imath](https://github.com/imath))
51+
* Fix: Custom table for logs now works with older versions of MySQL and MariaDB (props [@imath](https://github.com/imath))
52+
4853
= 0.0.3 =
4954
* Fix: Autoblue now supports PHP 7.4 again.
5055

0 commit comments

Comments
 (0)