locizify 6.0.9 → 6.0.11

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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### 6.0.11
2
+
3
+ - update i18next-locize-backend dep
4
+
5
+ ### 6.0.10
6
+
7
+ - update i18next and locize deps
8
+
1
9
  ### 6.0.9
2
10
 
3
11
  - update locize plugin
package/README.md CHANGED
@@ -12,8 +12,8 @@ Just drop the following line to your header to deliver your content in any langu
12
12
  id="locizify"
13
13
  projectid="[PROJECT_ID]"
14
14
  apikey="[API_KEY]"
15
- src="https://unpkg.com/locizify@^6.0.7"
16
- autopilot
15
+ src="https://unpkg.com/locizify@^6.0.11"
16
+ autopilot="true"
17
17
  ></script>
18
18
 
19
19
  <!-- or -->
@@ -21,8 +21,8 @@ Just drop the following line to your header to deliver your content in any langu
21
21
  id="locizify"
22
22
  projectid="[PROJECT_ID]"
23
23
  apikey="[API_KEY]"
24
- src="https://cdn.jsdelivr.net/npm/locizify@^6.0.7"
25
- autopilot
24
+ src="https://cdn.jsdelivr.net/npm/locizify@^6.0.11"
25
+ autopilot="true"
26
26
  ></script>
27
27
 
28
28
  ```
@@ -69,7 +69,7 @@ Add the script to your page:
69
69
  id="locizify"
70
70
  projectid="[PROJECT_ID]"
71
71
  apikey="[API_KEY]"
72
- src="https://unpkg.com/locizify@^5.3.1"
72
+ src="https://unpkg.com/locizify@^6.0.11"
73
73
  autopilot
74
74
  ></script>
75
75
  </head>
@@ -102,7 +102,7 @@ Add the script to your page:
102
102
  apikey="[API_KEY]"
103
103
  referencelng="[LNG]"
104
104
  fallbacklng="[LNG]"
105
- src="https://unpkg.com/locizify@^5.4.0"
105
+ src="https://unpkg.com/locizify@^6.0.11"
106
106
 
107
107
  // all custom attributes can also be prefixed with data-
108
108
  // data-projectid="[PROJECT_ID]"
@@ -132,7 +132,7 @@ Add the script to your page:
132
132
  <!DOCTYPE html>
133
133
  <html>
134
134
  <head>
135
- <script src="https://unpkg.com/locizify@^5.4.0"></script>
135
+ <script src="https://unpkg.com/locizify@^6.0.11"></script>
136
136
  <script>
137
137
  locizify.init({
138
138
  // required