Skip to content

Commit 405ca17

Browse files
committed
Remove last trace of ordered_field
1 parent ac5350c commit 405ca17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/cortex/plugins/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Cortex
22
module Plugins
33
module Core
4-
VERSION = '0.4.0'
4+
VERSION = '0.4.1'
55
end
66
end
77
end

lib/tasks/cortex/core/media.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace :cortex do
4646
media.fields.new(name: 'Description', field_type: 'text_field_type', validations: {presence: true})
4747
media.fields.new(name: 'Tags', field_type: 'tag_field_type')
4848
media.fields.new(name: 'Expiration Date', field_type: 'date_time_field_type')
49-
media.fields.new(name: 'Alt Tag', field_type: 'text_field_type', order_position: 6)
49+
media.fields.new(name: 'Alt Tag', field_type: 'text_field_type')
5050
media.save
5151

5252
puts "Creating Wizard Decorators..."

0 commit comments

Comments
 (0)