Skip to content

Commit 53ac116

Browse files
committed
Bump version to 1.0.1
1 parent a9cd202 commit 53ac116

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

filecheck.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Filecheck
44
* Plugin URI: https://filecheck.io/docs/tutorials/wordpress-installation
55
* Description: Integrates the Filecheck Element on product pages to validate customer uploads before adding to cart.
6-
* Version: 1.0.0
6+
* Version: 1.0.1
77
* Author: Print.App ApS
88
* Author URI: https://filecheck.io
99
* Text Domain: filecheck
@@ -18,7 +18,7 @@
1818
defined( 'ABSPATH' ) || exit;
1919

2020
// Define plugin constants
21-
define( 'FILECHECK_VERSION', '1.0.0' );
21+
define( 'FILECHECK_VERSION', '1.0.1' );
2222
define( 'FILECHECK_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
2323
define( 'FILECHECK_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
2424
define( 'FILECHECK_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: preflight, woocommerce, file validation, print, pdf
44
Requires at least: 5.0
55
Tested up to: 7.0
66
Requires PHP: 7.4
7-
Stable tag: 1.0.0
7+
Stable tag: 1.0.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -100,6 +100,9 @@ No. The widget uses a session-resume mechanism with an AJAX WooCommerce session
100100

101101
== Changelog ==
102102

103+
= 1.0.1 =
104+
* Maintenance release.
105+
103106
= 1.0.0 =
104107
* Initial public release.
105108
* Filecheck Element CDN integration with client-side Add to Cart gating.
@@ -110,5 +113,8 @@ No. The widget uses a session-resume mechanism with an AJAX WooCommerce session
110113

111114
== Upgrade Notice ==
112115

116+
= 1.0.1 =
117+
Maintenance release.
118+
113119
= 1.0.0 =
114120
Initial release.

0 commit comments

Comments
 (0)