Skip to content

Releases: dynamiccookies/Simple-Backup-Utility

v1.3.0

07 Aug 03:24
3fd074b
Compare
Choose a tag to compare

✨ New Features

🛠️ Fixes

  • 0011ced Update README.md
  • 9bd9cfe Replace double quotes with single quotes
  • affaaf0 Hide pagination controls when 5 or fewer records (#55)
  • 2b3e7de Fix conditionally showing pagination controls (#55)
  • 4d28086 Conditionally hide perPageSelect options (#55)

Full Changelog: v1.2.3...v1.3.0

v1.2.3

01 Aug 02:29
00a3464
Compare
Choose a tag to compare

🛠️ Fixes

Full Changelog: v1.2.2...v1.2.3

v1.2.2

19 Jul 20:23
c10001a
Compare
Choose a tag to compare

🛠️ Fixes

  • 1b303ab Add missing semicolon in CSS
  • 1cbf4ca Replace CSS hex color codes with color keywords
  • afe0ea0 Update CSS alignment and spacing
  • b247c03 Update LICENSE
  • 202362f Increment version to v1.2.2

v1.2.1

18 Jul 21:40
298f8a4
Compare
Choose a tag to compare

🛠️ Fixes

Full Changelog: v1.2.0...v1.2.1

v1.2.0

18 Jul 13:50
0232b3f
Compare
Choose a tag to compare

✨ New Features

  • 1337cab Add multiple folder deletion feature (#44)
  • 42bace7 Change Backup Folder column name to Name
  • 22911a8 Increment version to v1.2.0

🛠️ Fixes

  • 46da0f5 Update first column CSS (#44)
  • fa0aabe Remove unnecessary margin calculations

Full Changelog: v1.1.2...v1.2.0

v1.1.2

16 Jul 15:26
5aacaac
Compare
Choose a tag to compare

✨ New Features

  • dc6fad9 Arrange checkboxes horizontally (#39)
  • c6fc2dc Sort checkboxes by case-insensitive folder names (#40)
  • 9fa2b74 Increment version to v1.1.2

🛠️ Fixes

  • 5766e41 Update PHP variables (#20)
  • 4112b40 Replace double quotes with single quotes (#20)
  • cf294cd Use PHP short echo tag (#20)
  • 16d4a95 Add blank line before function returns (#20)
  • 7332d40 Added blank lines to case statement (#20)
  • 04d8512 Update comments (#20)
  • f494a16 Add comments for ambiguous numbers (#20)
  • 3a672e4 Decrease line length (#20)
  • 353e3ba Update get_latest_release_tag() function
  • 3495524 Update $message_color variable
  • 7738700 Update compare_versions() function
  • ac5177b Updated code spacing and comment
  • ea08b62 Updated embedded PHP in HTML section
  • 6fcce98 Fix bug and HTML formatting
  • a7e0d3b Alphabetize $_POST[] checks
  • d2b8176 Clarify JavaScript comments
  • 84436de Adjust spacing
  • bc2ea3c Replaced $current_dir variable with __DIR__
  • ba8036b Conditionally show message CSS & JavaScript (#43)
  • 9136008 Conditionally show Existing Backups JavaScript (#43)
  • b1b1cf5 Disconnect combined CSS for button.backup & .message
  • a29dd86 Conditionally show Existing Backups CSS (#43)
  • 8549e6d Fix bug when $backup_folders moved
  • c1c2cca Fix undefined variable bug

Full Changelog: v1.0.0...v1.1.2

v1.0.0

10 Jul 21:08
97cf841
Compare
Choose a tag to compare

✨ New Features

  • 0896c07 Add 10 second fade out to message box (#31)
  • 3d0b3d5 Set time zone from local browser (#25)
  • 96ca93a Split backup name into two columns (#10)
  • 6787d72 Increment version to v1.0.0!!

🛠️ Fixes

  • c9294c6 Fix checkboxes expanding beyond container edges (#34)
  • f20888d Increase margin around checkboxes (#33)
  • 80d2925 Fix error when message element missing (#36)
  • 4596eb2 Fix container can shrink smaller than contents (#35)
  • 01030bf Fix margin bug (#35)
  • 01e3aa0 Update comment text
  • fb405eb Update disappearing message timeout
  • 7ef5ffe Remove comma from date
  • 55356d7 Remove unnecessary spaces

🐛 Known Bugs

  • None!! 🎉

Full Changelog: v0.3.0...v1.0.0

v0.3.0

07 Jul 22:52
d0c3b3b
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

✨ New Features

  • 8648400 Replaced folder buttons with checkboxes (#11)
  • a999b38 Hide Existing Backups when none exist (#19)
  • 54dace7 Increment version to v0.3.0

🛠️ Fixes

  • 4e563d5 Removed unnecessary $destination variable (#23)
  • d305474 Added $green variable for $messageColor
  • 46c4a17 Fixed backup message and count issues (#21) & (#27)
  • 3f94394 Add new features to README (#28)

🐛 Known Bugs

  • Hardcoded CST time zone (#25)

Full Changelog: v0.2.1...v0.3.0

v0.2.1

06 Jul 19:15
e484358
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

✨ New Features

  • 4c55f27 Update message container formatting (#9) & (#12)
  • 196d660 Added version number and check for updates (#5)
  • 067d3e5 Add confirmation when deleting a backup (#7)
  • b8351e2 Add test deployment
  • d369a36 Add clickable update feature (#15)

🛠️ Fixes

  • 2536d27 Fix table alternating row background colors (#1)
  • d6adf3d Update version message text and formatting
  • acfd5ce Update commenting (#18)
  • 61d8403 Update line spacing and tabs
  • 680abf9 Remove unnecessary $input_name variable
  • 0635ca8 Fixed Existing Backups table not updating (#22)

🐛 Known Bugs

  • Backup button extend off page (#11)
  • Backing up empty folder gives "Failed to create" error message (#21)
  • Hardcoded CST time zone (#25)

Full Changelog: v0.1.0...v0.2.1

First Pre-Release! - v0.1.0

21 Jun 18:44
fce575c
Compare
Choose a tag to compare
Pre-release

While this release is fully functioning, there are still multiple outstanding changes before v1.0.0 will be ready.