Skip to content

Commit

Permalink
Fixed Rename File after Remote
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrshaddarzi committed Nov 22, 2018
1 parent df2537c commit 0402b19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wp-parsaspace.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
* that starts the plugin.
*
* @link https://realwp.net/
* @since 1.0.5
* @since 1.0.6
* @package Wp_Parsaspace
*
* @wordpress-plugin
* Plugin Name: ParsaSpace CDN Host
* Plugin URI: https://realwp.net/wp-parsaspace
* GitHub URI: mehrshaddarzi/wp-parsaspace
* Description: Connect your WordPress Media Library to the ParsSpace CDN Host and Enjoy
* Version: 1.0.5
* Version: 1.0.6
* Author: Mehrshad Darzi
* Author URI: https://realwp.net/
* License: GPL-2.0+
Expand All @@ -36,7 +36,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'WP_PARSASPACE_VERSION', '1.0.5' );
define( 'WP_PARSASPACE_VERSION', '1.0.6' );
define( 'WP_PARSASPACE_DIR_URL', plugin_dir_url(__FILE__) );
define( 'WP_PARSASPACE_DIR_PATH', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit 0402b19

Please sign in to comment.