| @@ -3,14 +3,14 @@ | ||
| 3 | 3 | * Plugin Name: Templately |
| 4 | 4 | * Description: The Best Templates Cloud for Elementor & Gutenberg. Get access to stunning templates, WorkSpace, Cloud Library & many more. |
| 5 | 5 | * Plugin URI: https://templately.com |
| 6 | 6 | * Author: Templately |
| 7 | - * Version: 3.0.5 | |
| 7 | + * Version: 2.0.5 | |
| 8 | 8 | * Author URI: https://templately.com/ |
| 9 | 9 | * Text Domain: templately |
| 10 | 10 | * Domain Path: /languages |
| 11 | 11 | */ |
| 12 | -defined( 'ABSPATH' ) or die( 'Access denied!' ); // Avoid direct file request | |
| 12 | +defined('ABSPATH') or die( 'Access denied!' ); // Avoid direct file request | |
| 13 | 13 | |
| 14 | 14 | define( 'TEMPLATELY_FILE', __FILE__ ); |
| 15 | 15 | define( 'TEMPLATELY_PATH', plugin_dir_path( TEMPLATELY_FILE ) ); |
| 16 | 16 | require TEMPLATELY_PATH . 'vendor/autoload.php'; |
| @@ -19,8 +19,8 @@ | ||
| 19 | 19 | * Templately Class will be instantiated by function. |
| 20 | 20 | * @return Templately\Plugin |
| 21 | 21 | */ |
| 22 | 22 | function templately() { |
| 23 | - return Templately\Plugin::get_instance(); | |
| 23 | + return Templately\Plugin::get_instance(); | |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | templately(); |