Skip to content

Commit

Permalink
chore: resolve conflict between master and dev
Browse files Browse the repository at this point in the history
  • Loading branch information
preda-bogdan committed Dec 22, 2023
2 parents c5e36da + 744d478 commit 426858d
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 103,051 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-wporg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "7.2"
php-version: '7.4'
- name: Run Composer Install
run: |
npm ci
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
##### [Version 9.0.21](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.20...v9.0.21) (2023-09-27)

- Implemented post-sharing limit API to prevent sharing errors

##### [Version 9.0.20](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.19...v9.0.20) (2023-09-19)

- Fixed Facebook login issue by upgrading Graph API version v7.0 to v12.0

##### [Version 9.0.19](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.18...v9.0.19) (2023-08-23)

- Fixed LinkedIn sharing (API version changed)

##### [Version 9.0.18](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.17...v9.0.18) (2023-08-17)

- Added new authentication permissions scope for LinkedIn

##### [Version 9.0.17](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.16...v9.0.17) (2023-08-03)

PHP version required updated to 7.4

##### [Version 9.0.16](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.15...v9.0.16) (2023-08-03)

- Updated the required PHP version to 7.4

##### [Version 9.0.15](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.14...v9.0.15) (2023-07-28)

- Fixed post-sharing issue with post image
- Added Twitter v2 API support

##### [Version 9.0.14](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.13...v9.0.14) (2023-06-06)

- Added LinkedIn new API support
Expand Down
55,421 changes: 2 additions & 55,419 deletions assets/js/build/dashboard.js

Large diffs are not rendered by default.

25,210 changes: 2 additions & 25,208 deletions assets/js/build/exclude.js

Large diffs are not rendered by default.

22,418 changes: 2 additions & 22,416 deletions assets/js/build/publish_now.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeinwp/tweet-old-post",
"description": "Tweet Old Post for WordPress.",
"description": "Tweet Old Post for WordPress. ",
"keywords": [
"wordpress",
"share"
Expand Down
2 changes: 1 addition & 1 deletion includes/class-rop.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Rop {
public function __construct() {

$this->plugin_name = 'rop';
$this->version = '9.0.14';
$this->version = '9.0.21';

$this->load_dependencies();
$this->set_locale();
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tweet-old-post",
"version": "9.0.14",
"description": "Tweet Old Posts plugin",
"version": "9.0.21",
"description": "Tweet Old Posts plugin for WordPress.",
"repository": {
"type": "git",
"url": "git+https://github.com/Codeinwp/tweet-old-post.git"
Expand Down
52 changes: 51 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,Madalin_Themeisle, rsocial, uriahs-victor
Tags: share to social media, auto publish, auto post, social media scheduling, social media auto posting, social media marketing, social media automation, social media sharing
Requires at least: 4.7
Tested up to: 6.2
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: trunk

Expand Down Expand Up @@ -301,6 +301,56 @@ http://revive.social/plugins/revive-old-post

== Changelog ==

##### [Version 9.0.21](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.20...v9.0.21) (2023-09-27)

- Implemented post-sharing limit API to prevent sharing errors




##### [Version 9.0.20](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.19...v9.0.20) (2023-09-19)

- Fixed Facebook login issue by upgrading Graph API version v7.0 to v12.0




##### [Version 9.0.19](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.18...v9.0.19) (2023-08-23)

- Fixed LinkedIn sharing (API version changed)




##### [Version 9.0.18](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.17...v9.0.18) (2023-08-17)

- Added new authentication permissions scope for LinkedIn




##### [Version 9.0.17](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.16...v9.0.17) (2023-08-03)

PHP version required updated to 7.4




##### [Version 9.0.16](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.15...v9.0.16) (2023-08-03)

- Updated the required PHP version to 7.4




##### [Version 9.0.15](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.14...v9.0.15) (2023-07-28)

- Fixed post-sharing issue with post image
- Added Twitter v2 API support




##### [Version 9.0.14](https://github.com/Codeinwp/tweet-old-post/compare/v9.0.13...v9.0.14) (2023-06-06)

- Added LinkedIn new API support
Expand Down
4 changes: 2 additions & 2 deletions tweet-old-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Revive Old Posts
* Plugin URI: https://revive.social/
* Description: WordPress plugin that helps you to keeps your old posts alive by sharing them and driving more traffic to them from twitter/facebook or linkedin. It also helps you to promote your content. You can set time and no of posts to share to drive more traffic.For questions, comments, or feature requests, <a href="http://revive.social/support/?utm_source=plugindesc&utm_medium=announce&utm_campaign=top">contact </a> us!
* Version: 9.0.14
* Version: 9.0.21
* Author: revive.social
* Author URI: https://revive.social/
* Requires at least: 4.7
Expand Down Expand Up @@ -162,7 +162,7 @@ function run_rop() {
define( 'ROP_CRON_ALTERNATIVE', $use_remote_cron );

define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' );
define( 'ROP_LITE_VERSION', '9.0.14' );
define( 'ROP_LITE_VERSION', '9.0.21' );
define( 'ROP_LITE_BASE_FILE', __FILE__ );
$debug = false;
if ( function_exists( 'wp_get_environment_type' ) ) {
Expand Down

0 comments on commit 426858d

Please sign in to comment.