=== Tsjippy Daily Message ===
Contributors: tsjippy
Donate link: https://www.harmseninnigeria.nl/
Requires at least: 6.3
Tested up to: 7.0
Stable tag: 10.6.0
Requires PHP: 8.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Show a daily message on your website or send it through other channels to your audience. 

== Description ==
This plugin allows the creation of daily messages.<br>
These messages then can displayed on the website using the daily message block or send through other channels using the 'tsjippy-daily-message-send' hook.<br>
You can send a daily message easily on Signal Messenger using the tsjippy-signal plugin<br>
To make it easier to add daily messages you can add them in bulk using a parent post.<br>
Just add a post with the 'daily-message' post type that has multiple messages on seperate lines prepended with a date in any format.<br>
On post save these will be parsed into individual posts with the original post as parent.

== Hooks ==
== FILTERS ==
* tsjippy-daily-message: Filters the message for today
    * @param   string  $message    The message
* tsjippy-payer-after-message: Filters all message parameters
    * @param   array   $parameters Array containing the message, pictures, urls and user ids

== Actions ==
* tsjippy-daily-message-send
    * @param  string       $message    The daily message
    * @param  string|int   $recipient  The Signal group id, phonenumber of wp_user id
    * @param  array        $pictures   Pictures attached to the message

== Screenshots ==
1.

== Issues ==
Please file any issues on the wp forum or directly on Github: 
* [captcha](https://github.com/Tsjippy/captcha/issues)
* [shared functionality](https://github.com/Tsjippy/shared-functionality/issues)

== Frequently Asked Questions ==
* How many plugins are there in the tsjippy group?
  - 32 and counting!

== Changelog ==
## [10.6.0] - 2026-07-15




## [10.6.0] - 2026-07-15




## [10.5.0] - 2026-07-12


**Fixed**
* duplicate action name



## [10.4.0] - 2026-07-02




## [10.3.0] - 2026-06-21




## [10.2.0] - 2026-06-09


**Added**
* shared functionality loader

**Changed**
* comply to coding standards
* code layout
* _ to -
* namespaced all constants
* sanitize all posts and get vars
* moved inline style to scss file

**Fixed**
* spacing problem
* space before dot bug
* use pluginversion



## [10.1.0] - 2026-05-16


**Changed**
* force update of schedule after change

**Fixed**
* after update



## [10.0.0] - 2026-05-01


**Added**
* redirection to settings page on plugin activation

**Changed**
* main plugin name from sim-base to tsjippy-shared-functionality
* module to plugin
* exclude .vscode from releases
* updated github workflow versions



## [10.0.0] - 2026-05-01


**Added**
* redirection to settings page on plugin activation

**Changed**
* main plugin name from sim-base to tsjippy-shared-functionality
* module to plugin
* exclude .vscode from releases
* updated github workflow versions



## [8.0.0] - 2024-10-04




