Changeset 1820875
- Timestamp:
- 02/12/2018 09:47:56 PM (8 years ago)
- File:
-
- 1 edited
-
katracker/trunk/README.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
katracker/trunk/README.txt
r1811415 r1820875 19 19 = Main Features = 20 20 * 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 available21 * 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 23 23 * Recent torrent widget 24 24 * Torrent thumbnails 25 * And more. 25 * And more... 26 26 27 27 = For Theme Developers = … … 29 29 30 30 = 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 :)32 31 * 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. 33 32 I'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. … … 58 57 59 58 = 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. In stead, 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: 61 60 * For the widget: katracker-widget.php and katracker-widget.css 62 61 * For the shortcode: katracker-shortcode.php and katracker-shortcode.css … … 71 70 72 71 == 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 73 81 = 1.0.9 = 74 82 * Fixed statistics in admin page
Note: See TracChangeset
for help on using the changeset viewer.