radiant-globalize2-extension 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.6
1
+ 0.2.7
@@ -1,7 +1,7 @@
1
1
  - @stylesheets << 'admin/globalize2'
2
2
 
3
3
  #globalize
4
- %input{:type => "hidden", :name => "locale", :value => I18n.locale.to_s }
4
+ %input{:type => "hidden", :name => "locale", :value => Globalize2Extension.content_locale.to_s }
5
5
  .edit
6
6
  %span
7
7
  - Globalize2Extension.locales.map do |locale|
@@ -3,7 +3,7 @@
3
3
  require 'globalize2/form_builder_extensions'
4
4
 
5
5
  class Globalize2Extension < Radiant::Extension
6
- version "0.2.6"
6
+ version "0.2.7"
7
7
  description "Translate content in Radiant CMS using the Globalize2 Rails plugin."
8
8
  url "http://blog.aissac.ro/radiant/globalize2-extension/"
9
9
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-globalize2-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 6
10
- version: 0.2.6
9
+ - 7
10
+ version: 0.2.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Cristi Duma