You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: changelog.md
+10-3
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,23 @@
1
+
## 0.9.9.4 [24 February 2011]
2
+
3
+
* Added ``doc/guides`` for textile based guides that power http://refinerycms.com/guides. [Steven Heidel](https://github.com/stevenheidel) and [Philip Arndt](https://github.com/parndt)
4
+
* Allowed multiple resource pickers on one form. [Phil Spitler](https://github.com/philspitler)
5
+
* Solved YAML parsing issues introduced by change to Psych. [Aaron Patterson](https://github.com/tenderlove) and [Uģis Ozols](https://github.com/ugisozols)
6
+
* Updated page to use a localized cache key if frontend translations are enabled. [Bryan Mahoney](https://github.com/DynamoMTL)
7
+
* Upgraded modernizr to version 1.7. [Jon Roberts](https://github.com/emptyflask)
8
+
*[See full list](https://github.com/resolve/refinerycms/compare/0.9.9.3...0.9.9.4)
9
+
1
10
## 0.9.9.3 [17 February 2011]
2
11
3
12
* Fixed faulty require statement that tried to load rack/cache before dragonfly. [Philip Arndt](https://github.com/parndt)
13
+
*[See full list](https://github.com/resolve/refinerycms/compare/0.9.9.2...0.9.9.3)
4
14
5
15
## 0.9.9.2 [17 February 2011]
6
16
7
17
* Removed ``activesupport`` requirement from ``bin/refinerycms``. [Philip Arndt](https://github.com/parndt)
8
18
* Fixed an issue in some browsers with a particular jQuery selector. [Philip Arndt](https://github.com/parndt)
9
19
* Modified some existing migrations to behave better when creating new applications. [Philip Arndt](https://github.com/parndt)
10
20
* Fixed ``-u`` and ``-p`` support for ``bin/refinerycms``. [Philip Arndt](https://github.com/parndt)
11
-
12
21
*[See full list](https://github.com/resolve/refinerycms/compare/0.9.9.1...0.9.9.2)
13
22
14
23
## 0.9.9.1 [15 February 2011]
@@ -21,7 +30,6 @@
21
30
* Split the project into 10 separately released gems that include their own dependencies. [Philip Arndt](https://github.com/parndt)
22
31
* New Vietnamese translation files added. [Alex Nguyen](https://github.com/tiendung) and Stefan N and Mario Nguyen
23
32
* Improved JRuby support as well as the way that commands run in any ruby implementation. [Hiro Asari](https://github.com/BanzaiMan)
24
-
25
33
*[See full list](https://github.com/resolve/refinerycms/compare/0.9.9...0.9.9.1)
26
34
27
35
## 0.9.9 [27 January 2011]
@@ -66,7 +74,6 @@
66
74
* Sped up WYMeditor load times. [Philip Arndt](https://github.com/parndt)
67
75
* Fixed several issues for Internet Explorer. [Josef Šimánek](https://github.com/simi)
68
76
* Added installation option for [Duostack](http://duostack.com) hosting service. [Philip Arndt](https://github.com/parndt) and [David E. Chen](https://github.com/dchen)
69
-
70
77
*[See full list](https://github.com/resolve/refinerycms/compare/0.9.8.9...0.9.9)
Copy file name to clipboardexpand all lines: dashboard/refinerycms-dashboard.gemspec
+3-4
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
Gem::Specification.newdo |s|
4
4
s.name=%q{refinerycms-dashboard}
5
-
s.version=%q{0.9.9.3}
5
+
s.version=%q{0.9.9.4}
6
6
s.summary=%q{Dashboard engine for Refinery CMS}
7
7
s.description=%q{The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.}
Copy file name to clipboardexpand all lines: settings/refinerycms-settings.gemspec
+3-4
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
Gem::Specification.newdo |s|
4
4
s.name=%q{refinerycms-settings}
5
-
s.version=%q{0.9.9.3}
5
+
s.version=%q{0.9.9.4}
6
6
s.summary=%q{Settings engine for Refinery CMS}
7
7
s.description=%q{The default settings engine that is required by Refinery CMS core. Adds programmer creatable, user editable settings for each engine.}
0 commit comments