Plugin Directory

Changeset 1820875


Ignore:
Timestamp:
02/12/2018 09:47:56 PM (8 years ago)
Author:
xnicoco
Message:

updated README.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • katracker/trunk/README.txt

    r1811415 r1820875  
    1919= Main Features =
    2020* Upload and manage torrent files
    21 * Use a private tracker wich tracks only torrents uploaded to it, or an open tracker that tracks every torrent announced to it.
    22 * Use shortcodes to include a torrent in post, or to list all torrents available
     21* Use a private tracker to tracks only uploaded torrents, or an open tracker to tracks every torrent announced to the tracker
     22* Use shortcodes to include a torrent in post, or to list all available torrents
    2323* Recent torrent widget
    2424* Torrent thumbnails
    25 * And more.
     25* And more...
    2626
    2727= For Theme Developers =
     
    2929
    3030= License Notes =
    31 * This plugin is offered for free, and I put a lot of efforts to make it a really good solution. The only thing I ask is if you can link back in a review and show me what you've done with it (you don't have to, but I'll appreciate it). That way I'll see how it is used and will know how to improve it, and also be a little bit proud of my work :)
    3231* Most of the tracker is licensed under GPLv2 License, but the tracker core and the torrent file class are licensed under GPLv3 or later license.
    3332I've included that license file as well as GPLv3 in the main plugin directory, and added a special notes in the header of every file using that license.
     
    5857
    5958= For wordpress theme developers =
    60 * If you want to override the widget or the shortcode implementations and stylesheets, don't edit the files in the plugin directory as they will revert every time the plugin is updated. Instead, include in your theme directory a copy of the following files:
     59* If you want to override the widget or the shortcode implementations and stylesheets, don't edit the files in the plugin directory as they will revert every time the plugin is updated. Include in your theme directory a copy of the following files, and edit them instead:
    6160* For the widget: katracker-widget.php and katracker-widget.css
    6261* For the shortcode: katracker-shortcode.php and katracker-shortcode.css
     
    7170
    7271== Changelog ==
     72= 1.1.12 =
     73* Fixed default torrent post titles on upload (torrent will use internal name instead of hash for default post titles)
     74
     75= 1.1.1 =
     76* Fixed 'append' options for torrent announces and comments
     77
     78= 1.1.0 =
     79* Fixed torrent file type upload for wordpress 4.8+
     80
    7381= 1.0.9 =
    7482* Fixed statistics in admin page
Note: See TracChangeset for help on using the changeset viewer.