dhtmlx-scheduler 6.0.1 → 6.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # dhtmlxScheduler #
2
2
 
3
3
  [![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)
4
- [![npm: v.6.0.1](https://img.shields.io/badge/npm-v.6.0.1-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler)
4
+ [![npm: v.6.0.2](https://img.shields.io/badge/npm-v.6.0.2-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler)
5
5
  [![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
6
6
 
7
7
  [dhtmlxScheduler](https://dhtmlx.com/docs/products/dhtmlxScheduler) is a JavaScript event calendar that allows you to add a Google-like scheduler to your web app or website.
@@ -101,7 +101,12 @@ Like our page on [Facebook](https://www.facebook.com/dhtmlx/)
101
101
 
102
102
  ## License ##
103
103
 
104
- <%= pkg.legalNote %>
104
+ dhtmlxScheduler v.6.0.2 Standard
105
+
106
+ To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
107
+
108
+ (c) XB Software Ltd.
109
+
105
110
 
106
111
  ## Useful links ##
107
112
 
package/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scheduler",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "homepage": "https://dhtmlx.com/docs/products/dhtmlxScheduler/",
5
5
  "description": "JavaScript event calendar. Allows to manage events and appointments in different views",
6
6
  "main": [
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @license
3
3
  *
4
- * dhtmlxScheduler v.6.0.1 Standard
4
+ * dhtmlxScheduler v.6.0.2 Standard
5
5
  *
6
6
  * To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
7
7
  *
@@ -995,7 +995,7 @@ export interface SchedulerConfigOptions {
995
995
  scroll_hour: number;
996
996
 
997
997
  /**
998
- * specifies the delimeter that will be used to separate several sections/units in the related data property of the event
998
+ * specifies the delimiter that will be used to separate several sections/units in the related data property of the event
999
999
  */
1000
1000
  section_delimiter: string;
1001
1001