DailyBrief is designed to solve two fundamental problems many new WordPress users find themselves with; first what to send people subscribing to a email newsletter and second when they first begin to publish on the blockchain; The dreaded SPAM label. Producing too many posts daily on steem hits a cultural bias many anti-abuse teams adhere to "More than 4 posts a day is always SPAM".
DailyBrief compiles a summary of all posts made during a particular day complete with featured images, meta information, and excerpts. It also creates a table of contents, inserts headers and footers with optional macros that auto-fill in article counts, tags and categories used in the processed articles.
Important: The plugin is primarily intended to be used alongside Exxp the WordPress to Hive integration solution. If you want to publish your daily briefs to steem you need to install Exxp first.
Note: This plugin requires PHP 5.6 or higher to be activated.
Note: Automated tests for PHP 5.6, 7.0, 7.1, 7.2, 7,3, 7.4 are made on each commit.
1.1.05 — 2 of June, 2021
- Fixed some stability issues in debug information.
1.1.01 — 1 of June, 2021
- Fixed typo in Helper plugin detection
1.1.00 — 27 of May, 2021
- Replaced integration of SteemPress with Exxp 2.6.8 plugin, plus added warnings if SteemPress plugin is still in use and disable publishing if that is the case.
1.0.40 — 3 of March, 2021
- Compatibility check with WP 5.5
1.0.39 — 24 of August, 2020
- Compatibility check with WP 5.5 and SteemPress 2.6.3.
1.0.38 — 11 of June, 2020
- Compatibility check with WP 5.4.2 and SteemPress 2.6.3.
1.0.37 — 8 of January, 2020
- Compatibility check for WP 5.3 and SteemPress 2.6.
1.0.36 — 30 of September, 2019
- Compatibility check for WP 5.2.3 and SteemPress 2.6.
1.0.35 — 10 of June, 2019
- Compatibility check for WP 5.2.1 and SteemPress 2.4.1.
1.0.34 — 5 of April, 2019
- Fix: More workarounds setting featured image of the post dynamically while using CDN etc.
1.0.33 — 4 of April, 2019
- Fix: Workaround for catching and setting featured image of the post dynamically while using CDN etc.
1.0.32 — 3 of April, 2019
- Fix: Show warning in debug screen if steempress is detected and post is too large.
1.0.31 — 1 of April, 2019
- Fix: Ensure character limit is only respected if SteemPress is installed and active, as there are other uses for DailyBrief.
- Add: Enable or Disable Article title links.
- Fix: Strip shortcodes from excerpts.
- Fix: Some display fixes in preview and generated posts.
- Fix: Make sure your text is smaller than 65280 characters.
1.0.30 — 18 of March, 2019
- Fix: Debug aside covered options screens on small screen devices.
- Fix: Fixed select2 JS error on multiple=true and removed it since it's not needed.
1.0.29 — 7 of March, 2019
- New: Enabled select2 & multiple focus categories.
1.0.28 — 26 of February, 2019
- Fix: Filled out some more information on how to get support.
1.0.27 — 26 of February, 2019
- Fix: To avoid conflicts change the default url suffix from campaign to utm_campaign, there seems to conflicts where campaign parameter causes 404's.
1.0.26 — 22 of February, 2019
- Fix: Add extra checks for missing CRON job, plugin not activated properly or upgraded without activate/deactivate.
1.0.25 — 22 of February, 2019
- Fix: Ensuring compatibility with Windows 5.1
- Fix: More preview window style fixes.
- New: Added generate manually now button to Preview window for those that really want to do things manually.
- Fix: An logical error in CRON pause resolved.
1.0.24 — 21 of February, 2019
- Fix: Rework Admin GUI & Try getting the timezone to display properly.
- Add: Make sidebar display debug information of Debug option is on.
1.0.23 — 20 of February, 2019
- Fix: Date selection for periods and single day to include hours
- Fix: Reorder Period selection fields plus adding more verbose debug information.
- Fix: Category exclusions
- Fix: Add new options to Internal CRON job.
1.0.22 — 19 of February, 2019
- Fix: Admin GUI layout and position of options.
- Fix: WP Cron activator / de-activator.
- New: Make cron_pause an option, pause post creation, this will skip post creation entirely.
1.0.21 — 14 of February, 2019
- Fix: Add try catch for scheduling timestamp in cron.
- New: Make cron_publish an option, this is practical if you're not quite ready with your setup or wish to pause creation of daily briefs.
1.0.20 — 13 of February, 2019
- Fix: Set internal CRON to fire "tomorrow" after midnight taking WP timezone into consideration.
1.0.19 — 8 of February, 2019
- New: Implement internal CRON to fire once a day for now. Should suffice for basic usage.
1.0.18 — 8 of February, 2019
- New: Implement focus category setting; Enable briefs about a particular subject.
1.0.17 — 8 of February, 2019
- Fix: Ensure that the category you post Daily Briefs to is always skipped from daily brief sourcing.
- Fix: User names now full names for readability on settings screens.
1.0.16 — 7 of February, 2019
- Improvement: Added Admin GUI preview for Dailybrief posts (steemit:ish version).
1.0.0 — 4 of January, 2019
- Improvement: Added Admin GUI for settings.
0.0.9 — 17 of December, 2018
- First initial WP_CLI version.