Skip to content

Commit 62f913e

Browse files
committed
🚀 RELEASE: v1.1.0
1 parent f32c41f commit 62f913e

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CHANGELOG
2+
3+
## 1.1.0
4+
5+
* [📦 NEW: Added French translation](https://github.com/robertdevore/bluesky-feed-for-wordpress/commit/f32c41f0099844633bfd5e3ea48d92f73cfbcb23)
6+
* [📦 NEW: Added plugin usage restrictions for websites hosted on wordpress.com](https://github.com/robertdevore/bluesky-feed-for-wordpress/commit/e3d259ee4505198fdd26349dffc46eb7a37d1a95)
7+
* [👌 IMPROVE: Updated feed to include images and link cards](https://github.com/robertdevore/bluesky-feed-for-wordpress/commit/09aa6170324d32275e34cfaa45e4a30948e82eb1)
8+
* [👌 IMPROVE: Updated text strings for localization](https://github.com/robertdevore/bluesky-feed-for-wordpress/commit/79c21362a6ee32535caac461c20671ff57e10929)
9+
* [👌 IMPROVE: Updated text strings for localization](https://github.com/robertdevore/bluesky-feed-for-wordpress/commit/417fed4fcfaaa060154514c4e4ff2d3c410e09c4)
10+
*
11+
12+
## 1.0.0
13+
14+
* Initial commit

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.0.0
14+
* Version: 1.1.0
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.0.0' );
42+
define( 'BLUESKY_FEED_VERSION', '1.1.0' );
4343

4444
/**
4545
* Main plugin class for building the Bluesky Feed.

vendor/composer/autoload_files.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
// autoload_files.php @generated by Composer
4+
5+
$vendorDir = dirname(__DIR__);
6+
$baseDir = dirname($vendorDir);
7+
8+
return array(
9+
'256558b1ddf2fa4366ea7d7602798dd1' => $vendorDir . '/yahnis-elsts/plugin-update-checker/load-v5p5.php',
10+
);

0 commit comments

Comments
 (0)