| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Plugin Name: Simple URLs | |
| 3 | + * Plugin Name: Lasso Lite (formerly Simple URLs) | |
| 4 | 4 | * Plugin URI: https://getlasso.co/?utm_source=SimpleURLs&utm_medium=WP |
| 5 | - * Description: Simple URLs is a complete URL management system that allows you create, manage, and track outbound links from your site by using custom post types and 301 redirects. | |
| 5 | + * Description: Lasso Lite (formally Simple URLs) is a complete URL management system that allows you create, manage, and track outbound links from your site by using custom post types and 301 redirects. | |
| 6 | 6 | * Author: Lasso |
| 7 | 7 | * Author URI: https://getlasso.co/?utm_source=SimpleURLs&utm_medium=WP |
| 8 | - * Version: 112 | |
| 8 | + * Version: 108 | |
| 9 | 9 | |
| 10 | 10 | * Text Domain: simple-urls |
| 11 | 11 | * Domain Path: /languages |
| 12 | 12 | |
| @@ -21,9 +21,9 @@ | ||
| 21 | 21 | use LassoLite\Classes\Init; |
| 22 | 22 | |
| 23 | 23 | // ? ============================================================================================== |
| 24 | 24 | // ? WE SHOULD UPDATE THE VERSION NUMBER HERE AS WELL WHEN RELEASING A NEW VERSION |
| 25 | -define( 'LASSO_LITE_VERSION', '112' ); | |
| 25 | +define( 'LASSO_LITE_VERSION', '108' ); | |
| 26 | 26 | // ? ============================================================================================== |
| 27 | 27 | |
| 28 | 28 | if ( ! defined( 'ABSPATH' ) ) { |
| 29 | 29 | exit; |