- Added new default responsive template (default_responsive)
- Added encTrailer.php to admin dir (encodes trailers for existing videos, similarly to how encMob.php encodes mobile copies)
- Added regenallthumbgals.php to admin dir (regenerates thumbnails for galleries, similarly to how regenallthumbs.php does for videos)
- Added API hookups for RedTube, PornHub, Tube8, and YouPorn for embedding/downloading. These can also be executed via cron to be automated, and in conjunction with cronPublish can run your site on autopilot.
- Added option to start tube scraper manually
- Added "404: Not Found" header on sorted pages that don't exist (ex: page10.html where the page numbers only go up to page9.html)
- Added pornstars to sitemap
- Added _getNumVideos(), _getNumPhotos() and _getNumUsers() functions which return an interger with the number of respective content.
- Removing from scraper queue now removes url from live running scraper instance
- Add single pornstar now checks for duplicate names
- Scrapers now add to channels/categories based on keywords
- Fixed localfile import on CSV Import
- Fixed Add Single Plug feature
- Fixed rating to allow 100%
- Updated GETID3 library (fixes strict-standards errors on encoder on php 5.4+)
- Various Bugfixes and Optimizations