Skip to content

Commit

Permalink
New template added
Browse files Browse the repository at this point in the history
  • Loading branch information
someguy9 committed May 19, 2022
1 parent 77856fd commit d52659f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions mightyshare.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: MightyShare
* Plugin URI: https://mightyshare.io/wordpress/
* Description: Automatically generate social share preview images with MightyShare!
* Version: 1.0.5
* Version: 1.0.6
* Text Domain: mightyshare
* Author: MightyShare
* Author URI: https://mightyshare.io
Expand All @@ -13,7 +13,7 @@
exit; // Exit if accessed directly.
}

define( 'MIGHTYSHARE_VERSION', '1.0.5' );
define( 'MIGHTYSHARE_VERSION', '1.0.6' );
define( 'MIGHTYSHARE_DIR_URL', plugin_dir_url( __FILE__ ) );
define( 'MIGHTYSHARE_DIR_URI', plugin_dir_path( __FILE__ ) );

Expand Down Expand Up @@ -751,6 +751,7 @@ public function mightyshare_templates() {
'basic-2' => 'basic-2',
'clean-1' => 'clean-1',
'clean-2' => 'clean-2',
'clean-3' => 'clean-3',
'business-1' => 'business-1',
'screenshot-self' => 'Use a screenshot of the current page',
);
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: Social Preview, Open Graph, Social Media, Twitter Card, Open Graph Images
Requires at least: 5.4
Tested up to: 6.0
Requires PHP: 7.0
Stable tag: 1.0.5
Stable tag: 1.0.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html

Expand Down Expand Up @@ -52,6 +52,9 @@ The MightyShare plugin places a signed MightShare image URL onto your meta tags.

== Changelog ==

= 1.0.6 =
* New template added (clean-3).

= 1.0.5 =
* Bug fix preventing posts from showing the correct MightyShare state.

Expand Down

0 comments on commit d52659f

Please sign in to comment.