Skip to content

Commit

Permalink
proper version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerweb committed Sep 23, 2019
1 parent 8b5e928 commit facbd11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
**Requires at least:** 4.7
**Tested up to:** 5.2
**Requires PHP:** 5.6
**Stable tag:** 1.6.0
**Stable tag:** 1.7.0
**License:** GPL-2.0-or-later
**License URI:** https://opensource.org/licenses/GPL-2.0

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

## Upgrade Notice

### 1.7.0
Feature Release with 9 new integrations. - **Update highly recommended!** :-)

### 1.6.0
Feature Release with 13 new integrations. - **Update highly recommended!** :-)

Expand Down
4 changes: 2 additions & 2 deletions builder-template-categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Builder Template Categories
* Plugin URI: https://github.com/deckerweb/builder-template-categories
* 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').
* Version: 1.6.0
* Version: 1.7.0
* Author: David Decker - DECKERWEB
* Author URI: https://deckerweb.de/
* License: GPL-2.0-or-later
Expand Down Expand Up @@ -40,7 +40,7 @@
* @since 1.0.0
*/
/** Plugin version */
define( 'BTC_PLUGIN_VERSION', '1.6.0' );
define( 'BTC_PLUGIN_VERSION', '1.7.0' );

/** Plugin directory */
define( 'BTC_PLUGIN_DIR', trailingslashit( dirname( __FILE__ ) ) );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: elementor, page builder, templates, gutenberg, blocks, oceanwp, astra, gen
Requires at least: 4.7
Tested up to: 5.2
Requires PHP: 5.6
Stable tag: 1.6.0
Stable tag: 1.7.0
License: GPL-2.0-or-later
License URI: https://opensource.org/licenses/GPL-2.0

Expand Down

0 comments on commit facbd11

Please sign in to comment.