PluginProbe
Sharing Image / 3.3
Sharing Image v3.3
3.10 trunk 2.0 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0 3.1 3.2 3.3 All 29 releases
sharing-image / readme.txt

readme.txt in Sharing Image 3.3, at readme.txt

123 lines 4.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Sharing Image ===
2 Contributors: antonlukin
3 Donate link: https://wpset.org/about/
4 Tags: social image, sharing image, og image, facebook, twitter
5 Requires at least: 5.3
6 Tested up to: 6.5.5
7 Stable tag: 3.3
8 Requires PHP: 5.5
9 License: GPLv2 or later
10
11 Sharing Image is a WordPress plugin for generating sharing posters in social networks.
12
13 == Description ==
14 Sharing Image is a WordPress plugin for generating sharing posters in social networks. Allows you to use text, watermarks and various filters. It is possible to create different posters for any posts types, archives and taxonomies. Compatible with various SEO plugins.
15
16 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.
17
18 = Get support =
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).
20
21 = Premium =
22
23 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://wpset.org/sharing-image/#premium).
25
26 == Screenshots ==
27 1. Example of a poster in Twitter feed
28 2. Create poster template via plugin Settings
29 3. Generate Sharing Image poster for certain post
30
31 == Changelog ==
32
33 = 3.3 =
34 * Fixed duplicate layers key names on templates cloning.
35 * Fixed undefined preset fields.
36 * Updated PosterEditor library.
37 * Rebuild autogenerate_poster method.
38
39 = 3.2 =
40 * Fixed post status checks and default template for auto-generating posters.
41 * Added transparency to the template's text and image layers.
42 * Fixed auto-generation bug that occurred if a poster was deleted.
43 * Updated PosterEditor library to the latest version.
44
45 = 3.1 =
46 * Fixed auto-generation bug when changing post status.
47 * Fixed preset race-condition bug in the Gutenberg sidebar.
48 * Added `get_autogenerate_index` filter.
49
50 = 3.0 =
51 * Updated PosterEditor library
52 * Redesigned template settings page
53 * Added new layer settings
54 * Redesigned template auto-generation
55 * Added import and export of templates
56 * Added demo template
57 * Added template cloning
58 * Changed the approach to meta tags output
59 * Added Gutenberg widget
60 * See the list of updated hooks on the plugin page: https://wpset.org/sharing-image/hooks/
61
62 = 2.0.17 =
63 * Fix missing translation handler in settings editor
64 * Fix bug with redirect message in settings class
65
66 = 2.0.16 =
67 * Added optional $context parameter to `sharing_image_prepare_template` filter
68 * Added GIF Poster image format to plugin configuration
69
70 = 2.0.15 =
71 * Added optional $screen_id parameter to `sharing_image_prepare_template` filter
72 * Updated packages
73
74 = 2.0.14 =
75 * Fixed poster background opacity on template editor screen
76 * Fixed js obfuscation for i18n functions
77
78 = 2.0.13 =
79 * Added second parameter to sharing_image_poster and sharing_image_poster_src public functions
80 * Fixed notice on empty Post ID property
81 * Minor code improvements
82
83 = 2.0.12 =
84 * Added filter to disable posters autogeneration according post id.
85 * Updated HTML meta tags to be able to display Twitter cards.
86
87 = 2.0.11 =
88 * Added the ability to autogenerate posters for entries added programmatically, for example, via cron.
89
90 = 2.0.10 =
91 * Updated PosterEditor class to fix default opacity canvas.
92 * Fixed param type in phpdoc block.
93
94 = 2.0.9 =
95 * Fixed bug with default autogenerate template on config page.
96
97 = 2.0.8 =
98 * Added automatic poster generation.
99 * Prepared for use new `sharing_image_autogenerated_poster` filter.
100
101 = 2.0.7 =
102 * Fixed a bug with layer image sizes.
103 * Added the ability to collapse layer on the settings page.
104 * Trying to fix undeclared wp.data error.
105
106 = 2.0.6 =
107 * Replaced official plugin site url.
108
109 = 2.0.5 =
110 * Fixed `sharing_image_hide_meta` filter.
111
112 = 2.0.4 =
113 * Fixed a bug with non-saved radio buttons in the template settings.
114 * Added a detailed description of the error when requesting Premium.
115
116 = 2.0.3 =
117 * Replaced `sharing_image_allow_custom_fonts` filter with `sharing_image_disable_custom_fonts`.
118
119 = 2.0.2 =
120 * Updated readme and add WordPress catalog assets.
121
122 = 2.0.0 =
123 * Initial version for WordPress Plugin Directory.