Skip to content

Commit

Permalink
fix tested up version in main plugin file and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antonlukin committed Jul 7, 2024
1 parent fb5199e commit e5c349d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Social Planner ===
Contributors: antonlukin
Donate link: https://wpset.org/about/
Tags: automation, autopost, auto-post, auto post, socialnetworks, socialnetwork, social networks, social network, facebook, twitter, telegram, vkontakte, vk.com, ok.ru, api, social images, social image, sharing, share, repost, re-post, open graph
Tags: auto post, social networks, facebook, twitter, linkedin
Requires at least: 5.3
Tested up to: 6.5.5
Stable tag: 1.3.1
Stable tag: 1.3.2
Requires PHP: 5.6
License: GPLv2 or later

Expand Down Expand Up @@ -51,6 +51,9 @@ If you find a bug or want to add new feature to this plugin, create new [issue](

== Changelog ==

= 1.3.2 =
* Bump 'Tested up' version and update readme

= 1.3.0 =
* Adding new provider for Linkedin.
* Adding `url` parameter to `social_planner_filter_request_body` filter for each network class
Expand Down
6 changes: 3 additions & 3 deletions social-planner.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Author: Anton Lukin
* Author URI: https://wpset.org
* Requires at least: 5.3
* Tested up to: 6.2
* Version: 1.3.1
* Tested up to: 6.5.5
* Version: 1.3.2
*
* Text Domain: social-planner
*
Expand All @@ -27,7 +27,7 @@
/**
* Plugin version.
*/
define( 'SOCIAL_PLANNER_VERSION', '1.3.1' );
define( 'SOCIAL_PLANNER_VERSION', '1.3.2' );

/**
* Plugin admin menu slug.
Expand Down

0 comments on commit e5c349d

Please sign in to comment.