ecoportal-api-v2 0.8.27 → 0.8.28

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82d67186b579f8307a36bb9e17d649eaef352bab449e1628aea603198a6ffb3f
4
- data.tar.gz: 390106d2c6aafe1eb2e6154b7a81aba3622400234738140db187704a30bcba86
3
+ metadata.gz: 63af2e7f488cf3c0494395dc7a3f6a59c3bc154bd77d512fb0d2f3df66add5e8
4
+ data.tar.gz: 698cc907116f20832b9035f6cdd211dcf38ac2514fb88311ed1bb03571afe365
5
5
  SHA512:
6
- metadata.gz: 9aa958e8c59e53b7c9a71059f8333b8949ee35ce02bc2df4e65810b2f5c8291f67c1271dd2c44a27c37559ccd6c7ad614a31e2ede665437b9e7ed2d84bfa6624
7
- data.tar.gz: 2884d7264fd3d1f72d970c144a6eecf3ab6298a81a3427fb87ad8ad05d4024b2280e66d9f22ac60998d39e957924e4496cd73c589cdcd54808d8c84dfeb72a12
6
+ metadata.gz: d4e5805dd79d4869d4d665f9c80bde89d0835423fc696867a997512787950fa04533c0b5dcd5a76385d6561ad67cfd9e3e4ba945cf6c30ebf1be26f76bab24b7
7
+ data.tar.gz: 5d8d34f560372d2d695ea6f2b54d5aa427524beebee0809e4de3c9b8ce7ff0dab088483cea5545262628eda98202163b112ade9bbb60f28fa6c5711e69c01ec9
data/CHANGELOG.md CHANGED
@@ -1,7 +1,17 @@
1
1
  # Change Log
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
- ## [0.8.27] - 2022-03-xx
4
+ ## [0.8.28] - 2022-05-31
5
+
6
+ ### Added
7
+ - `Ecoportal::API::V2::Page::Component::File` added `label`
8
+ - `Ecoportal::API::V2::Page::Component::Image` added `upload_id` and `file_file_name`
9
+
10
+ ### Changed
11
+
12
+ ### Fixed
13
+
14
+ ## [0.8.27] - 2022-04-25
5
15
 
6
16
  ### Added
7
17
  - `Ecoportal::API::Common::Content::CollectionModel#clear`
@@ -16,6 +16,7 @@ module Ecoportal
16
16
  passkey :id
17
17
  passforced :patch_ver, default: 1
18
18
  passthrough :position
19
+ passthrough :label
19
20
  passthrough :file_size, :content_type, :token, read_only: true
20
21
  passthrough :file_container_id
21
22
  passdate :file_update_at, read_only: true
@@ -8,6 +8,7 @@ module Ecoportal
8
8
  passforced :patch_ver, default: 1
9
9
  passthrough :weight
10
10
  passthrough :height, :width, :caption
11
+ passthrough :upload_id, :file_file_name
11
12
  passthrough :dimensions, :styles
12
13
  end
13
14
  end
@@ -1,5 +1,5 @@
1
1
  module Ecoportal
2
2
  module API
3
- GEM2_VERSION = "0.8.27"
3
+ GEM2_VERSION = "0.8.28"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecoportal-api-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.27
4
+ version: 0.8.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oscar Segura
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-25 00:00:00.000000000 Z
11
+ date: 2022-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler