Plugin Directory

Changeset 2322204


Ignore:
Timestamp:
06/11/2020 10:57:42 AM (6 years ago)
Author:
dfroberg
Message:

Update to commit a835ab2 from https://gitlab.froberg.org/dfroberg/dailybrief.git

Includes the following commit(s):

commit a835ab2dc57920de0e6bb02e9a77d1f2daaefab1
Author: Danny Froberg <danny@…>

  • Compatibility check with WP 5.4.2 and SteemPress 2.6.3.

M dailybrief.php
M readme.md
M readme.txt

commit 30a74b1ca791be34fde27005cf6dc3d40454c1d0
Author: Danny Froberg <danny@…>

  • Compatibility check for WP 5.3 and SteemPress 2.6.

M dailybrief.php
M readme.md
M readme.txt

Location:
dailybrief/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dailybrief/trunk/dailybrief.php

    r2165691 r2322204  
    1616 * Plugin URI:        https://github.com/dfroberg/dailybrief
    1717 * Description:       WordPress plugin with WP-CLI support to generate a daily brief of a previous day or periods posts.
    18  * Version:           1.0.36
     18 * Version:           1.0.38
    1919 * Author:            Daniel Froberg
    2020 * Author URI:        https://www.froberg.org
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'DAILYBRIEF_VERSION', '1.0.36' );
     38define( 'DAILYBRIEF_VERSION', '1.0.38' );
    3939
    4040if ( defined( 'WP_CLI' ) && WP_CLI ) {
  • dailybrief/trunk/readme.md

    r2165691 r2322204  
    66
    77**Contributors:** [dfroberg](http://profiles.wordpress.org/dfroberg) 
    8 **Tags:** [content+generation](http://wordpress.org/plugins/tags/content+generation), [generation](http://wordpress.org/plugins/tags/generation), [steem](http://wordpress.org/plugins/tags/steem), [blockchain](http://wordpress.org/plugins/tags/blockchain), [steemit](http://wordpress.org/plugins/tags/steemit), [briefs](http://wordpress.org/plugins/tags/briefs
     8**Tags:** [content+generation](http://wordpress.org/plugins/tags/content+generation), [generation](http://wordpress.org/plugins/tags/generation), [steem](http://wordpress.org/plugins/tags/steem), [blockchain](http://wordpress.org/plugins/tags/blockchain), [hive](http://wordpress.org/plugins/tags/hive), [briefs](http://wordpress.org/plugins/tags/briefs), [monetization](http://wordpress.org/plugins/tags/monetization
    99**Requires at least:** 4.7 
    10 **Tested up to:** 5.2.1 
     10**Tested up to:** 5.4.2 
    1111**Stable tag:** trunk (master) 
    1212**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) 
     
    9393
    9494## Changelog ##
     95
     96### 1.0.38 &mdash; 11 of June, 2020 ###
     97* Compatibility check with WP 5.4.2 and SteemPress 2.6.3.
     98
     99### 1.0.37 &mdash; 8 of January, 2020 ###
     100* Compatibility check for WP 5.3 and SteemPress 2.6.
    95101
    96102### 1.0.36 &mdash; 30 of September, 2019 ###
  • dailybrief/trunk/readme.txt

    r2165691 r2322204  
    22Contributors:      dfroberg
    33Donation Link:     https://steemit.com/@dfroberg
    4 Tags:              content+generation, generation, steem, blockchain, steemit, briefs
     4Tags:              content+generation, generation, steem, blockchain, hive, briefs, monetization
    55Requires at least: 4.7
    6 Tested up to:      5.2.1
     6Tested up to:      5.4.2
    77Stable tag:        trunk
    88License:           GPLv2 or later
     
    8585
    8686== Changelog ==
     87= 1.0.38 &mdash; 11 of June, 2020 =
     88* Compatibility check with WP 5.4.2 and SteemPress 2.6.3.
     89
     90= 1.0.37 &mdash; 8 of January, 2020 =
     91* Compatibility check for WP 5.3 and SteemPress 2.6.
    8792
    8893= 1.0.36 &mdash; 30 of September, 2019 =
Note: See TracChangeset for help on using the changeset viewer.