Skip to content

Commit

Permalink
Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelchev committed Jan 10, 2022
1 parent 0ce4766 commit 2c2e7c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dummy-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin name: Dummy Images
* Plugin URI: https://github.com/mbelchev/dummy-images
* Description: This plugin is a generator of customizable dummy images. You can easily select the dimensions, background color, text and text color of the placeholder image.
* Version: 1.0.0
* Version: 1.0.1
* Author: mbelchev
* Author URI: https://github.com/mbelchev
* Text Domain: dummy-images
Expand Down Expand Up @@ -32,7 +32,7 @@
}

if ( ! defined( 'DUMMY_IMAGES_ASSET_VERSION') ) {
define( 'DUMMY_IMAGES_ASSET_VERSION', '1.0.0' );
define( 'DUMMY_IMAGES_ASSET_VERSION', '1.0.1' );
}

if ( ! class_exists( __NAMESPACE__ . '\Main' ) ) :
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DummyImages",
"version": "1.0.0",
"version": "1.0.1",
"description": "This plugin is a generator of customizable dummy images.",
"license": "ISC",
"author": "mbelchev",
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ After that, you will find 'Dummy Images' menu in your WordPress admin panel as a
1. Use the generated dummy image as featured image

== ChangeLog ==
= 1.0.1 =
Test plugin compatibility with latest WordPress and PHP

= 1.0 =
Initial version of the plugin

Expand Down

0 comments on commit 2c2e7c5

Please sign in to comment.