| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | * Plugin URI: https://thepatternswp.com |
| 5 | 5 | * Description: A growing library of ready-made block patterns can help you build websites faster in no time. |
| 6 | 6 | * Author: PatternsWP |
| 7 | 7 | * Author URI: https://thepatternswp.com |
| 8 | - * Version: 1.0.3 | |
| 8 | + * Version: 1.0.2 | |
| 9 | 9 | * License: GPL-2.0+ |
| 10 | 10 | * License URI: http://www.gnu.org/licenses/gpl-2.0.txt |
| 11 | 11 | * Text Domain: patternswp |
| 12 | 12 | * Domain Path: /languages |
| @@ -16,11 +16,10 @@ | ||
| 16 | 16 | if ( ! defined( 'WPINC' ) ) { |
| 17 | 17 | die; |
| 18 | 18 | } |
| 19 | 19 | |
| 20 | + | |
| 20 | 21 | /** |
| 21 | 22 | * The core plugin class. |
| 22 | 23 | */ |
| 23 | 24 | require plugin_dir_path( __FILE__ ) . 'inc/register-block-patterns.php'; |
| 24 | 25 | require plugin_dir_path( __FILE__ ) . 'inc/register-block-categories.php'; |
| 25 | - | |
| 26 | - | |