Skip to content

Commit

Permalink
Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Sep 29, 2023
1 parent fee82c8 commit 4900fd1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ SVN_USER="gutobenn" # your svn username
SVN_IGNORE="
.editorconfig
.git
.github
.gitignore
.scrutinizer.yml
.travis.yml
Expand Down
2 changes: 1 addition & 1 deletion lib/class-wp2d-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ private function get_aspects_services( string $type, array $list, bool $force ):
/**
* Get the Handler Stack for Guzzle to extend Requests and Responses.
*
* @since unreleased
* @since 4.0.0
*
* @return HandlerStack
*/
Expand Down
7 changes: 4 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: diaspora, integration, share, post, social, network
Requires at least: 4.6
Tested up to: 6.3.1
Minimum PHP: 8.0
Stable tag: 3.0.2
Stable tag: 4.0.0
Author URI: https://github.com/DiasPHPora/wp-to-diaspora/graphs/contributors
Plugin URI: https://github.com/DiasPHPora/wp-to-diaspora/
License: GPLv2 or later
Expand Down Expand Up @@ -94,7 +94,7 @@ Quite straightforward, right?

== Changelog ==

= unreleased =
= 4.0.0 =
* Min PHP 8.0.
* Integrate PHP dependencies into WP2D namespace.
* Move tests to GitHub Actions and test up to PHP 8.2.
Expand Down Expand Up @@ -261,8 +261,9 @@ Quite straightforward, right?

== Upgrade Notice ==

= unreleased =
= 4.0.0 =
This update requires at least PHP 8.0.
We are looking for new maintainers to keep this project alive, [get in touch](https://noplanman.ch)!

= 3.0.1 =
This update requires at least WordPress 4.6 and PHP 7.2.
Expand Down
6 changes: 3 additions & 3 deletions wp-to-diaspora.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP to diaspora*
* Plugin URI: https://github.com/DiasPHPora/wp-to-diaspora
* Description: Automatically shares WordPress posts on diaspora*
* Stable tag: 3.0.2
* Version: 4.0.0
* Requires at least: 4.6
* Tested up to: 6.3.1
* Requires PHP: 8.0
Expand Down Expand Up @@ -31,14 +31,14 @@
* @link https://github.com/DiasPHPora/wp-to-diaspora
* @author Augusto Bennemann <[email protected]>
* @copyright Copyright (c) 2023, Augusto Bennemann, Armando Lüscher
* @version 3.0.2
* @version 4.0.0
* @license https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

define( 'WP2D_VERSION', '3.0.2' );
define( 'WP2D_VERSION', '4.0.0' );
define( 'WP2D_BASENAME', plugin_basename( __FILE__ ) );

require_once __DIR__ . '/vendor/autoload.php';
Expand Down

0 comments on commit 4900fd1

Please sign in to comment.