diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f7bfce6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ + +v1.0.1 - 2025-05-23 +------------------- + +##### New Features + ++ Initial release of shared notifications library. diff --git a/banner-notifications.php b/banner-notifications.php index 4d00983..2a15576 100644 --- a/banner-notifications.php +++ b/banner-notifications.php @@ -8,7 +8,7 @@ * Plugin Name: Banner Notifications * Plugin URI: https://github.com/gocodebox/banner-notifications * Description: Admin banner notifications library. - * Version: 1.0.0 + * Version: 1.0.1 * Author: Gocodebox * Author URI: https://lifterlms.com/ * Text Domain: gocodebox-banner-notifications diff --git a/composer.json b/composer.json index 8759a39..7d29151 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,6 @@ "README.md", - "/src", - "dist", "node_modules", "tests", diff --git a/package-lock.json b/package-lock.json index 41a39d5..1d0ead5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gocodebox-banner-notifications", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gocodebox-banner-notifications", - "version": "1.0.0", + "version": "1.0.1", "devDependencies": { "@lifterlms/dev": "^0.2.2", "@lifterlms/llms-e2e-test-utils": "^4.1.0" diff --git a/package.json b/package.json index b5a3986..6126003 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gocodebox-banner-notifications", - "version": "1.0.0", + "version": "1.0.1", "description": "notifications", "author": "Gocodebox", "homepage": "https://lifterlms.com/", diff --git a/src/notifications.php b/src/notifications.php index 89d0b5c..512f898 100644 --- a/src/notifications.php +++ b/src/notifications.php @@ -650,7 +650,7 @@ function notification_test_check_option( $value, $data ) { /** * Helper function to check if a value is greater than, less than, greater than or equal to, or less than or equal to another value. * - * @since [version] + * @since 1.0.1 * * @param mixed $option_value The option value to compare. * @param string $check_type The comparison operator.