From be9fe7947ddf9efd16daea364d87d76de275abe2 Mon Sep 17 00:00:00 2001 From: Renato Alves <19148962+renatonascalves@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:24:50 -0300 Subject: [PATCH] Preparation to bump the version --- .editorconfig | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ README.md | 27 +++++++++++---------------- meta-inspector.php | 2 +- phpcs.xml | 2 +- 5 files changed, 29 insertions(+), 23 deletions(-) diff --git a/.editorconfig b/.editorconfig index 351b59f..f39ff88 100755 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index c2733f0..688dc8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 52f97a1..afb6dd3 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 diff --git a/meta-inspector.php b/meta-inspector.php index 1bde209..6d6c85d 100755 --- a/meta-inspector.php +++ b/meta-inspector.php @@ -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 */ diff --git a/phpcs.xml b/phpcs.xml index 5bca710..b6a7a18 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -29,7 +29,7 @@ build/ vendor/ - +