@innovastudio/contentbuilder 1.5.15 → 1.5.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -486,4 +486,5 @@ _txt["Embed SVG"] = "Embed SVG";
486
486
  _txt["SVG"] = "SVG";
487
487
  _txt["Page Options"] = "Page Options";
488
488
  _txt["Print"] = "Print";
489
- _txt["Page"] = "Page";
489
+ _txt["Page"] = "Page";
490
+ _txt["Auto layout on mobile"] = "Auto layout on mobile";
@@ -486,4 +486,5 @@ _txt["Embed SVG"] = "Embed SVG";
486
486
  _txt["SVG"] = "SVG";
487
487
  _txt["Page Options"] = "Page Options";
488
488
  _txt["Print"] = "Print";
489
- _txt["Page"] = "Page";
489
+ _txt["Page"] = "Page";
490
+ _txt["Auto layout on mobile"] = "Auto layout on mobile";
package/readme.txt CHANGED
@@ -1,4 +1,4 @@
1
- ContentBuilder.js 5.4.4
1
+ ContentBuilder.js 5.5
2
2
 
3
3
  Note: If you have Source Code package (Super license), please refer to:
4
4
 
@@ -37,12 +37,16 @@ A. To try the HTML example:
37
37
 
38
38
  3. Open from your browser:
39
39
 
40
- http://localhost:8081/example.html
40
+ http://localhost:8081/example1.html (Default example)
41
+
42
+ or
43
+
44
+ http://localhost:8081/example-canvas.html (New Canvas Mode example)
41
45
 
42
46
 
43
47
  B. To try the PHP Example, open from your browser:
44
48
 
45
- http://localhost/.../public/example.php
49
+ http://localhost/.../public/example2.php
46
50
 
47
51
  If you're using Visual Studio Code, you can use the PHP Server extension.
48
52