| @@ -1,12 +1,15 @@ | ||
| 1 | 1 | <?php |
| 2 | + | |
| 2 | 3 | /** |
| 3 | 4 | * Plugin Name: Templately |
| 4 | 5 | * Description: The Best Templates Cloud for Elementor & Gutenberg. Get access to stunning templates, WorkSpace, Cloud Library & many more. |
| 5 | 6 | * Plugin URI: https://templately.com |
| 6 | 7 | * Author: Templately |
| 7 | - * Version: 3.1.0 | |
| 8 | + * Version: 3.8.0 | |
| 8 | 9 | * Author URI: https://templately.com/ |
| 10 | + * Requires at least: 5.0 | |
| 11 | + * Requires PHP: 7.2 | |
| 9 | 12 | * Text Domain: templately |
| 10 | 13 | * Domain Path: /languages |
| 11 | 14 | */ |
| 12 | 15 | defined( 'ABSPATH' ) or die( 'Access denied!' ); // Avoid direct file request |
| @@ -22,5 +25,5 @@ | ||
| 22 | 25 | function templately() { |
| 23 | 26 | return Templately\Plugin::get_instance(); |
| 24 | 27 | } |
| 25 | 28 | |
| 26 | -templately(); | |
| 29 | +templately(); | |