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

Updated to version 0.32.0-alpha.2. #995

Merged
merged 1 commit into from
Jan 13, 2025
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.32.0-alpha.1
* Version: 0.32.0-alpha.2
* Requires PHP: 7.4
* Requires at least: 6.7
* Text Domain: gatherpress
Expand Down
54 changes: 27 additions & 27 deletions 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.32.0-alpha.1',
'version' => '0.32.0-alpha.2',
'project-leaders' =>
array (
0 =>
Expand Down Expand Up @@ -127,6 +127,32 @@
96 => '//www.gravatar.com/avatar/9210ecea04529656ea99064634ac636b?s=96&r=g&d=mm',
),
),
5 =>
array (
'id' => 21156948,
'name' => 'Prayag Mankar',
'link' => 'https://profiles.wordpress.org/author/prayagm/',
'slug' => 'prayagm',
'avatar_urls' =>
array (
24 => '//www.gravatar.com/avatar/ddc43fb192c5a9c58e16c0ccab85b81f?s=24&r=g&d=mm',
48 => '//www.gravatar.com/avatar/ddc43fb192c5a9c58e16c0ccab85b81f?s=48&r=g&d=mm',
96 => '//www.gravatar.com/avatar/ddc43fb192c5a9c58e16c0ccab85b81f?s=96&r=g&d=mm',
),
),
6 =>
array (
'id' => 20932248,
'name' => 'prashantabellad',
'link' => 'https://profiles.wordpress.org/author/prashantabellad/',
'slug' => 'prashantabellad',
'avatar_urls' =>
array (
24 => '//www.gravatar.com/avatar/57794a51302818489f91bb191adddc40?s=24&r=g&d=mm',
48 => '//www.gravatar.com/avatar/57794a51302818489f91bb191adddc40?s=48&r=g&d=mm',
96 => '//www.gravatar.com/avatar/57794a51302818489f91bb191adddc40?s=96&r=g&d=mm',
),
),
),
'contributors' =>
array (
Expand Down Expand Up @@ -326,32 +352,6 @@
),
),
15 =>
array (
'id' => 20932248,
'name' => 'prashantabellad',
'link' => 'https://profiles.wordpress.org/author/prashantabellad/',
'slug' => 'prashantabellad',
'avatar_urls' =>
array (
24 => '//www.gravatar.com/avatar/57794a51302818489f91bb191adddc40?s=24&r=g&d=mm',
48 => '//www.gravatar.com/avatar/57794a51302818489f91bb191adddc40?s=48&r=g&d=mm',
96 => '//www.gravatar.com/avatar/57794a51302818489f91bb191adddc40?s=96&r=g&d=mm',
),
),
16 =>
array (
'id' => 21156948,
'name' => 'Prayag Mankar',
'link' => 'https://profiles.wordpress.org/author/prayagm/',
'slug' => 'prayagm',
'avatar_urls' =>
array (
24 => '//www.gravatar.com/avatar/ddc43fb192c5a9c58e16c0ccab85b81f?s=24&r=g&d=mm',
48 => '//www.gravatar.com/avatar/ddc43fb192c5a9c58e16c0ccab85b81f?s=48&r=g&d=mm',
96 => '//www.gravatar.com/avatar/ddc43fb192c5a9c58e16c0ccab85b81f?s=96&r=g&d=mm',
),
),
17 =>
array (
'id' => 368236,
'name' => 'Pascal Birchler',
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.32.0-alpha.1",
"version": "0.32.0-alpha.2",
"description": "Powering Communities with WordPress",
"author": "",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# GatherPress

Check warning on line 1 in readme.md

View workflow job for this annotation

GitHub Actions / wp-org-plugin-guidelines

readme_parser_warnings_trimmed_short_description

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

Stable tag: 0.32.0-alpha.1
Stable tag: 0.32.0-alpha.2
Tested up to: 6.7
License: GPL v2 or later
Tags: events, event, meetup, community
Contributors: mauteri, hrmervin, patricia70, carstenbach, jmarx75, stephenerdelyi, calebthedev, pbrocks, newyorkerlaura
Contributors: mauteri, hrmervin, patricia70, carstenbach, jmarx75, stephenerdelyi, calebthedev, pbrocks, newyorkerlaura, prayagm, prashantabellad

<!-- markdownlint-disable-next-line MD045 -->
![](.wordpress-org/banner-1544x500.jpg)
Expand Down
Loading