Skip to content

Commit facbd11

Browse files
committed
proper version numbers
1 parent 8b5e928 commit facbd11

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
**Requires at least:** 4.7
1212
**Tested up to:** 5.2
1313
**Requires PHP:** 5.6
14-
**Stable tag:** 1.6.0
14+
**Stable tag:** 1.7.0
1515
**License:** GPL-2.0-or-later
1616
**License URI:** https://opensource.org/licenses/GPL-2.0
1717

@@ -688,6 +688,9 @@ As of version 1.5.0 of the plugin the following was achieved:
688688

689689
## Upgrade Notice
690690

691+
### 1.7.0
692+
Feature Release with 9 new integrations. - **Update highly recommended!** :-)
693+
691694
### 1.6.0
692695
Feature Release with 13 new integrations. - **Update highly recommended!** :-)
693696

builder-template-categories.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Builder Template Categories
1212
* Plugin URI: https://github.com/deckerweb/builder-template-categories
1313
* Description: This plugin adds a Taxonomy "Template Category" for categorizing templates to make the life of site builders a little bit easier. It integrates with Elementor My Templates, OceanWP My Library, Astra Custom Layouts, GeneratePress Elements, Blox for Genesis, AnyWhere Elementor Global Templates and JetThemeCore My Library (Kava Pro/ CrocoBlock). These categories only appear in the WP-Admin Dashboard and only for the administrator user role (capability 'edit_theme_options').
14-
* Version: 1.6.0
14+
* Version: 1.7.0
1515
* Author: David Decker - DECKERWEB
1616
* Author URI: https://deckerweb.de/
1717
* License: GPL-2.0-or-later
@@ -40,7 +40,7 @@
4040
* @since 1.0.0
4141
*/
4242
/** Plugin version */
43-
define( 'BTC_PLUGIN_VERSION', '1.6.0' );
43+
define( 'BTC_PLUGIN_VERSION', '1.7.0' );
4444

4545
/** Plugin directory */
4646
define( 'BTC_PLUGIN_DIR', trailingslashit( dirname( __FILE__ ) ) );

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: elementor, page builder, templates, gutenberg, blocks, oceanwp, astra, gen
55
Requires at least: 4.7
66
Tested up to: 5.2
77
Requires PHP: 5.6
8-
Stable tag: 1.6.0
8+
Stable tag: 1.7.0
99
License: GPL-2.0-or-later
1010
License URI: https://opensource.org/licenses/GPL-2.0
1111

0 commit comments

Comments
 (0)