Skip to content

Commit

Permalink
set since version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Nov 18, 2014
1 parent 74920ea commit 0cf46c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Expand Up @@ -47,7 +47,7 @@ Newscoop\Entity\Article:
getter: getLanguageCode
setter: setLanguageCode
serialized_name: language
until_version: 1.0
until_version: 1.1
section:
expose: true
read_only: true
Expand Down Expand Up @@ -177,7 +177,7 @@ Newscoop\Entity\Article:
serialized_name: publication
accessor:
getter: getPublication
since_version: 1.1
since_version: 1.2
virtual_properties:
getObject:
expose: true
Expand All @@ -188,8 +188,8 @@ Newscoop\Entity\Article:
getLanguageObject:
expose: true
groups: ["list", "details"]
serialized_name: languageInfo
since_version: 1.1
serialized_name: languageData
since_version: 1.2
getWorkflowStatus:
expose: true
read_only: true
Expand Down
Expand Up @@ -7,21 +7,25 @@ Newscoop\Entity\Language:
type: integer
groups: ["list", "details"]
serialized_name: id
since_version: 1.2
name:
expose: true
read_only: true
type: string
groups: ["list", "details"]
serialized_name: name
since_version: 1.2
code:
expose: true
read_only: true
type: string
groups: ["list", "details"]
serialized_name: code
since_version: 1.2
RFC3066bis:
expose: true
read_only: true
type: string
groups: ["list", "details"]
serialized_name: RFC3066bis
serialized_name: RFC3066bis
since_version: 1.2
Expand Up @@ -7,9 +7,11 @@ Newscoop\Entity\Publication:
type: integer
groups: ["list", "details"]
serialized_name: id
since_version: 1.2
name:
expose: true
read_only: true
type: string
groups: ["list", "details"]
serialized_name: name
serialized_name: name
since_version: 1.2

0 comments on commit 0cf46c0

Please sign in to comment.