Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Jul 15, 2024
1 parent 6855ab8 commit 16ecdc8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "page-preview",
"version": "1.0.0",
"version": "1.0.1",
"description": "Quickly see how each page looks at a glance and manage your site more efficiently.",
"author": {
"name": "handyplugins",
Expand Down
4 changes: 2 additions & 2 deletions page-preview.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Page Preview
* Description: Adds screenshots to WordPress post listings, allowing you to quickly visualize and manage your pages directly from the admin panel.
* Version: 1.0
* Version: 1.0.1
* Requires at least: 5.0
* Requires PHP: 7.4
* Author: HandyPlugins
Expand All @@ -18,7 +18,7 @@
namespace PagePreview;

// Useful global constants.
define( 'PAGE_PREVIEW_VERSION', '1.0' );
define( 'PAGE_PREVIEW_VERSION', '1.0.1' );
define( 'PAGE_PREVIEW_DB_VERSION', '1.0' );
define( 'PAGE_PREVIEW_PLUGIN_FILE', __FILE__ );
define( 'PAGE_PREVIEW_URL', plugin_dir_url( __FILE__ ) );
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: page preview, preview, screenshot, page screenshot
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://handyplugins.co/donate/
Expand Down Expand Up @@ -91,6 +91,9 @@ Yes, to ensure optimal performance and server stability, our service supports th

== Changelog ==

= 1.0.1 (July 15, 2024) =
* [Fixed] Preview data cleanup during uninstallation.

= 1.0 (July 12, 2024) =
* Initial release

Expand Down

0 comments on commit 16ecdc8

Please sign in to comment.