Skip to content

Commit 529e1cc

Browse files
committed
🚀 RELEASE: v1.1.1
1 parent 3f062f2 commit 529e1cc

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## 1.1.1
4+
5+
* [📦 NEW: Added Afrikaans translation](https://github.com/robertdevore/bluesky-feed-for-wordpress/commit/0cc5ecc84b533be8a87fe088f8f86ed121e16ac6)
6+
* [📦 NEW: Added Italian translation](https://github.com/robertdevore/bluesky-feed-for-wordpress/commit/bda5ded20974be436d67995ee32fae2700b07a29)
7+
* [📦 NEW: Added Hindi translation](https://github.com/robertdevore/bluesky-feed-for-wordpress/commit/3f062f2f0f91706fc6c0077fd0bd7f4a76029feb)
8+
* [👌 IMPROVE: Updated WPCom Check script to restrict plugin usage on wordpress.com](https://github.com/robertdevore/bluesky-feed-for-wordpress/commit/7dbe5cc3252d7a4513c5c72e7448dbb94749021c)
9+
* [👌 IMPROVE: Updated plugin to load text domain for translations](https://github.com/robertdevore/bluesky-feed-for-wordpress/commit/90fe490ed4a96afe8b3c4160a119cb73bac7de3f)
10+
* [👌 IMPROVE: Updated Bluesky_Feed and Bluesky_Widget class locations](https://github.com/robertdevore/bluesky-feed-for-wordpress/commit/4607f986607298e905b93c9938ea65b7b8aa73db)
11+
* [👌 IMPROVE: Updated text strings for localization](https://github.com/robertdevore/bluesky-feed-for-wordpress/commit/802ba429727ddaf7841817766b18f92f9f40811c)
12+
313
## 1.1.0
414

515
* [📦 NEW: Added French translation](https://github.com/robertdevore/bluesky-feed-for-wordpress/commit/f32c41f0099844633bfd5e3ea48d92f73cfbcb23)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Showcase your recent Bluesky posts on your WordPress® website in a variety of w
1414
- **Real-Time Fetching**: Fetch your latest Bluesky posts via the official API.
1515
- **Pin Filtering**: Optionally include or exclude pinned posts.
1616
- **Responsive Design**: Feed styles adapt seamlessly across devices.
17+
- **Translation Ready**: Currently translated into Spanish, French, Italian, Afrikaans, and Hindi
1718
* * *
1819

1920
## Installation

bluesky-feed-for-wordpress.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Bluesky Feed for WordPress®
1212
* Description: Showcase your latest Bluesky posts on your WordPress® site with customizable display options and seamless integration
1313
* Plugin URI: https://github.com/robertdevore/bluesky-feed-for-wordpress/
14-
* Version: 1.1.0
14+
* Version: 1.1.1
1515
* Author: Robert DeVore
1616
* Author URI: https://robertdevore.com/
1717
* License: GPL-2.0+
@@ -39,7 +39,7 @@
3939
$myUpdateChecker->setBranch( 'main' );
4040

4141
// Set the version number.
42-
define( 'BLUESKY_FEED_VERSION', '1.1.0' );
42+
define( 'BLUESKY_FEED_VERSION', '1.1.1' );
4343
define( 'BLUESKY_FEED_PLUGIN_PATH', __FILE__ );
4444

4545
// Check if Composer's autoloader is already registered globally.

0 commit comments

Comments
 (0)