0.20 - version bump
This commit is contained in:
parent
e9a5f8f71e
commit
20eda54314
@ -1,5 +1,10 @@
|
||||
# Notice Manager Changelog
|
||||
|
||||
## 0.20
|
||||
|
||||
### Minor
|
||||
- Just another version bump (composer.json as well).
|
||||
|
||||
## 0.19
|
||||
|
||||
### Added
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "abuyoyo/notice-manager",
|
||||
"description": "Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.",
|
||||
"type": "wordpress-plugin",
|
||||
"version": "0.18",
|
||||
"version": "0.20",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
|
||||
2
composer.lock
generated
2
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "d8561fb20f4729b2675b8aeef402b4aa",
|
||||
"content-hash": "f7b75f26e447e0d13270ca9591fc4bd4",
|
||||
"packages": [
|
||||
{
|
||||
"name": "abuyoyo/adminmenupage",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Plugin Name: Notice Manager
|
||||
* Description: Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.
|
||||
* Version: 0.19
|
||||
* Version: 0.20
|
||||
* Author: abuyoyo
|
||||
* Author URI: https://github.com/abuyoyo/
|
||||
* Plugin URI: https://github.com/abuyoyo/notice-manager
|
||||
|
||||
8
vendor/composer/installed.php
vendored
8
vendor/composer/installed.php
vendored
@ -1,7 +1,7 @@
|
||||
<?php return array(
|
||||
'root' => array(
|
||||
'pretty_version' => '0.18',
|
||||
'version' => '0.18.0.0',
|
||||
'pretty_version' => '0.20',
|
||||
'version' => '0.20.0.0',
|
||||
'type' => 'wordpress-plugin',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
@ -20,8 +20,8 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'abuyoyo/notice-manager' => array(
|
||||
'pretty_version' => '0.18',
|
||||
'version' => '0.18.0.0',
|
||||
'pretty_version' => '0.20',
|
||||
'version' => '0.20.0.0',
|
||||
'type' => 'wordpress-plugin',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user