From 5a897db7f23eb7021f96fefec82034cb3668105c Mon Sep 17 00:00:00 2001 From: Ankit K Date: Wed, 3 Jul 2024 23:37:55 +0530 Subject: [PATCH] Bump WordPress version 6.6 --- .github/workflows/cypress.yml | 2 +- readme.txt | 2 +- simple-local-avatars.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 72a1fc0..d18b23d 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -15,7 +15,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.3'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.4'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: - name: Checkout diff --git a/readme.txt b/readme.txt index 65f8e5a..f48514e 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: jakemgold, 10up, thinkoomph, jeffpaul, faisal03 Donate link: https://10up.com/plugins/simple-local-avatars-wordpress/ Tags: avatar, gravatar, user photos, users, profile -Tested up to: 6.5 +Tested up to: 6.6 Stable tag: 2.7.10 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html diff --git a/simple-local-avatars.php b/simple-local-avatars.php index 3d34314..9277ae7 100644 --- a/simple-local-avatars.php +++ b/simple-local-avatars.php @@ -4,7 +4,7 @@ * Plugin URI: https://10up.com/plugins/simple-local-avatars-wordpress/ * Description: Adds an avatar upload field to user profiles. Generates requested sizes on demand, just like Gravatar! Simple and lightweight. * Version: 2.7.10 - * Requires at least: 6.3 + * Requires at least: 6.4 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com