diff --git a/Planist.php b/Planist.php index a512a40..2e418a5 100644 --- a/Planist.php +++ b/Planist.php @@ -4,7 +4,7 @@ * Plugin Name: Planist * Plugin URI: https://planist.live * Description: Planist Shortcode and Block - * Version: 1.0 + * Version: 1.0.0 * Author: Parsa Kafi * Author URI: https://parsa.ws */ @@ -64,7 +64,7 @@ class Planist $style = apply_filters('planist_iframe_style', $style, $url); - return ''; + return ''; } }