The Events Calendar Shortcode - Version 2.2.1

Version Description

  • Adds block description
Download this release

Release Info

Developer brianhogg
Plugin Icon 128x128 The Events Calendar Shortcode
Version 2.2.1
Comparing to
See all releases

Code changes from version 2.2 to 2.2.1

block/block.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "events-calendar-shortcode/block",
3
+ "title": "The Events Calendar Block",
4
+ "category": "common",
5
+ "icon": {
6
+ "slug": "the-events-calendar-block",
7
+ "src": "./config/svg.js",
8
+ "foreground": "#000000",
9
+ "background": "#FFFFFF"
10
+ },
11
+ "description": "Display your events from The Events Calendar",
12
+ "keywords": [ "event", "events", "calendar", "shortcode", "modern tribe" ]
13
+ }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: event, events, calendar, shortcode, modern tribe
4
  Requires at least: 4.1
5
  Requires PHP: 5.3
6
  Tested up to: 5.2
7
- Stable tag: 2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -178,6 +178,12 @@ The [pro version of the plugin](https://eventcalendarnewsletter.com/the-events-c
178
 
179
  == Upgrade Notice ==
180
 
 
 
 
 
 
 
181
  = 2.1 =
182
  * Disables the new WP editor block if Cornerstone page builder is active due to incompatibilities
183
 
@@ -289,6 +295,12 @@ Fix missing ul
289
 
290
  == Changelog ==
291
 
 
 
 
 
 
 
292
  = 2.1 =
293
  * Disables the new WP editor block if Cornerstone page builder is active due to incompatibilities
294
 
4
  Requires at least: 4.1
5
  Requires PHP: 5.3
6
  Tested up to: 5.2
7
+ Stable tag: 2.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
178
 
179
  == Upgrade Notice ==
180
 
181
+ = 2.2.1 =
182
+ * Adds block description
183
+
184
+ = 2.2 =
185
+ * Compatibility fixes with Divi
186
+
187
  = 2.1 =
188
  * Disables the new WP editor block if Cornerstone page builder is active due to incompatibilities
189
 
295
 
296
  == Changelog ==
297
 
298
+ = 2.2.1 =
299
+ * Adds block description
300
+
301
+ = 2.2 =
302
+ * Compatibility fixes with Divi
303
+
304
  = 2.1 =
305
  * Disables the new WP editor block if Cornerstone page builder is active due to incompatibilities
306
 
the-events-calendar-shortcode.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: The Events Calendar Shortcode & Block
4
  Plugin URI: https://eventcalendarnewsletter.com/the-events-calendar-shortcode/
5
  Description: An addon to add shortcode and new editor block functionality for The Events Calendar Plugin by Modern Tribe.
6
- Version: 2.2
7
  Author: Event Calendar Newsletter
8
  Author URI: https://eventcalendarnewsletter.com/the-events-calendar-shortcode
9
  Contributors: brianhogg
3
  Plugin Name: The Events Calendar Shortcode & Block
4
  Plugin URI: https://eventcalendarnewsletter.com/the-events-calendar-shortcode/
5
  Description: An addon to add shortcode and new editor block functionality for The Events Calendar Plugin by Modern Tribe.
6
+ Version: 2.2.1
7
  Author: Event Calendar Newsletter
8
  Author URI: https://eventcalendarnewsletter.com/the-events-calendar-shortcode
9
  Contributors: brianhogg