Skip to content

Commit

Permalink
Preparation to bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonascalves committed Apr 4, 2024
1 parent d3365dc commit be9fe79
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ indent_size = 4
indent_style = space
indent_size = 2

# Composer File
[composer.{json,lock}]
indent_style = space
indent_size = 4

# Dotfiles
[.*]
indent_style = space
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,25 @@

All notable changes to `meta-inspector` will be documented in this file.

## 1.1.3 - 2024-04-04

## Added

- Add support for BuddyPress Activity Meta

## 1.1.2 - 2024-01-08

## Added

- Add support for BuddyPress Group Meta
- Add support for BuddyPress Group Terms

## Updated

- Fix issue with the "Expand" button being copied when clicking the "Copy" button.
- Do not show copy toggle for empty meta fields
- Fix for the FM Term Meta
- Update alleyinteractive/alley-coding-standards requirement from ^1.0 to ^2.0

## 1.1.1 - 2023-06-28

Expand Down
27 changes: 11 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
# Meta Inspector

Stable tag: 1.1.0

Requires at least: 5.9

Tested up to: 5.9

Requires PHP: 7.4
[![Coding Standards](https://github.com/alleyinteractive/meta-inspector/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/alleyinteractive/meta-inspector/actions/workflows/coding-standards.yml)

License: GPL v2 or later
Display the meta data for WordPress objects in the admin to assist in debugging.

Tags: alleyinteractive, meta-inspector
## Releases

Contributors: alleyinteractive
This package is released via Packagist for installation via Composer. It follows semantic versioning conventions.

[![Coding Standards](https://github.com/alleyinteractive/meta-inspector/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/alleyinteractive/meta-inspector/actions/workflows/coding-standards.yml)
### Install

Display the meta data for WordPress objects in the admin to assist in debugging.
Requires Composer and PHP >= `8.0`.

## Installation
### Use

You can install the package via composer:

```bash
```sh
composer require alleyinteractive/meta-inspector
```

Expand All @@ -33,15 +27,16 @@ composer require alleyinteractive/meta-inspector
Once activated, the plugin will add meta boxes to the following object types
that expose the meta data for the object:


- Comments
- Terms
- Posts
- Users
- Groups (BuddyPress)
- Activities (BuddyPress)

## Testing

Run `composer test` to run tests against the PHP code in the plugin via PHPUnit.
Run `composer test` to run tests against the Coding Standards.

## Changelog

Expand Down
2 changes: 1 addition & 1 deletion meta-inspector.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Author: alleyinteractive, jameswalterburke
* Author URI: https://alley.com/
* Text Domain: meta-inspector
* Version: 1.1.2
* Version: 1.1.3
*
* @package Meta_Inspector
*/
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<exclude-pattern>build/</exclude-pattern>
<exclude-pattern>vendor/</exclude-pattern>

<!-- The version set here matches the minimum version tested in buddy.yml. -->
<!-- The version set here matches the minimum version tested in the CI. -->
<config name="minimum_supported_wp_version" value="5.9" />

<!-- Define the prefixes that can be used by the plugin -->
Expand Down

0 comments on commit be9fe79

Please sign in to comment.