Skip to content

Commit b243a60

Browse files
authored
Merge pull request #7 from Automattic/release/1.0.2
2 parents 2270dd6 + e3af8ae commit b243a60

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.2] - 2025-05-06
9+
10+
### Fixed
11+
- Use correct number of arguments in hook call by @GaryJones in https://github.com/Automattic/BuddyPress-VIP-Go/pull/6
812

913
## [1.0.1] - 2025-04-29
1014

@@ -23,4 +27,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2327
### Added
2428
- Initial release of BuddyPress for VIP Go
2529

30+
[1.0.2]: https://github.com/automattic/buddypress-vip-go/compare/1.0.1...1.0.2
2631
[1.0.1]: https://github.com/automattic/buddypress-vip-go/compare/1.0.0...1.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** BuddyPress, BuddyBoss, WordPress VIP
55
**Requires at least:** 4.4.2
66
**Tested up to:** 6.8
7-
**Stable tag:** 1.0.1
7+
**Stable tag:** 1.0.2
88
**License:** GPLv2 or later
99
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1010

buddypress-vip-go.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @wordpress-plugin
1111
* Plugin Name: BuddyPress VIP Go
1212
* Description: Makes BuddyPress' media work with WordPress VIP's hosting.
13-
* Version: 1.0.1
13+
* Version: 1.0.2
1414
* Requires at least: 4.4.2
1515
* Requires PHP: 8.2
1616
* Author: Human Made, WordPress VIP

files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function () {
2929
/*
3030
* Tweaks for uploading cover images -- bp_attachments_cover_image_ajax_upload().
3131
*/
32-
add_filter( 'bp_attachments_pre_cover_image_ajax_upload', 'vip_handle_cover_image_upload', 10, 2 );
32+
add_filter( 'bp_attachments_pre_cover_image_ajax_upload', 'vip_handle_cover_image_upload', 10, 4 );
3333

3434
/*
3535
* Tweaks for cropping user and group avatars -- bp_core_avatar_handle_crop().

0 commit comments

Comments
 (0)