We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5060d0 commit 8fc343fCopy full SHA for 8fc343f
ms-featured-image.php
@@ -3,7 +3,7 @@
3
* Plugin Name: Multisite Featured Image
4
* Plugin URI: https://frosty.media/plugins/multisite-featured-image/
5
* Description: Adds a featured image to each site in a WordPress Multisite Network.
6
- * Version: 3.4.1
+ * Version: 3.4.2
7
* Author: Austin Passy
8
* Author URI: https://austin.passy.co
9
* Text Domain: ms-featured-image
src/FeaturedImage.php
@@ -22,7 +22,7 @@
22
class FeaturedImage
23
{
24
25
- public const VERSION = '3.4.1';
+ public const VERSION = '3.4.2';
26
public const OPTION_NAME = 'ms_featured_image';
27
public const PLUGIN_SLUG = 'ms-featured-image';
28
0 commit comments