Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tested Up to 6.5 #2602

Merged
merged 2 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading