Skip to content

Commit

Permalink
Merge pull request #51 from 10up/release/1.1.1
Browse files Browse the repository at this point in the history
Release - 1.1.1
  • Loading branch information
jeffpaul authored Nov 22, 2019
2 parents aadd0bd + 442ba69 commit e7f0000
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file, per [the Ke

## [Unreleased]

## [1.1.1] - 2019-11-22
### Changed
- Bump WordPress version "tested up to" 5.3 (props [@adamsilverstein](https://github.com/adamsilverstein) via [#45](https://github.com/10up/eight-day-week/pull/45))
- Documentation and deploy automation updates (props [@jeffpaul](https://github.com/jeffpaul) via [#38](https://github.com/10up/eight-day-week/pull/38), [#39](https://github.com/10up/eight-day-week/pull/39), [#42](https://github.com/10up/eight-day-week/pull/42), [#46](https://github.com/10up/eight-day-week/pull/46), [#48](https://github.com/10up/eight-day-week/pull/48), [#49](https://github.com/10up/eight-day-week/pull/49), [#50](https://github.com/10up/eight-day-week/pull/50))

### Fixed
- WordPress.org translation readiness (props [@jeffpaul](https://github.com/jeffpaul), [@adamsilverstein](https://github.com/adamsilverstein), [@helen](https://github.com/helen) via [#41](https://github.com/10up/eight-day-week/pull/41))

## [1.1.0] - 2019-07-26
### Added
- German translation files (props @adamsilverstein, @maryisdead via #31)
Expand All @@ -20,5 +28,6 @@ All notable changes to this project will be documented in this file, per [the Ke
- Initial Release

[Unreleased]: https://github.com/10up/eight-day-week/compare/master...develop
[1.1.1]: https://github.com/10up/eight-day-week/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/10up/eight-day-week/compare/9057a7f...1.1.0
[1.0.0]: https://github.com/10up/eight-day-week/commit/9057a7f310068676ef8a15e0ba0a395273f1cb98
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The `develop` branch is the development branch which means it contains the next
## Release instructions

1. Branch: Starting from `develop`, cut a release branch named `release/X.Y.Z` for your changes.
2. Version bump: Bump the version number in `eight-day-week.php` and `readme.txt` if it does not already reflect the version being released.
2. Version bump: Bump the version number in `eight-day-week.php`, `readme.txt`, `composer.json`, and `package.json` if it does not already reflect the version being released.
3. Changelog: Add/update the changelog in both `readme.txt` and `CHANGELOG.md`
4. New files: Check to be sure any new files/paths that are unnecessary in the production version are included in `.gitattributes`.
5. Readme updates: Make any other readme changes as necessary. `CHANGELOG.md` and `README.md` are geared toward GitHub and `readme.txt` contains WordPress.org-specific content. The two are slightly different.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eight-day-week",
"description": "Tools that help improve the digital/print production workflows.",
"version": "0.0.1",
"version": "1.1.1",
"type": "wordpress-plugin",
"keywords": [],
"homepage": "http://10up.com",
Expand Down
4 changes: 2 additions & 2 deletions eight-day-week.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Eight Day Week
* Description: Tools that help improve digital & print workflows.
* Version: 1.1.0
* Version: 1.1.1
* Author: 10up
* Author URI: http://10up.com
* License: GPLv2+
Expand Down Expand Up @@ -35,7 +35,7 @@
require_once __DIR__ . '/plugins.php';

// Useful global constants
define( 'EDW_VERSION', '1.1.0' );
define( 'EDW_VERSION', '1.1.1' );
define( 'EDW_URL', Eight_Day_Week\plugins_url( __FILE__ ) );
define( 'EDW_PATH', dirname( __FILE__ ) . '/' );
define( 'EDW_INC', EDW_PATH . 'includes/' );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eight-day-week",
"title": "Eight Day Week",
"description": "Tools that help improve the digital/print production workflows.",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "http://10up.com",
"repository": {
"type": "git",
Expand Down
31 changes: 22 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: 10up, observerteam, joshlevinson, BrentSchultz
Tags: print, workflow, editorial
Requires at least: 4.6
Tested up to: 5.3
Stable tag: 1.1.0
Stable tag: 1.1.1
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -85,6 +85,11 @@ The information displayed in the list of Print Issues is filterable. Custom colu

The export of posts in a Print Issue is highly customizeable, from the file name of the zip, to the file name of the individual files, to the contents of the files themselves. The best reference would be to read through `includes/functions/plugins/article-export.php`. [Here's](https://gist.github.com/joshlevinson/4a2c3ed78b21b3c54eba) a few examples used on the *Observer*.

== Known Caveats/Issues ==

**Gutenberg exports**
Gutenberg-based exports include some additional metadata/details that a Classic Editor-based export does not. [Gutenberg stores block data in HTML comments](https://developer.wordpress.org/block-editor/key-concepts/#delimiters-and-parsing-expression-grammar), so you'll notice those comments (in the form of `<!-- "Gutenberg block data" -->`) appearing in the Eight Day Week XML export. Note that the XML is still valid--you can test and confirm that yourself using an [XML validator](https://www.xmlvalidation.com/)--though depending on your version of InDesign you may get different results upon importing a Gutenberg export compared to a Classic Editor export. Our testing showed that those HTML comments in a Gutenberg export did not affect the import into InDesign however. You can test how this works in your version of InDesign with these sample XML files: [Gutenberg XML](https://gist.githubusercontent.com/adamsilverstein/3a9af64f4827b0ffcba963fd4b6a380a/raw/0513c4dd7cbd45b54c644a6aa9cbaaf269659b8d/classic.xml), [Classic Editor XML](https://gist.githubusercontent.com/adamsilverstein/fafae070f20232d1061c5517369a8f06/raw/b74310e18125a045cea213513fba435eee1545ff/classic2.xml).

== Screenshots ==

1. The Print Issue list table
Expand All @@ -94,17 +99,25 @@ The export of posts in a Print Issue is highly customizeable, from the file name

== Changelog ==

= 1.1.1 =
Changed
- Bump WordPress version "tested up to" 5.3 (props @adamsilverstein)
- Documentation and deploy automation updates (props @jeffpaul)

Fixed
- WordPress.org translation readiness (props @jeffpaul, @adamsilverstein, @helen)

= 1.1.0 =
### Added
- German translation files
- Plugin banner and icon images
Added
- German translation files (props @adamsilverstein, Matthias Wehrlein)
- Plugin banner and icon images (props @chriswallace)

### Updated
- Update dependencies in `package.json` and `composer.json` to current versions
Updated
- Update dependencies in `package.json` and `composer.json` to current versions (props @adamsilverstein)

### Fixed
- DateTimeZone setup: fall back to `gmt_offset`
- PHP notices w/PHP 5.6 and fatals with PHP 7.2/3
Fixed
- DateTimeZone setup: fall back to `gmt_offset` (props @adamsilverstein, Jared Williams)
- PHP notices w/PHP 5.6 and fatals with PHP 7.2/3 (props @adamsilverstein)

= 1.0.0 =
- Initial Release

0 comments on commit e7f0000

Please sign in to comment.