| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: Customify |
| 4 | 4 | Plugin URI: https://wordpress.org/plugins/customify/ |
| 5 | 5 | Description: A Theme Customizer Booster |
| 6 | -Version: 1.7.1 | |
| 6 | +Version: 1.7.3 | |
| 7 | 7 | Author: Pixelgrade |
| 8 | 8 | Author URI: https://pixelgrade.com |
| 9 | 9 | Author Email: contact@pixelgrade.com |
| 10 | 10 | Text Domain: customify |
| @@ -60,9 +60,9 @@ | ||
| 60 | 60 | * admin-specific hooks, and public-facing site hooks. |
| 61 | 61 | */ |
| 62 | 62 | require_once( plugin_dir_path( __FILE__ ) . 'class-pixcustomify.php' ); |
| 63 | 63 | |
| 64 | - $instance = PixCustomifyPlugin::instance( __FILE__, '1.7.0' ); | |
| 64 | + $instance = PixCustomifyPlugin::instance( __FILE__, '1.7.2' ); | |
| 65 | 65 | |
| 66 | 66 | return $instance; |
| 67 | 67 | } |
| 68 | 68 | |