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

Starting 0.31.0-alpha. #809

Merged
merged 3 commits into from
Aug 26, 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 gatherpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Powering Communities with WordPress.
* Author: The GatherPress Community
* Author URI: https://gatherpress.org/
* Version: 0.30.0
* Version: 0.31.0-alpha
* Requires PHP: 7.4
* Requires at least: 6.4
* Text Domain: gatherpress
Expand Down
2 changes: 1 addition & 1 deletion includes/data/credits.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
defined( 'ABSPATH' ) || exit; // @codeCoverageIgnore

return array (
'version' => '0.30.0',
'version' => '0.31.0-alpha',
'project-leaders' =>
array (
0 =>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatherpress",
"version": "0.30.0",
"version": "0.31.0-alpha",
"description": "Powering Communities with WordPress",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GatherPress

Check warning on line 1 in readme.md

View workflow job for this annotation

GitHub Actions / wp-org-plugin-guidelines

readme_parser_warnings

The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.

Stable tag: 0.30.0
Stable tag: 0.31.0-alpha
Tested up to: 6.6.1
License: GPL v2 or later
Tags: events, event, meetup, community
Expand Down
Loading