Browse code

Update Formstone lib to version 1.1.3 introducing themes

Benjamin Roth authored on08/06/2016 14:31:14
Showing1 changed files
... ...
@@ -12,4 +12,4 @@
12 12
 /**
13 13
  * Asset version
14 14
  */
15
-$GLOBALS['TL_ASSETS']['FORMSTONE'] = '0.8.37';
16 15
\ No newline at end of file
16
+$GLOBALS['TL_ASSETS']['FORMSTONE'] = '1.1.3';
17 17
\ No newline at end of file
Browse code

Updated copyright notice

Benjamin Roth authored on02/02/2016 14:13:44
Showing1 changed files
... ...
@@ -3,7 +3,7 @@
3 3
 /**
4 4
  * Formstone for Contao
5 5
  *
6
- * Copyright (c) 2015 Benjamin Roth
6
+ * Copyright (c) 2016 Benjamin Roth
7 7
  *
8 8
  * @license LGPL-3.0+
9 9
  */
Browse code

Update Formstone lib to version 0.8.37

Benjamin Roth authored on02/02/2016 14:11:55
Showing1 changed files
... ...
@@ -12,4 +12,4 @@
12 12
 /**
13 13
  * Asset version
14 14
  */
15
-$GLOBALS['TL_ASSETS']['FORMSTONE'] = '0.8.35';
16 15
\ No newline at end of file
16
+$GLOBALS['TL_ASSETS']['FORMSTONE'] = '0.8.37';
17 17
\ No newline at end of file
Browse code

Set formstone version variable to 0.8.35

Benjamin Roth authored on06/01/2016 15:26:33
Showing1 changed files
... ...
@@ -12,4 +12,4 @@
12 12
 /**
13 13
  * Asset version
14 14
  */
15
-$GLOBALS['TL_ASSETS']['FORMSTONE'] = '0.8.29';
16 15
\ No newline at end of file
16
+$GLOBALS['TL_ASSETS']['FORMSTONE'] = '0.8.35';
17 17
\ No newline at end of file
Browse code

Update Formstone lib to version 0.8.29

Benjamin Roth authored on30/11/2015 14:21:19
Showing1 changed files
... ...
@@ -12,4 +12,4 @@
12 12
 /**
13 13
  * Asset version
14 14
  */
15
-$GLOBALS['TL_ASSETS']['FORMSTONE'] = '0.7.12';
16 15
\ No newline at end of file
16
+$GLOBALS['TL_ASSETS']['FORMSTONE'] = '0.8.29';
17 17
\ No newline at end of file
Browse code

Initial commit

Benjamin Roth authored on13/08/2015 16:05:27
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+<?php
2
+
3
+/**
4
+ * Formstone for Contao
5
+ *
6
+ * Copyright (c) 2015 Benjamin Roth
7
+ *
8
+ * @license LGPL-3.0+
9
+ */
10
+
11
+
12
+/**
13
+ * Asset version
14
+ */
15
+$GLOBALS['TL_ASSETS']['FORMSTONE'] = '0.7.12';
0 16
\ No newline at end of file