Skip to content

Commit f3c9092

Browse files
committed
Replacing official plugin site url
1 parent 35209ce commit f3c9092

File tree

7 files changed

+19
-16
lines changed

7 files changed

+19
-16
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom: https://wpget.org/about/
1+
custom: https://wpset.org/about/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Sharing Image is a WordPress plugin for generating sharing posters in social net
44

55
## Documentation
66

7-
Detailed information about the plugin, its configuration and enhancement, is described on the [official website](https://wpget.org/sharing-image/).
8-
Pay attention to the page with available [hooks and filters](https://wpget.org/sharing-image/hooks/).
7+
Detailed information about the plugin, its configuration and enhancement, is described on the [official website](https://wpset.org/sharing-image/).
8+
Pay attention to the page with available [hooks and filters](https://wpset.org/sharing-image/hooks/).
99

1010
## Development
1111

classes/class-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Settings {
5858
*
5959
* @var string
6060
*/
61-
const REMOTE_LICENSES = 'https://wpget.org/sharing-image/verify/';
61+
const REMOTE_LICENSES = 'https://wpset.org/sharing-image/verify/';
6262

6363
/**
6464
* Premium verification event name.

readme.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== Sharing Image ===
22
Contributors: antonlukin
3-
Donate link: https://wpget.org/about/
3+
Donate link: https://wpset.org/about/
44
Tags: social image, sharing image, og image, twitter image, facebook, twitter, telegram, vk.com, ok.ru
55
Requires at least: 5.3
66
Tested up to: 5.8
7-
Stable tag: 2.0.5
7+
Stable tag: 2.0.6
88
Requires PHP: 5.5
99
License: GPLv2 or later
1010

@@ -16,12 +16,12 @@ Sharing Image is a WordPress plugin for generating sharing posters in social net
1616
Custom posters draw attention to your social media links and make them stand out from the rest in your feed. You can also place your company logo as a watermark to increase your brand awareness. If you are posting video or audio, it can be a good idea to add a play icon to your poster to help users identify the type of content.
1717

1818
= Get support =
19-
First of all read the [plugin documentation](https://wpget.org/sharing-image/). If you find a bug or want to add new feature to this plugin, create new [issue](https://github.com/antonlukin/sharing-image/issues) on Github or send a [pull reguest](https://github.com/antonlukin/sharing-image/pulls).
19+
First of all read the [plugin documentation](https://wpset.org/sharing-image/). If you find a bug or want to add new feature to this plugin, create new [issue](https://github.com/antonlukin/sharing-image/issues) on Github or send a [pull reguest](https://github.com/antonlukin/sharing-image/pulls).
2020

2121
= Premium =
2222

2323
The Premium version of the plugin adds new features and helps the product develop. While the plugin is in beta testing, it is absolutely free.
24-
Read more on the [plugin page](https://wpget.org/sharing-image/#premium).
24+
Read more on the [plugin page](https://wpset.org/sharing-image/#premium).
2525

2626
== Screenshots ==
2727
1. Example of a poster in Twitter feed
@@ -30,6 +30,9 @@ Read more on the [plugin page](https://wpget.org/sharing-image/#premium).
3030

3131
== Changelog ==
3232

33+
= 2.0.6 =
34+
* Replacing official plugin site url
35+
3336
= 2.0.5 =
3437
* Fixed `sharing_image_hide_meta` filter
3538

sharing-image.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* Plugin Name: Sharing Image
44
* Description: Create sharing image for Facebook, VK.com, Telegram and other social networks
5-
* Version: 2.0.5
5+
* Version: 2.0.6
66
* Requires at least: 5.3
77
* Requires PHP: 5.5
8-
* Plugin URI: https://wpget.org/sharing-image/
8+
* Plugin URI: https://wpset.org/sharing-image/
99
* Author: Anton Lukin
10-
* Author URI: https://wpget.org/
10+
* Author URI: https://wpset.org/
1111
* Text Domain: sharing-image
1212
*
1313
* @package sharing-image
@@ -24,7 +24,7 @@
2424
/**
2525
* Plugin version.
2626
*/
27-
define( 'SHARING_IMAGE_VERSION', '2.0.5' );
27+
define( 'SHARING_IMAGE_VERSION', '2.0.6' );
2828

2929
/**
3030
* Main plugin file.

templates/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
esc_html__( 'Read the detailed instructions for configuring the plugin on the plugin %s.', 'sharing-image' ),
2626
sprintf(
2727
'<a href="%s" target="_blank" rel="noopener">%s</a>',
28-
esc_attr( 'https://wpget.org/sharing-image/' ),
28+
esc_attr( 'https://wpset.org/sharing-image/' ),
2929
esc_html__( 'website', 'sharing-image' )
3030
),
3131
);

templates/premium.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</p>
4949

5050
<p>
51-
<a class="button button-primary" href="https://wpget.org/sharing-image/#premium" target="_blank" rel="noopener"><?php esc_html_e( 'Get Premium', 'sharing-image' ); ?></a>
51+
<a class="button button-primary" href="https://wpset.org/sharing-image/#premium" target="_blank" rel="noopener"><?php esc_html_e( 'Get Premium', 'sharing-image' ); ?></a>
5252
</p>
5353
</div>
5454

@@ -75,7 +75,7 @@
7575
esc_html__( 'On all questions write on e-mail address: %s.', 'sharing-image' ),
7676
sprintf(
7777
'<a href="mailto:%1$s">%1$s</a>',
78-
esc_attr( 'support@wpget.org' )
78+
esc_attr( 'support@wpset.org' )
7979
),
8080
);
8181
?>
@@ -89,7 +89,7 @@
8989
esc_html__( 'You can manage your licenses using a special %s.', 'sharing-image' ),
9090
sprintf(
9191
'<a href="%s" target="_blank" rel="noopener">%s</a>',
92-
esc_attr( 'https://wpget.org/sharing-image/licenses/' ),
92+
esc_attr( 'https://wpset.org/sharing-image/licenses/' ),
9393
esc_html__( 'tool', 'sharing-image' )
9494
),
9595
);

0 commit comments

Comments
 (0)