Skip to content

Commit 511e6fb

Browse files
authored
Merge pull request #328 from OneSignal/rel/2.4.4
2.4.4 Release Commit
2 parents d4bf15a + e38bb5b commit 511e6fb

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.3'
22

33
services:
44
db:
5-
image: mysql:5.7
5+
image: mysql:8.0
66
volumes:
77
- db_data:/var/lib/mysql
88
restart: always
@@ -15,7 +15,7 @@ services:
1515
wordpress:
1616
depends_on:
1717
- db
18-
image: wordpress:5.6
18+
image: wordpress:6.5
1919
ports:
2020
- "${WORDPRESS_HTTP_PORT}:80"
2121
restart: always

onesignal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Plugin Name: OneSignal Push Notifications
77
* Plugin URI: https://onesignal.com/
88
* Description: Free web push notifications.
9-
* Version: 2.4.2
9+
* Version: 2.4.4
1010
* Author: OneSignal
1111
* Author URI: https://onesignal.com
1212
* License: MIT

readme.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: OneSignal
33
Donate link: https://onesignal.com
44
Tags: push notification, push notifications, desktop notifications, mobile notifications, chrome push, android, android notification, android notifications, android push, desktop notification, firefox, firefox push, mobile, mobile notification, notification, notifications, notify, onesignal, push, push messages, safari, safari push, web push, chrome
55
Requires at least: 3.8
6-
Tested up to: 6.2
7-
Stable tag: 2.4.2
6+
Tested up to: 6.5
7+
Stable tag: 2.4.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -64,6 +64,14 @@ OneSignal is trusted by over 1.8M+ developers and marketing strategists. We powe
6464

6565
== Changelog ==
6666

67+
= 2.4.4 =
68+
- Update "Tested up to" Wordpress version to 6.5
69+
- Update OneSignal plugin menu icon
70+
71+
= 2.4.3 =
72+
- Update async attribute
73+
- Update setup video link
74+
6775
= 2.4.2 =
6876
- Update OneSignal icons
6977

0 commit comments

Comments
 (0)