Skip to content
This repository was archived by the owner on Jul 21, 2026. It is now read-only.

Commit 61395e6

Browse files
authored
Merge pull request #3 from gocodebox/dev
Release 1.0.1
2 parents c9e6d65 + 1c3bbe6 commit 61395e6

6 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
v1.0.1 - 2025-05-23
3+
-------------------
4+
5+
##### New Features
6+
7+
+ Initial release of shared notifications library.

banner-notifications.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin Name: Banner Notifications
99
* Plugin URI: https://github.com/gocodebox/banner-notifications
1010
* Description: Admin banner notifications library.
11-
* Version: 1.0.0
11+
* Version: 1.0.1
1212
* Author: Gocodebox
1313
* Author URI: https://lifterlms.com/
1414
* Text Domain: gocodebox-banner-notifications

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323

2424
"README.md",
2525

26-
"/src",
27-
2826
"dist",
2927
"node_modules",
3028
"tests",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gocodebox-banner-notifications",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "notifications",
55
"author": "Gocodebox",
66
"homepage": "https://lifterlms.com/",

src/notifications.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ function notification_test_check_option( $value, $data ) {
650650
/**
651651
* 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.
652652
*
653-
* @since [version]
653+
* @since 1.0.1
654654
*
655655
* @param mixed $option_value The option value to compare.
656656
* @param string $check_type The comparison operator.

0 commit comments

Comments
 (0)