Skip to content

Commit

Permalink
Merge pull request #227 from 10up/release/1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
helen authored Oct 9, 2018
2 parents 7dbc546 + 8e3698d commit 4dc88d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).

## [ 1.3.1 ] - 2018-10-09
### Fixed
* Retain keys for associative array meta.
* Properly pass CPT slugs to external connections.
* Don't push updates to network sites that no longer exist.
* Escaping improvements.
* Stable build now only contains files necessary for production.


## [ 1.3.0 ] - 2018-09-20
### Added
* Add a media processing option to only distribute the featured image instead of the featured image and all attached media.
Expand Down
6 changes: 2 additions & 4 deletions distributor.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Distributor
* Description: Makes it easy to syndicate and reuse content across your websites, whether inside of a multisite or across the web.
* Version: 1.3.0
* Version: 1.3.1
* Author: 10up Inc.
* Author URI: https://distributorplugin.com
* License: GPLv2 or later
Expand All @@ -17,7 +17,7 @@
exit; // Exit if accessed directly.
}

define( 'DT_VERSION', '1.3.0-dev' );
define( 'DT_VERSION', '1.3.1-dev' );
define( 'DT_PLUGIN_FILE', preg_replace( '#^.*plugins/(.*)$#i', '$1', __FILE__ ) );

// Define a constant if we're network activated to allow plugin to respond accordingly.
Expand Down Expand Up @@ -130,8 +130,6 @@ function( $response ) {
__FILE__,
'distributor'
);

$updateChecker->setBranch( 'stable' );
// @codingStandardsIgnoreEnd
}
}
Expand Down

0 comments on commit 4dc88d7

Please sign in to comment.