You are here

CHANGELOG.txt in TinyBox (Simple Splash) 7.2

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
  2. 7 CHANGELOG.txt
7.x-1.0-alpha1:
- New: First version for Drupal 7
- New: Options to set Tinybox Width and Height to auto or fixed value
- New: Options to set custom CSS path

7.x-1.0-alpha2:
- New: Check if TinyBox library exists
- New: Options to enter TinyBox library path

7.x-1.0-alpha3:
- New: Support Content Type and Views as Splash source

7.x-1.0-alpha4:
- New: Support Splash Autohide
- New: Support Splash Session Timeout

7.x-1.0-beta1:
- New: Rearrange items on administration page
- Fix: Splash Screen displayed on admin page overlayed when F5 (Refresh) pressed

7.x-1.0-beta2:
- Fix: Check if overlay module exits and uid == 1

7.x-1.0:
- New: First stable version

7.x-1.1:
- Fix: Reupload

7.x-2.0:
- Fix: Reupload

7.x-2.1:
- New: Show Splash by user-define condition (use user supplied PHP code)
- Fix: add configure link to module list

7.x-2.2:
- Fix: typo on admin message if library not yet uploaded
- Fix: use safe_value to avoid XSS issue
 

File

CHANGELOG.txt
View source
  1. 7.x-1.0-alpha1:
  2. - New: First version for Drupal 7
  3. - New: Options to set Tinybox Width and Height to auto or fixed value
  4. - New: Options to set custom CSS path
  5. 7.x-1.0-alpha2:
  6. - New: Check if TinyBox library exists
  7. - New: Options to enter TinyBox library path
  8. 7.x-1.0-alpha3:
  9. - New: Support Content Type and Views as Splash source
  10. 7.x-1.0-alpha4:
  11. - New: Support Splash Autohide
  12. - New: Support Splash Session Timeout
  13. 7.x-1.0-beta1:
  14. - New: Rearrange items on administration page
  15. - Fix: Splash Screen displayed on admin page overlayed when F5 (Refresh) pressed
  16. 7.x-1.0-beta2:
  17. - Fix: Check if overlay module exits and uid == 1
  18. 7.x-1.0:
  19. - New: First stable version
  20. 7.x-1.1:
  21. - Fix: Reupload
  22. 7.x-2.0:
  23. - Fix: Reupload
  24. 7.x-2.1:
  25. - New: Show Splash by user-define condition (use user supplied PHP code)
  26. - Fix: add configure link to module list
  27. 7.x-2.2:
  28. - Fix: typo on admin message if library not yet uploaded
  29. - Fix: use safe_value to avoid XSS issue