wordpress-exporter 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/version.rb +1 -1
- data/wordpress_settings/default_contentful_structure.json +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 215806255fec609b0ae51a12a2e16a9f3c52bd08
|
4
|
+
data.tar.gz: 8df5311f504a96c1910409983155b6a6a3c5787a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 597540e1a9f14268b7c96984491a9d13d15d44894c8d368287b1a173baf061e18630799b45598562144c4bebd49a44129101741b0c827e135364721e8d5671db
|
7
|
+
data.tar.gz: 98731fc5ca5a925c7e5983463ff546560ea98afe08bb2a5182f2e9c03dd52833bf0a465fa90a81068507fc79ec8684289d48d803da81096ff5a3ef357363d728
|
data/CHANGELOG.md
CHANGED
@@ -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](http://github.com/contentful/wordpress-exporter.rb/issues/8)
|
data/lib/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2016-04-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: http
|