11---
22layout: default
33navPage: docs
4- heading: Upgrading to 3.1.5
4+ heading: Upgrading to 3.0.15
55breadcrumbs:
66- Upgrading,/upgrading/
7- - Upgrading to 3.1.5
7+ - Upgrading to 3.0.15
88prev: Upgrading to 3.0.0,/upgrading/3_0_0/
99next: Problems upgrading?,/upgrading/problems/
1010categories: upgrading
1111---
1212
13- {% include open_section.html nav='nav_upgrading.html' selected='3_1_5 ' %}
13+ {% include open_section.html nav='nav_upgrading.html' selected='3_0_15 ' %}
1414
1515< div class ="alert alert-info ">
1616 < p >
17- Upgrading to 3.1.5 < b > should be automatic</ b > and not require you to do any additional work. However,
17+ Upgrading to 3.0.15 < b > should be automatic</ b > and not require you to do any additional work. However,
1818 on some systems if PHP is unable to create folders and change file permissions, you may need to do a little
1919 extra configuration.
2020 </ p >
2121</ div >
2222
2323< div class ="alert alert-warning ">
2424 < p >
25- < b > 3.1.5 behaviour change:</ b > there was a
25+ < b > 3.0.15 behaviour change:</ b > there was a
2626 < a href ="https://github.com/formtools/core/issues/520 " target ="_blank "> small bug</ a >
2727 where any multi-option form fields (dropdowns, multi-select dropdowns, radios, checkboxes) that reference values
2828 in another form field would show blank entries - possibly multiple. Now in order to have an option appear it
@@ -35,13 +35,13 @@ <h3>What Changed</h3>
3535
3636< p >
3737 Form Tools has always used a temporary < b > cache</ b > folder to store generated templates for the pages you see in the
38- application. Up until 3.1.5 , each theme folder has had its own cache folder at the following locations:
38+ application. Up until 3.0.15 , each theme folder has had its own cache folder at the following locations:
3939 < code > [form tools root]/themes/[theme name]/cache/</ code > . This was unnecessary and on some web servers meant
4040 having to configure the permissions for every theme cache folder.
4141</ p >
4242
4343< p >
44- With Form Tools 3.1.5 , there is now a single cache folder located by default here: < code > [form tools root]/cache/</ code > .
44+ With Form Tools 3.0.15 , there is now a single cache folder located by default here: < code > [form tools root]/cache/</ code > .
4545 You can choose to customize the location of this folder via the < code > $g_custom_cache_folder</ code > setting in your
4646 < a href ="{{site.baseurl}}/userdoc/getting_started/config_file/ "> config.php</ a > file.
4747</ p >
0 commit comments