Explorar el Código

update changelog/meta for 1.6.1

Adam Shaw hace 13 años
padre
commit
a0c27fd143
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 5 0
      changelog.txt
  2. 1 1
      fullcalendar.jquery.json

+ 5 - 0
changelog.txt

@@ -1,4 +1,9 @@
 
+version 1.6.1 (4/14/13)
+	- fixed event inner content overflow bug (issue 1783)
+	- fixed table header className bug (1772)
+	- removed text-shadow on events (better for general use, thx tkrotoff)
+
 version 1.6.0 (3/18/13)
 	- visual facelift, with bootstrap-inspired buttons and colors
 	- simplified HTML/CSS for events and buttons

+ 1 - 1
fullcalendar.jquery.json

@@ -1,6 +1,6 @@
 {
   "name": "fullcalendar",
-  "version": "1.6.0",
+  "version": "1.6.1",
   "dependencies": {
     "jquery": "~1.9.1"
   },