Changeset 2311234
- Timestamp:
- 05/24/2020 10:03:17 PM (6 years ago)
- File:
-
- 1 edited
-
dashpress/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dashpress/trunk/readme.txt
r2291369 r2311234 1 1 === DashPress === 2 2 Contributors : arena 3 Donate link: https://paypal.me/arenaut 3 4 Tags : Feed, Aggregator, SimplePie, Widget, Dashboard, Wordpress, Plugin, Management 4 5 Requires at least : 5.0 5 Tested up to : 5.2 6 Tested up to : 5.4 7 Stable tag : 5.0 6 8 Requires PHP : 7.0 7 Stable tag : 4.18 9 License : WTFPL license 9 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andre%2erenaut%40gmail%2ecom&lc=US&item_name=DashPress&item_number=gg&amount=5%2e00¤cy_code=EUR¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest10 11 10 12 11 Allows you to display the last items of several feeds on your dashboard … … 14 13 == Description == 15 14 16 **Allows you**to display the last items of several feeds in your dashboard15 Allows you to display the last items of several feeds in your dashboard 17 16 18 17 For *each* widget, **aggregates** as much feeds as you like (1 to 10) and display the last items (3 to 99). Up to **9** different DashPress widgets on your Dashboard !!! 19 18 20 Version 4.0 totally reviewed ( ajax, wp.template ... )!19 Version 5.0 includes a complete widget javascript review ! 21 20 22 21 == Installation == 23 22 24 1. **Extract** all files from the ZIP file, making sure to keep the file structure intact. 25 1. Upload it in your plugin directory (e.g. `/wp-content/plugins/`). 26 1. **See Also:** ["Installing Plugins" article on the WP Codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins) 27 1. Then just visit your admin area and activate the plugin. 23 1. Upload the plugin files and folder to your plugin directory 24 1. Activate the plugin through the 'Plugins' screen in WordPress 25 1. Visit your dashboard 28 26 29 27 == Frequently Asked Questions == 30 * 28 29 see wordpress.org/support/plugin/dashpress/ 31 30 32 31 == Screenshots == … … 37 36 38 37 == Upgrade notice == 39 * 38 39 n/a 40 40 41 41 == Next features == 42 42 43 Could be a nicer transition between widget content and configuration form. 44 43 to be decided 45 44 46 45 == Privacy == 47 46 48 47 This plugin : 49 1. is storing data : 48 1. display images from external sites if set. This external service might collect personal data. 49 2. is storing data : 50 50 * parameters for each dashpress widget 51 51 * caching rss feeds 52 2. is using external libraries52 3. is using external libraries 53 53 * SimplePie (php class) provided by WordPress (core) 54 54 55 55 == Changelog == 56 56 57 4.1 2019/04/10 fixing minor bug 57 = 5.0 = 58 58 59 4.0 2019/01/13 everything reviewed from top to bottom : 60 * more ajax 61 * use of wp.template ... 59 2020/05/25 a nicer transition between content and form 60 * readme.txt reviewed 61 * complete review of javascript 62 * new cache class ! 63 * not looking for images into text anymore (time and cpu consuming) 64 * paypal intrusive form replaced by a link (+ local image) (GDPR, Privacy By Design, Please donate) 65 * 10th anniversary this year ! 62 66 63 3.9 2018/02/19 several improvements 64 * new thumbnail search with extended SimplePie Item class 65 * changing deprecated calls of SimplePie extended classes 67 = 4.1 = 66 68 67 3.8 2017/02/14 sometimes post title is empty ... 69 2019/04/10 fixing minor bug 68 70 69 3.7 2016/10/29 wp 4.7 compatibility (class-feed file removed) 71 = 4.0 = 70 72 71 3.6 2016/04/23 wp 4.5 compatibility 73 2019/01/13 everything reviewed from top to bottom : 74 * more ajax 75 * use of wp.template ... 72 76 73 3.2 2011/08/01 wp 3.2 compatibility 77 = 3.9 = 74 78 75 3.1 2010/12/21 first release 79 2018/02/19 several improvements 80 * new thumbnail search with extended SimplePie Item class 81 * changing deprecated calls of SimplePie extended classes 82 83 = 3.8 = 84 85 2017/02/14 sometimes post title is empty ... 86 87 = 3.7 = 88 89 2016/10/29 wp 4.7 compatibility (class-feed file removed) 90 91 = 3.6 = 92 93 2016/04/23 wp 4.5 compatibility 94 95 = 3.2 = 96 97 2011/08/01 wp 3.2 compatibility 98 99 = 3.1 = 100 101 2010/12/21 first release
Note: See TracChangeset
for help on using the changeset viewer.