wordpress-exporter 0.1.0 → 0.2.0

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
  SHA1:
3
- metadata.gz: ee68a654298d0158da2be565889e5680138568ad
4
- data.tar.gz: 4c944aa69d14a895595a81e1e0bb382aabd759f0
3
+ metadata.gz: 215806255fec609b0ae51a12a2e16a9f3c52bd08
4
+ data.tar.gz: 8df5311f504a96c1910409983155b6a6a3c5787a
5
5
  SHA512:
6
- metadata.gz: f6a591a8207f98c063f6d36cd0ba4cd665b9c5554331fb9e698e25df56eb7af8d69f9de3e4a6781ff224291b6c6e9eceaaaa55333ff78ea0eea0924e889281ce
7
- data.tar.gz: 4ff0a030e6f3f8cbe0299a6320a990ea4133f3498e680d5359a52411f50f1ec284b81f1e493d5fc8aa4474280f30480ab0eb0f04da40784313cb881f190008cd
6
+ metadata.gz: 597540e1a9f14268b7c96984491a9d13d15d44894c8d368287b1a173baf061e18630799b45598562144c4bebd49a44129101741b0c827e135364721e8d5671db
7
+ data.tar.gz: 98731fc5ca5a925c7e5983463ff546560ea98afe08bb2a5182f2e9c03dd52833bf0a465fa90a81068507fc79ec8684289d48d803da81096ff5a3ef357363d728
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## Master
4
4
 
5
+ ## 0.2.0
6
+ ### Added
7
+ * Author added
8
+
9
+ ### Fixed
10
+ * Default content model structure now working as intended for Author
11
+
5
12
  ## 0.1.0
6
13
  ### Fixed
7
14
  * Posts without `wp:post_date` or `wp:post_date_gmt` now get defaulted to `Date.today` instead of throwing an error [#8](https://github.com/contentful/wordpress-exporter.rb/issues/8)
@@ -1,3 +1,3 @@
1
1
  module Version
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  end
@@ -65,8 +65,8 @@
65
65
  "content": "Text",
66
66
  "Author": {
67
67
  "id": "author",
68
- "type": "Link",
69
- "link_type": "Entry"
68
+ "link": "Link",
69
+ "type": "Entry"
70
70
  },
71
71
  "Tags": {
72
72
  "id": "tags",
@@ -99,4 +99,4 @@
99
99
  "name": "Text"
100
100
  }
101
101
  }
102
- }
102
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordpress-exporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Contentful GmbH (Andreas Tiefenthaler)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-11 00:00:00.000000000 Z
11
+ date: 2016-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http