From 9f8b5faa74c8cb56853a7d756a3ffbed60f82d1f Mon Sep 17 00:00:00 2001 From: thrijith Date: Fri, 25 Oct 2024 15:44:55 +0530 Subject: [PATCH 1/2] Bump Tested up to --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index b8b0b4d0..bdf8b287 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Autopost for X (formerly Autoshare for Twitter) === Contributors: 10up, johnwatkins0, adamsilverstein, scottlee, dinhtungdu, jeffpaul, dharm1025 Tags: twitter, tweet, share, social media, posse -Tested up to: 6.6 +Tested up to: 6.7 Stable tag: 2.2.1 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html From 0d486a99d7b6b36fa7b4486d6bce5495074e1f35 Mon Sep 17 00:00:00 2001 From: thrijith Date: Fri, 25 Oct 2024 21:48:26 +0530 Subject: [PATCH 2/2] Bump required WP minimum version to 6.5 --- .github/workflows/cypress.yml | 2 +- README.md | 2 +- autoshare-for-twitter.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 19e70d20..4c6a5785 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -22,7 +22,7 @@ jobs: core: - { name: 'WP latest', version: 'latest' } - { name: 'WP trunk', version: 'WordPress/WordPress#master' } - - { name: 'WP minimum', version: 'WordPress/WordPress#5.7' } + - { name: 'WP minimum', version: 'WordPress/WordPress#6.5' } steps: - name: Checkout diff --git a/README.md b/README.md index 3ae05b74..387bd72e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ With Autopost for X, developers can further customize nearly everything about th ## Requirements - PHP 7.4+ -- [WordPress](http://wordpress.org) 5.7+ +- [WordPress](http://wordpress.org) 6.5+ ## Installation diff --git a/autoshare-for-twitter.php b/autoshare-for-twitter.php index 2e2f458b..6b0fadb6 100644 --- a/autoshare-for-twitter.php +++ b/autoshare-for-twitter.php @@ -4,7 +4,7 @@ * Description: Automatically shares the post title or custom message and a link to the post to X/Twitter. * Disclaimer: TWITTER, TWEET, RETWEET and the Twitter logo are trademarks of Twitter, Inc. or its affiliates. * Version: 2.2.1 - * Requires at least: 5.7 + * Requires at least: 6.5 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com