Skip to content

Commit d1287fb

Browse files
committed
bump 1.0.2
1 parent 1164e72 commit d1287fb

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
<a href="https://github.com/CodeCornTech/mu-cc-admin-popover-row-actions/releases/latest">
88
<img alt="Latest Release" src="https://img.shields.io/github/v/release/CodeCornTech/mu-cc-admin-popover-row-actions?display_name=tag&style=for-the-badge"/>
99
</a>
10-
10+
<img alt="WordPress" src="https://img.shields.io/badge/WordPress-6.x%20tested-21759B?style=for-the-badge&logo=wordpress&logoColor=white">
11+
1112
[![CodeCornTech/mu-cc-admin-popover-actions](https://img.shields.io/badge/code%20style-WordPress-21759b?style=for-the-badge&logo=wordpress)](https://img.shields.io/badge/code%20style-WordPress-21759b)
1213
[![GitHub stars](https://img.shields.io/github/stars/CodeCornTech/mu-cc-admin-popover-row-actions?style=for-the-badge&logo=github)](https://img.shields.io/badge/code%20style-WordPress-21759b)
1314

1415
<!-- Version & License -->
1516
<a href="https://img.shields.io/badge/code%20style-WordPress-21759b/releases">
16-
<img alt="Version" src="https://img.shields.io/badge/version-1.0.1-blue.svg">
17+
<img alt="Version" src="https://img.shields.io/badge/version-1.0.2-blue.svg">
1718
</a>
1819
<a href="https://github.com/CodeCornTech/mu-cc-admin-popover-row-actions/blob/main/LICENSE">
1920
<img alt="License" src="https://img.shields.io/github/license/CodeCornTech/mu-cc-admin-popover-row-actions.svg">
@@ -35,7 +36,7 @@
3536
<img alt="Size" src="https://img.shields.io/badge/assets-size%20tiny-lightgrey">
3637

3738
<!-- WordPress & PHP targets -->
38-
<img alt="WordPress" src="https://img.shields.io/badge/wordpress-6.x-tested-blue">
39+
3940
<img alt="Requires at least" src="https://img.shields.io/badge/requires%20WP-5.8+-informational">
4041
<img alt="PHP" src="https://img.shields.io/badge/PHP-7.4%2B%20%7C%208.x-777bb3">
4142

mu-plugins/cc-admin-popover-row-actions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: CC Admin Popover Row Actions
44
* Plugin URI: https://github.com/CodeCornTech/mu-cc-admin-popover-row-actions
55
* Description: Converte le row-actions della WP List Table in un popover apribile dal badge ID , con flag bilaterali ( define + filter ) e asset singleton .
6-
* Version: 1.0.1
6+
* Version: 1.0.2
77
* Author: CodeCorn™
88
* Author URI: https://github.com/CodeCornTech
99
* License: MIT
@@ -27,7 +27,7 @@ function cc_def( $k, $v ) {
2727
}
2828

2929
/** @var non-empty-string $plugin_vers */
30-
$plugin_vers = '1.0.1';
30+
$plugin_vers = '1.0.2';
3131
/** @var non-empty-string $plugin_dir Percorso assoluto directory del plugin */
3232
$plugin_dir = __DIR__;
3333
/** @var non-empty-string $assets_path Path relativo degli assets dentro il plugin */

0 commit comments

Comments
 (0)