Skip to content

Commit

Permalink
updated readme and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Dec 28, 2021
1 parent bbfe201 commit 7354d10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/class-pubmult-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function load_admin_styles() {
'category-publish',
plugins_url( '/assets/category-publish.js', __FILE__ ),
array( 'jquery' ),
true
PUBLISHMU_VERSION
);

wp_localize_script(
Expand Down
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.3
* Version: 1.4
* 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.3' );
define( 'PUBLISHMU_VERSION', '1.4' );

add_action( 'plugins_loaded', 'pubmult_plugin_init' );
/**
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc
== Changelog =
= 1.4 =
* Sync older posts.
* Better UI for categories.

= 1.3 =
* Publish with multiple categories.
Expand Down

0 comments on commit 7354d10

Please sign in to comment.