Skip to content

Commit 43f7b2c

Browse files
committed
Doc fix
1 parent ae96278 commit 43f7b2c

File tree

5 files changed

+127
-10
lines changed

5 files changed

+127
-10
lines changed

Gemfile

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
source "https://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
gem "jekyll", "~> 4.3.2"
11+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12+
gem "minima", "~> 2.5"
13+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15+
# gem "github-pages", group: :jekyll_plugins
16+
# If you have any plugins, put them here!
17+
group :jekyll_plugins do
18+
gem "jekyll-feed", "~> 0.12"
19+
end
20+
21+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
22+
# and associated library.
23+
platforms :mingw, :x64_mingw, :mswin, :jruby do
24+
gem "tzinfo", ">= 1", "< 3"
25+
gem "tzinfo-data"
26+
end
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
30+
31+
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
32+
# do not have a Java counterpart.
33+
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

Gemfile.lock

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.1)
5+
public_suffix (>= 2.0.2, < 6.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.2.2)
8+
em-websocket (0.5.3)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0)
11+
eventmachine (1.2.7)
12+
ffi (1.15.5)
13+
forwardable-extended (2.6.0)
14+
google-protobuf (3.22.0-arm64-darwin)
15+
http_parser.rb (0.8.0)
16+
i18n (1.12.0)
17+
concurrent-ruby (~> 1.0)
18+
jekyll (4.3.2)
19+
addressable (~> 2.4)
20+
colorator (~> 1.0)
21+
em-websocket (~> 0.5)
22+
i18n (~> 1.0)
23+
jekyll-sass-converter (>= 2.0, < 4.0)
24+
jekyll-watch (~> 2.0)
25+
kramdown (~> 2.3, >= 2.3.1)
26+
kramdown-parser-gfm (~> 1.0)
27+
liquid (~> 4.0)
28+
mercenary (>= 0.3.6, < 0.5)
29+
pathutil (~> 0.9)
30+
rouge (>= 3.0, < 5.0)
31+
safe_yaml (~> 1.0)
32+
terminal-table (>= 1.8, < 4.0)
33+
webrick (~> 1.7)
34+
jekyll-feed (0.17.0)
35+
jekyll (>= 3.7, < 5.0)
36+
jekyll-sass-converter (3.0.0)
37+
sass-embedded (~> 1.54)
38+
jekyll-seo-tag (2.8.0)
39+
jekyll (>= 3.8, < 5.0)
40+
jekyll-watch (2.2.1)
41+
listen (~> 3.0)
42+
kramdown (2.4.0)
43+
rexml
44+
kramdown-parser-gfm (1.1.0)
45+
kramdown (~> 2.0)
46+
liquid (4.0.4)
47+
listen (3.8.0)
48+
rb-fsevent (~> 0.10, >= 0.10.3)
49+
rb-inotify (~> 0.9, >= 0.9.10)
50+
mercenary (0.4.0)
51+
minima (2.5.1)
52+
jekyll (>= 3.5, < 5.0)
53+
jekyll-feed (~> 0.9)
54+
jekyll-seo-tag (~> 2.1)
55+
pathutil (0.16.2)
56+
forwardable-extended (~> 2.6)
57+
public_suffix (5.0.1)
58+
rb-fsevent (0.11.2)
59+
rb-inotify (0.10.1)
60+
ffi (~> 1.0)
61+
rexml (3.2.5)
62+
rouge (4.1.0)
63+
safe_yaml (1.0.5)
64+
sass-embedded (1.58.3-arm64-darwin)
65+
google-protobuf (~> 3.21)
66+
terminal-table (3.0.2)
67+
unicode-display_width (>= 1.1.1, < 3)
68+
unicode-display_width (2.4.2)
69+
webrick (1.8.1)
70+
71+
PLATFORMS
72+
arm64-darwin-21
73+
74+
DEPENDENCIES
75+
http_parser.rb (~> 0.6.0)
76+
jekyll (~> 4.3.2)
77+
jekyll-feed (~> 0.12)
78+
minima (~> 2.5)
79+
tzinfo (>= 1, < 3)
80+
tzinfo-data
81+
wdm (~> 0.1.1)
82+
83+
BUNDLED WITH
84+
2.2.33

_includes/nav_upgrading.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ <h4 {% if include.selected == 'old_versions' %}class="selected"{% endif %}>
1616
<li {% if include.selected == '3_0_0' %}class="selected"{% endif %}>
1717
<a href="{{site.baseurl}}/upgrading/3_0_0">3.0.0</a>
1818
</li>
19-
<li {% if include.selected == '3_1_5' %}class="selected"{% endif %}>
20-
<a href="{{site.baseurl}}/upgrading/3_1_5">3.1.5</a>
19+
<li {% if include.selected == '3_0_15' %}class="selected"{% endif %}>
20+
<a href="{{site.baseurl}}/upgrading/3_0_15">3.0.15</a>
2121
</li>
2222
</ul>
2323

upgrading/3_0_0.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Upgrading,/upgrading/
77
- Upgrading to 3.0.0
88
prev: Upgrading to 2.1.0,/upgrading/2_1_0/
9-
next: Upgrading to 3.1.5,/upgrading/3_1_5/
9+
next: Upgrading to 3.0.15,/upgrading/3_0_15/
1010
categories: upgrading
1111
---
1212

upgrading/3_1_5.html upgrading/3_0_15.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
22
layout: default
33
navPage: docs
4-
heading: Upgrading to 3.1.5
4+
heading: Upgrading to 3.0.15
55
breadcrumbs:
66
- Upgrading,/upgrading/
7-
- Upgrading to 3.1.5
7+
- Upgrading to 3.0.15
88
prev: Upgrading to 3.0.0,/upgrading/3_0_0/
99
next: Problems upgrading?,/upgrading/problems/
1010
categories: 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

Comments
 (0)