| @@ -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.10 | |
| 8 | + * Version: 1.0.9 | |
| 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 |
| @@ -19,9 +19,9 @@ | ||
| 19 | 19 | |
| 20 | 20 | // Define plugin constants. |
| 21 | 21 | define('PWP_PLUGIN_DIR', plugin_dir_path(__FILE__)); |
| 22 | 22 | define('PWP_PLUGIN_URL', plugin_dir_url(__FILE__)); |
| 23 | -define('PWP_P_VERSION', '1.0.10'); | |
| 23 | +define('PWP_P_VERSION', '1.0.9'); | |
| 24 | 24 | define('PWP_PLUGIN_FILE', __FILE__); |
| 25 | 25 | define('PWP_ABSPATH', dirname(__FILE__) . '/'); |
| 26 | 26 | define('PWP_VERSION', get_file_data(__FILE__, ['Version'])[0]); |
| 27 | 27 | |
| @@ -170,5 +170,5 @@ | ||
| 170 | 170 | $links[] = '<a href="https://wordpress.org/support/plugin/patternswp/reviews/?filter=5" target="_blank">Rate Us</a>'; |
| 171 | 171 | } |
| 172 | 172 | return $links; |
| 173 | 173 | } |
| 174 | -add_filter('plugin_row_meta', 'patternswp_add_plugin_meta_links', 10, 2); | |
| 174 | +add_filter('plugin_row_meta', 'patternswp_add_plugin_meta_links', 10, 2); | |