Releases: topherPedersen/tube.php
tube.php Version 2.0.0
After two years, I ended up needing to use tube.php again and discovered that PHP 7 had introduced changes which broke version 1 of tube.php which was developed for PHP 5. I just finished fixing tube.php and it is now compatible with PHP 7! If you happen to stumble upon this project and wish to use it, make sure to use v2 of tube.php as v1 no longer works with the most recent releases of PHP.
tube.php Version 1.4.0
"Done is Better than Perfect"
Note: I'm done messing with version 1 of tube.php. It's been a fun little project; maybe I'll revist it someday, and build a version 2. But for now, it's on to the next project!
tube.php Version 1.3.0
tube.php version 1 features and functionality are now complete. After 8 movies have been uploaded to the filesystem, the app will begin deleting the oldest movie from the filesystem and database as each new movie is uploaded. In essence, the app will now maintain only the 8 most recently uploaded videos. This feature was added for maintainability purposes, as server space is expensive!
tube.php Version 1.2.1
Web app currently limits the movie database size to 8 movies. However, code still needs to be written to remove the movies from the filesystem, and not just the database.
tube.php Version 1.2.0
Added Functionality: The web app will limit the movie database size to 8 movies. However, code still needs to be written to remove the movies from the filesystem, and not just the movie database.
tube.php Version 1.1.0
Condensed App to Essentially 2 Files + 1 SQL File to Setup Database
tube.php Version 1.0.5
Cleaned Up Code Base, Added Better Comments
tube.php Version 1.0.4
Cleaning Up the Code Base
tube.php Version 1.0.3
Removed Infinite Scroll Feature
tube.php Version 1.0.2
"Done is better than perfect"