diff --git a/README.md b/README.md index c538028..2f966c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Meme Machine -## Current Version: v0.3.0-beta +## Current Version: v0.3.5-beta ## Overview @@ -16,30 +16,30 @@ Users are then able to browse the memes using the categories, and in future vers ## Changelog +### v0.3.5-beta - April 7, 2016 + +- Categories are now a drop-down box rather than an incoherent table +- More categories added (Laugh/Laughing, Fite Me, Spongebob, Racist) + ### v0.3.0-beta - April 4, 2016 - - Added "Search" function - - More categories added +- Added "Search" function +- More categories added ### v0.2 BETA - April 2, 2016 - - Second release - - Project now open source! +- Second release + - Project now open source! - - Added "Browse" - - Ability to browse all memes - - Ability to browse memes by category +- Added "Browse" + - Ability to browse all memes + - Ability to browse memes by category ### v0.1 Pre-BETA - April 1, 2016 - - Initial Release +- Initial Release - - Added "Upload" - - Ability to upload images up to 75MiB - - Ability to specify a name/description of meme - - Ablilty to select a category - -## Cloning and Running - -Clone the repository to a directory on your website. Change the appropriate files so that your database is being accessed with your credentials. Make a folder called "uploads" or change the code to suit your needs - +- Added "Upload" + - Ability to upload images up to 75MiB + - Ability to specify a name/description of meme + - Ablilty to select a category diff --git a/browse/browse.php b/browse/browse.php index 3238bc2..588c1e0 100644 --- a/browse/browse.php +++ b/browse/browse.php @@ -32,7 +32,7 @@ if (!$conn) { } -if(isset($_POST["browse"]) && $var) { // If "Browse" is pressed +if(isset($_POST["browse"]) && $_POST["memeCategory"]) { // If "Browse" is pressed echo '