Business Profile - Version 1.2.3

Version Description

(2018-12-14) = * Fix: fatal error in old versions of PHP (< 5.4)

Download this release

Release Info

Developer NateWr
Plugin Icon 128x128 Business Profile
Version 1.2.3
Comparing to
See all releases

Code changes from version 1.2.2 to 1.2.3

business-profile.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Business Profile
4
  * Plugin URI: http://themeofthecrop.com
5
  * Description: Contact information, Google Maps and opening hours made easy for businesses.
6
- * Version: 1.2.2
7
  * Author: Theme of the Crop
8
  * Author URI: http://themeofthecrop.com
9
  * License: GNU General Public License v2.0 or later
@@ -89,7 +89,7 @@ if ( ! class_exists( 'bpfwpInit', false ) ) :
89
  define( 'BPFWP_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
90
  define( 'BPFWP_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
91
  define( 'BPFWP_PLUGIN_FNAME', plugin_basename( __FILE__ ) );
92
- define( 'BPFWP_VERSION', '1.2.2' );
93
  }
94
 
95
  /**
3
  * Plugin Name: Business Profile
4
  * Plugin URI: http://themeofthecrop.com
5
  * Description: Contact information, Google Maps and opening hours made easy for businesses.
6
+ * Version: 1.2.3
7
  * Author: Theme of the Crop
8
  * Author URI: http://themeofthecrop.com
9
  * License: GNU General Public License v2.0 or later
89
  define( 'BPFWP_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
90
  define( 'BPFWP_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
91
  define( 'BPFWP_PLUGIN_FNAME', plugin_basename( __FILE__ ) );
92
+ define( 'BPFWP_VERSION', '1.2.3' );
93
  }
94
 
95
  /**
includes/class-blocks.php CHANGED
@@ -64,7 +64,7 @@ if ( ! class_exists( 'bpfwpBlocks', false ) ) :
64
  );
65
 
66
  register_block_type( 'business-profile/contact-card', array(
67
- 'editor_script' => ['business-profile-blocks', 'bpfwp-map'],
68
  'editor_style' => 'bpfwp-default',
69
  'render_callback' => 'bpwfwp_print_contact_card',
70
  'attributes' => array(
64
  );
65
 
66
  register_block_type( 'business-profile/contact-card', array(
67
+ 'editor_script' => array('business-profile-blocks', 'bpfwp-map'),
68
  'editor_style' => 'bpfwp-default',
69
  'render_callback' => 'bpwfwp_print_contact_card',
70
  'attributes' => array(
languages/business-profile.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GNU General Public License v2.0 or later.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Business Profile 1.2.2\n"
6
  "Report-Msgid-Bugs-To: https://themeofthecrop.com\n"
7
- "POT-Creation-Date: 2018-12-12 15:45:31+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the GNU General Public License v2.0 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Business Profile 1.2.3\n"
6
  "Report-Msgid-Bugs-To: https://themeofthecrop.com\n"
7
+ "POT-Creation-Date: 2018-12-14 16:49:24+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
package.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "name": "business-profile",
3
  "description": "Contact information, Google Maps and opening hours made easy for businesses.",
4
- "version": "1.2.2",
5
  "author": {
6
  "name": "Theme of the Crop",
7
  "url": "https://themeofthecrop.com"
1
  {
2
  "name": "business-profile",
3
  "description": "Contact information, Google Maps and opening hours made easy for businesses.",
4
+ "version": "1.2.3",
5
  "author": {
6
  "name": "Theme of the Crop",
7
  "url": "https://themeofthecrop.com"
readme.txt CHANGED
@@ -5,7 +5,7 @@ Plugin URL: http://themeofthecrop.com
5
  Requires at Least: 4.4
6
  Tested Up To: 5.0
7
  Tags: business profile, seo, local seo, schema, address, google map, contact, phone
8
- Stable tag: 1.2.2
9
  License: GPLv2 or later
10
  Donate link: http://themeofthecrop.com
11
 
@@ -86,6 +86,9 @@ You'll find more help in the [User Guide](http://doc.themeofthecrop.com/plugins/
86
 
87
  == Changelog ==
88
 
 
 
 
89
  = 1.2.2 (2018-12-12) =
90
  * Fix: contact card block loads in editor without saved location
91
 
5
  Requires at Least: 4.4
6
  Tested Up To: 5.0
7
  Tags: business profile, seo, local seo, schema, address, google map, contact, phone
8
+ Stable tag: 1.2.3
9
  License: GPLv2 or later
10
  Donate link: http://themeofthecrop.com
11
 
86
 
87
  == Changelog ==
88
 
89
+ = 1.2.3 (2018-12-14) =
90
+ * Fix: fatal error in old versions of PHP (< 5.4)
91
+
92
  = 1.2.2 (2018-12-12) =
93
  * Fix: contact card block loads in editor without saved location
94