Skip to content

Commit

Permalink
readme and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed May 18, 2023
1 parent b049b3b commit 602a3d8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.distignore
.editorconfig
.git
.gitignore
.travis.yml
circle.yml
.DS_Store
.github
composer.json
composer.lock
.wordpress-org
4 changes: 2 additions & 2 deletions publish-multisite.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Publish Duplicate Post to Multisite
* Plugin URI: duplicate-publish-multisite
* Description: Publish duplicated post to multisite based on category.
* Version: 1.6.1
* Version: 1.6.2
* Author: Closemarketing
* Author URI: https://close.marketing
* Text Domain: duplicate-publish-multisite
Expand All @@ -23,7 +23,7 @@

defined( 'ABSPATH' ) || die( 'No script kiddies please!' );

define( 'PUBLISHMU_VERSION', '1.6.1' );
define( 'PUBLISHMU_VERSION', '1.6.2' );

add_action( 'plugins_loaded', 'pubmult_plugin_init' );
/**
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Tags: multisite, duplicate, sync posts
Donate link: https://close.marketing/go/donate/
Requires at least: 4.0
Tested up to: 6.2
Stable tag: 1.6.1
Version: 1.6.1
Stable tag: 1.6.2
Version: 1.6.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -28,6 +28,9 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc
== Developers ==

== Changelog =
= 1.6.2 =
* Fix: loads only first 100 sites to publish.

= 1.6.1 =
* Fix: sites to publish list order alphabetical and prevents errors.

Expand Down

0 comments on commit 602a3d8

Please sign in to comment.