Skip to content

Commit

Permalink
Tested Up to 6.5 (#2602)
Browse files Browse the repository at this point in the history
* Tested Up to 6.5

* updates to readme for version bump

---------

Co-authored-by: aledesma-godaddy <aledesma@godaddy.com>
  • Loading branch information
olafleur-godaddy and aledesma-godaddy committed Apr 2, 2024
1 parent 1d0e56e commit a120e1e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-wp-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ./.github/workflows/date-checker.yml
with:
# WP Next scheduled release date. Should be based on `https://make.wordpress.org/core/6-4/` or later.
scheduled_release_date: "2024-03-26"
scheduled_release_date: "2024-04-02"

# Create WP NEXT Version Constant
set_constant:
Expand Down
4 changes: 0 additions & 4 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
3.1.7 / 2024-03-11
===================


3.1.7 / 2024-03-11
===================
# Bug Fix
Expand Down
4 changes: 2 additions & 2 deletions class-coblocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Version: 3.1.7
* Text Domain: coblocks
* Domain Path: /languages
* Tested up to: 6.4
* Requires at least: 6.2
* Tested up to: 6.5
* Requires at least: 6.3
*
* CoBlocks is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"title": "CoBlocks",
"description": "CoBlocks is a suite of professional page building blocks for the WordPress Gutenberg block editor.",
"version": "3.1.7",
"tested_up_to": "6.4",
"requires_at_least": "6.2",
"tested_up_to": "6.5",
"requires_at_least": "6.3",
"author": "GoDaddy",
"license": "GPL-2.0",
"repository": "godaddy-wordpress/coblocks",
Expand Down
16 changes: 14 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Author URI: https://www.godaddy.com
Contributors: godaddy, richtabor, eherman24, jonathanbardo, jrtashjian, paranoia1906, fjarrett, olivierlafleur, jasonlemay, snovosel
Tags: page builder, Gutenberg blocks, WordPress blocks, gutenberg, blocks
Requires at least: 6.2
Tested up to: 6.4
Requires at least: 6.3
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 3.1.7
License: GPL-2.0
Expand Down Expand Up @@ -125,6 +125,18 @@ CoBlocks is designed to support the last two major versions of WordPress that ar

== Changelog ==

= 3.1.8 / 2024-04-02 =
# Enhancements
* Introduce WP 6.5 compatibility [#2601](https://github.com/godaddy-wordpress/coblocks/pull/2601)
* Introduce PHP 8.3 compatibility [#2600](https://github.com/godaddy-wordpress/coblocks/pull/2600)

# Bug fix
* Fix bug around CoBlocks patterns [#2599](https://github.com/godaddy-wordpress/coblocks/pull/2599)

# Misc
* Improve tests for WP 6.5 [#2597](https://github.com/godaddy-wordpress/coblocks/pull/2597)
* Improve CICD logic for WP 6.5 [#2590](https://github.com/godaddy-wordpress/coblocks/pull/2590)

= 3.1.7 / 2024-03-11 =

# Bug Fix
Expand Down

0 comments on commit a120e1e

Please sign in to comment.