Browse Source

Build v2.5.4

Jay Salvat 4 years ago
parent
commit
a749e724fb
11 changed files with 13 additions and 9 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      README.md
  3. 1 1
      bower.json
  4. 1 1
      component.json
  5. 1 1
      dist/vegas.css
  6. 2 2
      dist/vegas.js
  7. 0 0
      dist/vegas.min.css
  8. 0 0
      dist/vegas.min.css.map
  9. 2 2
      dist/vegas.min.js
  10. 0 0
      dist/vegas.min.js.map
  11. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 ## CHANGE LOG
 
+### Vegas 2.5.4 2021-01-30
+
+* Use relative URL for overlay image (Thanks paescuj)
+
 ### Vegas 2.5.3 2020-12-18
 
 * Fix padding issue on Firefox (Thanks qzminski)

+ 1 - 1
README.md

@@ -71,7 +71,7 @@ License
 
 **The MIT License (MIT)**
 
-Copyright 2020 Jay Salvat
+Copyright 2021 Jay Salvat
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
     "name": "vegas",
-    "version": "2.5.3",
+    "version": "2.5.4",
     "main": [
         "dist/vegas.min.js",
         "dist/vegas.min.css"

+ 1 - 1
component.json

@@ -1,6 +1,6 @@
 {
     "name": "vegas",
-    "version": "2.5.3",
+    "version": "2.5.4",
     "description": "Vegas - Fullscreen Backgrounds and Slideshows.",
     "homepage": "http://vegas.jaysalvat.com",
     "author": "Jay Salvat",

+ 1 - 1
dist/vegas.css

@@ -22,7 +22,7 @@
 
 .vegas-overlay {
     opacity: .5;
-    background: transparent url("overlays/02.png") center center repeat;
+    background: transparent url("./overlays/02.png") center center repeat;
 }
 
 .vegas-timer {

+ 2 - 2
dist/vegas.js

@@ -1,10 +1,10 @@
 /*!-----------------------------------------------------------------------------
  * Vegas - Fullscreen Backgrounds and Slideshows.
- * v2.5.3 - built 2020-12-18
+ * v2.5.4 - built 2021-01-30
  * Licensed under the MIT License.
  * http://vegas.jaysalvat.com/
  * ----------------------------------------------------------------------------
- * Copyright (C) 2010-2020 Jay Salvat
+ * Copyright (C) 2010-2021 Jay Salvat
  * http://jaysalvat.com/
  * --------------------------------------------------------------------------*/
 

File diff suppressed because it is too large
+ 0 - 0
dist/vegas.min.css


File diff suppressed because it is too large
+ 0 - 0
dist/vegas.min.css.map


File diff suppressed because it is too large
+ 2 - 2
dist/vegas.min.js


File diff suppressed because it is too large
+ 0 - 0
dist/vegas.min.js.map


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vegas",
-  "version": "2.5.3",
+  "version": "2.5.4",
   "description": "Vegas - Fullscreen Backgrounds and Slideshows.",
   "homepage": "http://vegas.jaysalvat.com",
   "author": "Jay Salvat",

Some files were not shown because too many files changed in this diff