Skip to content

Releases: topherPedersen/tube.php

tube.php Version 2.0.0

11 Jan 05:11
2010de1
Compare
Choose a tag to compare

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

10 May 04:35
Compare
Choose a tag to compare

"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

08 May 05:12
Compare
Choose a tag to compare

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

08 May 02:38
Compare
Choose a tag to compare

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

07 May 15:40
Compare
Choose a tag to compare

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

04 May 22:40
Compare
Choose a tag to compare

Condensed App to Essentially 2 Files + 1 SQL File to Setup Database

tube.php Version 1.0.5

04 May 19:48
Compare
Choose a tag to compare

Cleaned Up Code Base, Added Better Comments

tube.php Version 1.0.4

04 May 17:11
Compare
Choose a tag to compare

Cleaning Up the Code Base

tube.php Version 1.0.3

04 May 03:40
Compare
Choose a tag to compare

Removed Infinite Scroll Feature

tube.php Version 1.0.2

03 May 03:44
Compare
Choose a tag to compare

"Done is better than perfect"