Skip to content

Commit 18678a3

Browse files
authored
v1.0.0 (#40)
1 parent a37b435 commit 18678a3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-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.6
10+
* Version: 1.0.0
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.6' );
23+
define( 'AUTOBLUE_VERSION', '1.0.0' );
2424
define( 'AUTOBLUE_SLUG', 'autoblue' );
2525
define( 'AUTOBLUE_BASENAME', plugin_basename( __FILE__ ) );
2626
define( 'AUTOBLUE_PATH', plugin_dir_path( __FILE__ ) );

readme.txt

Lines changed: 5 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.6
4+
Stable tag: 1.0.0
55
Requires at least: 6.6
66
Tested up to: 6.8
77
Requires PHP: 7.4
@@ -46,6 +46,10 @@ Currently, Autoblue only works in the block editor. It uses a lot of modern Word
4646

4747
== Changelog ==
4848

49+
= 1.0.0 =
50+
* Autoblue is now out of beta.
51+
* Feature: Add support for self-hosted PDS
52+
4953
= 0.0.6 =
5054
* Improvement: Autoblue settings page is now more mobile-friendly.
5155
* Fix: Link to the Bluesky post after sharing works again.

0 commit comments

Comments
 (0)