Changeset 2556052
- Timestamp:
- 06/29/2021 07:30:55 PM (5 years ago)
- Location:
- block-options/trunk
- Files:
-
- 3 edited
-
includes/class-editorskit-typography-font-loader.php (modified) (1 diff)
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
block-options/trunk/includes/class-editorskit-typography-font-loader.php
r2555965 r2556052 428 428 add_query_arg( array( 'family' => $googleFonts ), '//fonts.googleapis.com/css' ), 429 429 array(), 430 EDITORSKIT_ TYPOGRAPHY_VERSION430 EDITORSKIT_VERSION 431 431 ); 432 432 } -
block-options/trunk/plugin.php
r2555965 r2556052 4 4 * Plugin URI: https://editorskit.com/ 5 5 * Description: EditorsKit is a suite of <strong>page building block options</strong> for the Gutenberg block editor. 6 * Version: 1.31 6 * Version: 1.31.1 7 7 * Author: Extendify 8 8 * Author URI: https://extendify.com/ … … 95 95 96 96 $this->define( 'EDITORSKIT_DEBUG', true ); 97 $this->define( 'EDITORSKIT_VERSION', '1.31 ' );97 $this->define( 'EDITORSKIT_VERSION', '1.31.1' ); 98 98 $this->define( 'EDITORSKIT_HAS_PRO', false ); 99 99 $this->define( 'EDITORSKIT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
block-options/trunk/readme.txt
r2555965 r2556052 213 213 214 214 = 1.31 = 215 * Fixes: Use the correct defined constant to prevent PHP log 🐛 216 217 = 1.31 = 215 218 * New: Add Typography and Google Fonts add-on 🎊 216 219 * New: Toggle to enable/disable Extendify library 🎉
Note: See TracChangeset
for help on using the changeset viewer.