Changeset 1984689
- Timestamp:
- 12/03/2018 07:51:31 PM (7 years ago)
- Location:
- momoyoga-integration
- Files:
-
- 3 edited
- 8 copied
-
tags/2.2.1 (copied) (copied from momoyoga-integration/trunk)
-
tags/2.2.1/css/block-editor.css (copied) (copied from momoyoga-integration/trunk/css/block-editor.css)
-
tags/2.2.1/js/block-schedule.js (copied) (copied from momoyoga-integration/trunk/js/block-schedule.js)
-
tags/2.2.1/js/schedule.min.js (copied) (copied from momoyoga-integration/trunk/js/schedule.min.js)
-
tags/2.2.1/momoyoga-admin.php (copied) (copied from momoyoga-integration/trunk/momoyoga-admin.php)
-
tags/2.2.1/momoyoga-gutenburg.php (copied) (copied from momoyoga-integration/trunk/momoyoga-gutenburg.php) (1 diff)
-
tags/2.2.1/momoyoga-schedule.php (copied) (copied from momoyoga-integration/trunk/momoyoga-schedule.php) (3 diffs)
-
tags/2.2.1/readme.txt (copied) (copied from momoyoga-integration/trunk/readme.txt) (2 diffs)
-
trunk/momoyoga-gutenburg.php (modified) (1 diff)
-
trunk/momoyoga-schedule.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
momoyoga-integration/tags/2.2.1/momoyoga-gutenburg.php
r1982035 r1984689 16 16 17 17 18 $gutenberg_block = new GutenbergBlock(); 19 add_action( 'init', array( $gutenberg_block, 'add_hooks' ) ); 18 if (function_exists('register_block_type')) { 19 $gutenberg_block = new GutenbergBlock(); 20 add_action( 'init', array( $gutenberg_block, 'add_hooks' ) ); 21 } -
momoyoga-integration/tags/2.2.1/momoyoga-schedule.php
r1982035 r1984689 3 3 /** 4 4 * @package Momoyoga integration plugin 5 * @version 2.2. 05 * @version 2.2.1 6 6 */ 7 7 /* … … 9 9 Plugin URI: https://help.momoyoga.com/hc/en-us/articles/115003513171-How-to-integrate-the-schedule-with-my-website-using-Wordpress- 10 10 Description: Show your Momoyoga class schedule on your Wordpress website. 11 Version: 2.2. 011 Version: 2.2.1 12 12 Author: Momoyoga 13 13 Author URI: https://www.momoyoga.com … … 16 16 */ 17 17 18 define('MOMO_PLUGIN_VERSION', '2.2. 0');18 define('MOMO_PLUGIN_VERSION', '2.2.1'); 19 19 20 20 -
momoyoga-integration/tags/2.2.1/readme.txt
r1982035 r1984689 4 4 Requires at least: 4.0 5 5 Tested up to: 5.0 6 Stable tag: 2.2. 06 Stable tag: 2.2.1 7 7 License: GPLv2 or later 8 8 … … 81 81 == Changelog == 82 82 83 = 2.2.1 = 84 *Release Date - 3 December 2018* 85 86 * Fix a 500 error when Gutenburg is not installed. 87 83 88 = 2.2.0 = 84 89 *Release Date - 28 November 2018* -
momoyoga-integration/trunk/momoyoga-gutenburg.php
r1982035 r1984689 16 16 17 17 18 $gutenberg_block = new GutenbergBlock(); 19 add_action( 'init', array( $gutenberg_block, 'add_hooks' ) ); 18 if (function_exists('register_block_type')) { 19 $gutenberg_block = new GutenbergBlock(); 20 add_action( 'init', array( $gutenberg_block, 'add_hooks' ) ); 21 } -
momoyoga-integration/trunk/momoyoga-schedule.php
r1982035 r1984689 3 3 /** 4 4 * @package Momoyoga integration plugin 5 * @version 2.2. 05 * @version 2.2.1 6 6 */ 7 7 /* … … 9 9 Plugin URI: https://help.momoyoga.com/hc/en-us/articles/115003513171-How-to-integrate-the-schedule-with-my-website-using-Wordpress- 10 10 Description: Show your Momoyoga class schedule on your Wordpress website. 11 Version: 2.2. 011 Version: 2.2.1 12 12 Author: Momoyoga 13 13 Author URI: https://www.momoyoga.com … … 16 16 */ 17 17 18 define('MOMO_PLUGIN_VERSION', '2.2. 0');18 define('MOMO_PLUGIN_VERSION', '2.2.1'); 19 19 20 20 -
momoyoga-integration/trunk/readme.txt
r1982035 r1984689 4 4 Requires at least: 4.0 5 5 Tested up to: 5.0 6 Stable tag: 2.2. 06 Stable tag: 2.2.1 7 7 License: GPLv2 or later 8 8 … … 81 81 == Changelog == 82 82 83 = 2.2.1 = 84 *Release Date - 3 December 2018* 85 86 * Fix a 500 error when Gutenberg is not installed. 87 83 88 = 2.2.0 = 84 89 *Release Date - 28 November 2018*
Note: See TracChangeset
for help on using the changeset viewer.