Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3.0.0 #330

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
2 changes: 0 additions & 2 deletions .env

This file was deleted.

65 changes: 0 additions & 65 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,66 +1 @@
ChromePhp.php
onesignal-free-web-push-notifications.zip
views/images/settings/ParseToOneSignal.png
.vscode/

.map
**/*.map
onesignal-free-push-notifications.zip

### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio

*.iml

## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:

# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries

# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml

# Gradle:
# .idea/gradle.xml
# .idea/libraries

# Mongo Explorer plugin:
# .idea/mongoSettings.xml

## File-based project format:
*.ipr
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties

# Created by .ignore support plugin (hsz.mobi)

.DS_Store

onesignal-extra.php

docker-instance-files/*
# Expection to the rule as we need this files to modify plugin upload limits
!uploads.ini
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Modified MIT License

Copyright 2022 OneSignal
Copyright 2024 OneSignal

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 0 additions & 16 deletions PluginDevDockerUsage.md

This file was deleted.

12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
OneSignal WordPress Push Notification Plugin
OneSignal WordPress Plugin - v3.0.0
====================================
[OneSignal WordPress Plugin 3.0 – Documentation](https://documentation.onesignal.com/docs/wordpress-plugin-30)

OneSignal is a push notification service for web and mobile apps. This plugin makes it easy to integrate your WordPress site with OneSignal Push Notifications.
## Overview

- Download and install from the [WordPress Plugin Directory](https://wordpress.org/plugins/onesignal-free-web-push-notifications/)
- 🚀 Initialises the latest OneSignal Web SDK (v16).
- ⏩ Automatically sends Push Notifications when a WordPress post is published.
- 💬 Setup [prompts](https://documentation.onesignal.com/docs/permission-requests) within the OneSignal dashboard. No custom code required.
- 🧑‍🤝‍🧑 Choose which [Segment](https://documentation.onesignal.com/docs/segmentation) should recieve notifications for each post.
- 📑 [Web Topics](https://documentation.onesignal.com/docs/web-push-topic-collapsing) included by default.
- 📲 Send to mobile app subscribers, with an option to direct them to a different URL ([Deep Link](https://documentation.onesignal.com/docs/links#deep-linking)).
83 changes: 0 additions & 83 deletions css/onsignal-amp-style.css

This file was deleted.

34 changes: 0 additions & 34 deletions docker-compose.yml

This file was deleted.

5 changes: 0 additions & 5 deletions docker-instance-files/uploads.ini

This file was deleted.

34 changes: 0 additions & 34 deletions docker.sh

This file was deleted.

15 changes: 9 additions & 6 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<html>
<head>
<meta name="robots" content="noindex, nofollow">
</head>
<body>
Generated by <a href="https://wordpress.org/plugins/onesignal-free-web-push-notifications/" rel="nofollow">OneSignal</a>
</body>

<head>
<meta name="robots" content="noindex, nofollow">
</head>

<body>
Generated by <a href="https://wordpress.org/plugins/onesignal-free-web-push-notifications/" rel="nofollow">OneSignal</a>
</body>

</html>
Loading