Plugin Directory

Changeset 2311234


Ignore:
Timestamp:
05/24/2020 10:03:17 PM (6 years ago)
Author:
arena
Message:

DashPress v5.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dashpress/trunk/readme.txt

    r2291369 r2311234  
    11=== DashPress ===
    22Contributors : arena
     3Donate link: https://paypal.me/arenaut
    34Tags : Feed, Aggregator, SimplePie, Widget, Dashboard, Wordpress, Plugin, Management
    45Requires at least : 5.0
    5 Tested up to : 5.2
     6Tested up to : 5.4
     7Stable tag : 5.0
    68Requires PHP : 7.0
    7 Stable tag : 4.1
    89License : 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&currency_code=EUR&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest
    10 
    1110
    1211Allows you to display the last items of several feeds on your dashboard
     
    1413== Description ==
    1514
    16 **Allows you** to display the last items of several feeds in your dashboard
     15Allows you to display the last items of several feeds in your dashboard
    1716
    1817For *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 !!!
    1918
    20 Version 4.0 totally reviewed ( ajax, wp.template ... ) !
     19Version 5.0 includes a complete widget javascript review !
    2120
    2221== Installation ==
    2322
    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.
     231. Upload the plugin files and folder to your plugin directory
     241. Activate the plugin through the 'Plugins' screen in WordPress
     251. Visit your dashboard
    2826
    2927== Frequently Asked Questions ==
    30 *
     28 
     29see wordpress.org/support/plugin/dashpress/
    3130
    3231== Screenshots ==
     
    3736
    3837== Upgrade notice ==
    39 *
     38
     39n/a
    4040
    4141== Next features ==
    4242
    43 Could be a nicer transition between widget content and configuration form.
    44 
     43to be decided
    4544
    4645== Privacy ==
    4746
    4847This plugin :
    49 1. is storing data :
     481. display images from external sites if set. This external service might collect personal data.
     492. is storing data :
    5050    * parameters for each dashpress widget
    5151    * caching rss feeds
    52 2. is using external libraries
     523. is using external libraries
    5353    * SimplePie (php class) provided by WordPress (core)
    5454
    5555== Changelog ==
    5656
    57  4.1        2019/04/10 fixing minor bug
     57= 5.0 =
    5858
    59  4.0        2019/01/13 everything reviewed from top to bottom :
    60         * more ajax
    61         * use of wp.template ...
     592020/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 !
    6266
    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 =
    6668
    67  3.8            2017/02/14 sometimes post title is empty ...
     692019/04/10 fixing minor bug
    6870
    69  3.7            2016/10/29 wp 4.7 compatibility (class-feed file removed)
     71= 4.0 =
    7072
    71  3.6            2016/04/23 wp 4.5 compatibility
     732019/01/13 everything reviewed from top to bottom :
     74* more ajax
     75* use of wp.template ...
    7276
    73  3.2        2011/08/01 wp 3.2 compatibility
     77= 3.9 =
    7478
    75  3.1        2010/12/21 first release
     792018/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
     852017/02/14 sometimes post title is empty ...
     86
     87= 3.7 =
     88
     892016/10/29 wp 4.7 compatibility (class-feed file removed)
     90
     91= 3.6 =
     92
     932016/04/23 wp 4.5 compatibility
     94
     95= 3.2 =
     96
     972011/08/01 wp 3.2 compatibility
     98
     99= 3.1 =
     100
     1012010/12/21 first release
Note: See TracChangeset for help on using the changeset viewer.