Plugin Directory

Changeset 2556052


Ignore:
Timestamp:
06/29/2021 07:30:55 PM (5 years ago)
Author:
phpbits
Message:

Version 1.31.1

Location:
block-options/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • block-options/trunk/includes/class-editorskit-typography-font-loader.php

    r2555965 r2556052  
    428428                    add_query_arg( array( 'family' => $googleFonts ), '//fonts.googleapis.com/css' ),
    429429                    array(),
    430                     EDITORSKIT_TYPOGRAPHY_VERSION
     430                    EDITORSKIT_VERSION
    431431                );
    432432            }
  • block-options/trunk/plugin.php

    r2555965 r2556052  
    44 * Plugin URI: https://editorskit.com/
    55 * 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
    77 * Author: Extendify
    88 * Author URI: https://extendify.com/
     
    9595
    9696            $this->define( 'EDITORSKIT_DEBUG', true );
    97             $this->define( 'EDITORSKIT_VERSION', '1.31' );
     97            $this->define( 'EDITORSKIT_VERSION', '1.31.1' );
    9898            $this->define( 'EDITORSKIT_HAS_PRO', false );
    9999            $this->define( 'EDITORSKIT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • block-options/trunk/readme.txt

    r2555965 r2556052  
    213213
    214214= 1.31 =
     215* Fixes: Use the correct defined constant to prevent PHP log 🐛
     216
     217= 1.31 =
    215218* New: Add Typography and Google Fonts add-on 🎊
    216219* New: Toggle to enable/disable Extendify library 🎉
Note: See TracChangeset for help on using the changeset viewer.