diff --git a/readme.txt b/readme.txt index 9f16674..a789434 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: highrisedigital, wpmarkuk, keithdevon Tags: social sharing, jobs, open graph, social images, twitter, facebook, linkedin Requires at least: 6.0.1 Tested up to: 6.0.1 -Stable tag: 1.0 +Stable tag: 0.1 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -84,7 +84,7 @@ You can also test how your jobs look on [Facebook](https://developers.facebook.c == Changelog == -= 1.0 = += 0.1 = * Initial plugin launch. == Upgrade Notice == diff --git a/simple-social-images-wpjm.php b/simple-social-images-wpjm.php index 8da9828..d3ae481 100644 --- a/simple-social-images-wpjm.php +++ b/simple-social-images-wpjm.php @@ -3,7 +3,7 @@ * Plugin Name: Simple Social Images for WP Job Manager * Plugin URI: https://simplesocialimages.com/wp-job-manager/ * Description: Create automated, beautiful and branded images for jobs shared on social media channels. This plugin requires a license for Simple Social Images. - * Version: 1.0 + * Version: 0.1 * Author: Highrise Digital * Author URI: https://highrise.digital/ * Text Domain: simple-social-images-wpjm @@ -14,7 +14,7 @@ // define variable for path to this plugin file. define( 'SSI_WPJM_LOCATION', dirname( __FILE__ ) ); define( 'SSI_WPJM_LOCATION_URL', plugins_url( '', __FILE__ ) ); -define( 'SSI_WPJM_VERSION', '1.0' ); +define( 'SSI_WPJM_VERSION', '0.1' ); /** * Function to run on plugins load.