Sfoglia il codice sorgente

comment about internalApiVersion protocol

Adam Shaw 9 anni fa
parent
commit
df4c6b41c8
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/main.js

+ 3 - 0
src/main.js

@@ -1,6 +1,9 @@
 
 
 var FC = $.fullCalendar = {
 var FC = $.fullCalendar = {
 	version: "<%= version %>",
 	version: "<%= version %>",
+	// When introducing internal API incompatibilities (where fullcalendar plugins would break),
+	// the minor version of the calendar should be upped (ex: 2.7.2 -> 2.8.0)
+	// and the below integer should be incremented.
 	internalApiVersion: 8
 	internalApiVersion: 8
 };
 };
 var fcViews = FC.views = {};
 var fcViews = FC.views = {};