Skip to content

Commit c5b58c0

Browse files
committed
Merge branch 'develop'
2 parents 46c44c6 + 31a5ae4 commit c5b58c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3'
4+
VERSION = '0.4.4'
55
end
66
end
77
end

lib/tasks/cortex/core/media.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ namespace :cortex do
5959
"columns": [
6060
{
6161
"grid_width": 12,
62-
"fields": [
62+
"elements": [
6363
{
6464
"id": media.fields[0].id
6565
}
@@ -74,7 +74,7 @@ namespace :cortex do
7474
"columns": [
7575
{
7676
"grid_width": 12,
77-
"fields": [
77+
"elements": [
7878
{
7979
"id": media.fields[1].id
8080
},

0 commit comments

Comments
 (0)