Changeset 2322204
- Timestamp:
- 06/11/2020 10:57:42 AM (6 years ago)
- Location:
- dailybrief/trunk
- Files:
-
- 3 edited
-
dailybrief.php (modified) (2 diffs)
-
readme.md (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dailybrief/trunk/dailybrief.php
r2165691 r2322204 16 16 * Plugin URI: https://github.com/dfroberg/dailybrief 17 17 * Description: WordPress plugin with WP-CLI support to generate a daily brief of a previous day or periods posts. 18 * Version: 1.0.3 618 * Version: 1.0.38 19 19 * Author: Daniel Froberg 20 20 * Author URI: https://www.froberg.org … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'DAILYBRIEF_VERSION', '1.0.3 6' );38 define( 'DAILYBRIEF_VERSION', '1.0.38' ); 39 39 40 40 if ( defined( 'WP_CLI' ) && WP_CLI ) { -
dailybrief/trunk/readme.md
r2165691 r2322204 6 6 7 7 **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) 9 9 **Requires at least:** 4.7 10 **Tested up to:** 5. 2.110 **Tested up to:** 5.4.2 11 11 **Stable tag:** trunk (master) 12 12 **License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) … … 93 93 94 94 ## Changelog ## 95 96 ### 1.0.38 — 11 of June, 2020 ### 97 * Compatibility check with WP 5.4.2 and SteemPress 2.6.3. 98 99 ### 1.0.37 — 8 of January, 2020 ### 100 * Compatibility check for WP 5.3 and SteemPress 2.6. 95 101 96 102 ### 1.0.36 — 30 of September, 2019 ### -
dailybrief/trunk/readme.txt
r2165691 r2322204 2 2 Contributors: dfroberg 3 3 Donation Link: https://steemit.com/@dfroberg 4 Tags: content+generation, generation, steem, blockchain, steemit, briefs4 Tags: content+generation, generation, steem, blockchain, hive, briefs, monetization 5 5 Requires at least: 4.7 6 Tested up to: 5. 2.16 Tested up to: 5.4.2 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 85 85 86 86 == Changelog == 87 = 1.0.38 — 11 of June, 2020 = 88 * Compatibility check with WP 5.4.2 and SteemPress 2.6.3. 89 90 = 1.0.37 — 8 of January, 2020 = 91 * Compatibility check for WP 5.3 and SteemPress 2.6. 87 92 88 93 = 1.0.36 — 30 of September, 2019 =
Note: See TracChangeset
for help on using the changeset viewer.