Skip to content

Commit c929934

Browse files
committed
Release 1.1.0
1 parent be9f3cb commit c929934

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

owlstack.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Owlstack
55
* Plugin URI: https://owlstack.dev
66
* Description: Publish content to Telegram, X (Twitter), Facebook, Instagram, LinkedIn, Discord, and more — directly from WordPress.
7-
* Version: 1.0.0
7+
* Version: 1.0.1
88
* Requires at least: 6.4
99
* Requires PHP: 8.1
1010
* Author: Ali Hesari
@@ -23,7 +23,7 @@
2323
}
2424

2525
// Plugin constants.
26-
define('OWLSTACK_VERSION', '1.0.0');
26+
define('OWLSTACK_VERSION', '1.0.1');
2727
define('OWLSTACK_FILE', __FILE__);
2828
define('OWLSTACK_DIR', plugin_dir_path(__FILE__));
2929
define('OWLSTACK_URL', plugin_dir_url(__FILE__));

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://owlstack.dev
44
Tags: social media, auto publish, telegram, twitter, facebook
55
Requires at least: 6.4
66
Tested up to: 6.9
7-
Stable tag: 1.0.0
7+
Stable tag: 1.0.1
88
Requires PHP: 8.1
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)