Skip to content

Commit 072fe8b

Browse files
author
CodeSolz
committed
v1.2.0
1 parent c151a97 commit 072fe8b

4 files changed

Lines changed: 13 additions & 11 deletions

File tree

readme.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
=== Ultimate Push Notifications ( Mobile / Desktop ), Receive Notification From WooCommerce, BuddyPress, WordPress Default Events & Many More ===
1+
=== Ultimate Push Notifications ===
22
Contributors: CodeSolz, m.tuhin
33
Tags: desktop push notification, woocommerce, dokan, BuddyPress, push notifications, cloud push notification, firebase, push notification
44
Requires at least: 4.0
55
Tested up to: 6.7
6-
Stable tag: 1.1.9
6+
Stable tag: 1.2.0
77
Requires PHP: 7.0
88
WC requires at least: 4.0
9-
WC tested up to: 9.5
9+
WC tested up to: 10.2
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

@@ -159,6 +159,9 @@ Once you have allowed notifications, you'll be able to receive updates in real-t
159159

160160
== Changelog ==
161161

162+
= Version: 1.2.0 ( September 29, 2025 ) =
163+
* **Update:** Security patch updated
164+
162165
= Version: 1.1.9 ( June 02, 2025 ) =
163166
* **Update:** Security patch updated
164167

ultimate-push-notifications.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Ultimate Push Notifications
55
* Plugin URI: https://codesolz.net/our-products/wordpress-plugin/ultimate-push-notifications/
66
* Description: Push notification solutions for Desktop and Mobile devices. This plugin sends push notifications to Mobile and Desktop from WooCommerce, WordPress and a lot of other useful plugin's events.
7-
* Version: 1.1.9
7+
* Version: 1.2.0
88
* Author: CodeSolz
99
* Author URI: https://www.codesolz.net
1010
* License: GPLv3
@@ -15,7 +15,7 @@
1515
* Requires At Least: 4.0
1616
* Tested Up To: 6.8
1717
* WC requires at least: 4.0
18-
* WC tested up to: 8.4
18+
* WC tested up to: 9.9
1919
*/
2020

2121

@@ -37,7 +37,7 @@ class Ultimate_Push_Notifications {
3737
*
3838
* @var String
3939
*/
40-
private static $version = '1.1.9';
40+
private static $version = '1.2.0';
4141

4242
/**
4343
* Hold version

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'codesolz/ultimate-push-notifications',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => 'e9d4fcec9d15a14be5d1639bb43b03f246e28eb8',
6+
'reference' => '21303c516cc6155ed8b83ccca91421ef71754364',
77
'type' => 'composer-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'codesolz/ultimate-push-notifications' => array(
1414
'pretty_version' => 'dev-master',
1515
'version' => 'dev-master',
16-
'reference' => 'e9d4fcec9d15a14be5d1639bb43b03f246e28eb8',
16+
'reference' => '21303c516cc6155ed8b83ccca91421ef71754364',
1717
'type' => 'composer-plugin',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

vendor/composer/platform_check.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
2020
}
2121
}
22-
trigger_error(
23-
'Composer detected issues in your platform: ' . implode(' ', $issues),
24-
E_USER_ERROR
22+
throw new \RuntimeException(
23+
'Composer detected issues in your platform: ' . implode(' ', $issues)
2524
);
2625
}

0 commit comments

Comments
 (0)