Plugin / Advanced Gutenberg Blocks

maximebj

Changelog

Changelog

1.9.4 (28/10/2019)

  • Ready for WordPress 5.3
  • Fixed: Some styles, script and the Noto font were loading in front, increasing HTTP requests for nothing

1.9.3 (09/10/2019)

  • Fixed: Text domain wasn’t properly called
  • Fixed: Removed WP texturize in block content to avoid — being transformed in – thanks to @lukaszmn
  • Fixed: Table of content entities and tags are handled better thanks to @lukaszmn
  • Improved: Added support for new languages: TypeScript and JSON thanks to lukaszmn
  • Fixed: Code block line Wrapping works fine thanks to @mcbenton
  • Fixed: Plugin blocks works again thanks to @dezodev
  • General improvements

1.9.2 (06/04/2019)

  • Fixed: Issue in website block
  • Warning: OpenGraph API has changed plans. You must login and accept new free plan so the website block works again.

1.9.1 (21/03/2019)

  • Improved: missing strings are now translatable in every language

1.9 (07/03/2019)

  • New: You can now add buttons to the editor Toolbar to improve the Tiny MCE experience
  • Improved: Updated the way the plugin unregister blocks (following this issue)

1.8.5 (24/01/2019)

  • Fixed: Better default values handling in PHP rendered blocks
  • Fixed: Post block didn’t display post Thumbnail anymore

1.8.4 (22/01/2019)

  • Fixed: Notice Block needed more depreciation scheme after fixing messy SVG icons
  • Fixed: Table of Content JS didn’t work for people who changed the native jQuery version on theme

1.8.3 (22/01/2019)

Big update with a few new features but a lot of fixes. I’ve heard you on wp.org and Github! Thanks for your support.

  • French translation up to date
  • New: Code Block now supports plain text (Thanks to ronisbr)
  • New: Table of content is now foldable (Thanks to fethomm) and has more options: default header text, maximum level depth and folded by default
  • Improved: API Key fields in block management page are now only accessible for ‘manage_options’ capabilities (Thanks to Sebastient Serre)
  • Improved: Dashboard styles
  • Improved: Paragraph can now be transformed in Intro block
  • Fixed: Some PHP data validation where messy (Thanks to Thierry Pigot)
  • Fixed: Error with Post Block rendering
  • Fixed: Code block JSX lang is now properly working
  • Fixed: Code block Rust lang is now properly working
  • Fixed: Code block Shell lang is now properly working
  • Fixed: Escaped code in code block to avoid issues with apostrophes (thanks to Pwharton)
  • Fixed: PHP lang was hard to choose because of a missing CSS z-index attribute
  • Fixed: Plugin without icon now displays a placeholder image
  • Fixed: Get full size image in Post Block thumbnail if Large is not available
  • Fixed: Bug with Notice block icon rendering
  • Fixed: When a block invites to set API key, the URL to blocks management page is now always good (even on multisite)
  • Fixed: Depreciation in Notice block now works
  • Fixed:   chars are no longer appearing in Table of Contents Block

1.8.2 (02/01/2019)

  • Fixed: Bad settings values in CodeMirror in Code Block
  • Fixed: Bug preventing PHP code in front in Code Block

1.8.1 (28/12/2018)

  • New Setting: Long lines wrap in Code block
  • New Setting: Highlight lines in Code block
  • Fixed: Custom Post Types on Post block
  • Fixed: Search broken on product block
  • Fixed: Admin CSS/JS didn’t load on non english languages

1.8 (27/12/2018)

  • New block: Code with syntax highlighting, dozen of themes and languages
  • Improved: Gmap block supports wide and full alignment
  • Optimization: Better performances

1.7.1 (21/12/2018)

  • Fix: Giphy now works on HTTPS sites
  • Fix: Unsplash image description

1.7 (21/12/2018)

  • New Block: Search and display GIFs from Giphy
  • New Block: Search and import images from Unsplash
  • Fixed: Notice block icon bug

1.6 (19/12/2018)

  • New: Dashboard to manage blocks
  • New: separate Dashboard to disable native blocks
  • Fixed: a bug preventing activation
  • Fixed: loss of options data

1.5 (17/12/2018)

  • New Feature: “Editor settings” – tweak editor setting without code!
  • New Editor settings option: Customize Editor Width (and wide blocks width too)
  • New Editor settings option: Customize default colors in color Palette
  • New Editor settings option: Disable custom color button in color Palette
  • New Editor settings option: Customize fonts sizes and names in paragraph size selector
  • New Editor settings option: Disable custom font size option in paragraphs
  • New Editor settings option: Activate Wide blocks
  • New Editor settings option: Activate Editor blocks defaults stylesheet
  • New Editor settings option: Activate responsive embeds
  • New in Notice Block: New styles variations available
  • New in Notice Block: Notices can display an icon
  • Fixed: 2 bugs on Add to cart block

1.4.4 (10/12/2018)

  • Fixed: error on WP 4.x
  • Fixed: error on Blocks management page

1.4.3 (05/12/2018)

  • Compatible with WordPress 5.0 and Gutenberg official release!
  • Blocks are now grouped in the same category in the inserter
  • Changed blocks colors in inserter menu
  • Fixed: bug in Add to cart button
  • Fixed: bug in Summary code preventing good anchors slugs
  • Fixed: bug in Post block forgetting its ID
  • Fixed: bug in Post block with no thumbnail
  • Fixed: multiple little things

1.4.2 (19/09/2018)

  • Added filters for template files
  • Fixed a bug when searching for a post or a product
  • Removed lodash dependency and use the one in gutenberg

1.4.1 (12/09/2018)

  • Fixed a bug crashing the table of contents
  • Improved React code to fit good practices

1.4 (12/09/2018)

  • New block: Table of contents block
  • New block: Subhead block
  • Checking compatibility with Gutenberg 3.8

1.3.2 (04/09/2018)

  • Compatibility with Gutenberg 3.7
  • Fixed a bug causing an error on activation
  • Fixed deactivated blocks to work with the newer Gutenberg versions
  • Rewrote Add To Cart Button because withAPIData has been deprecated in Gutenberg
  • Rewrote Product Block because withAPIData has been deprecated in Gutenberg
  • Fixed accessing WooCommerce API by adding an API Key authentification
  • Fixed dynamic search in Settings page
  • Fixed Post block when choosing other post types
  • A backend CSS style was loaded in front, causing CSS conflicts with 2 columns block

1.3.1 (07/08/2018)

  • Fixed bad URL in Click To Tweet block

1.3 (09/07/2018)

  • New block: Click To Tweet
  • Added a fuzzy search to help you find a block on settings page

1.2.7 (29/06/2018)

  • Added background color to blocks in Gutenberg Block list
  • Fixed bug preventing settings to be saved

1.2.6 (25/05/2018)

  • Fixed bug occuring when WooCommerce is not installed/enabled

1.2.5 (25/05/2018)

  • Fixed disable block functionality thanks to D Willitzer (djdesign)
  • Fixed bug on activation
  • Improved code for better performances

1.2.4 (19/05/2018)

  • Compatibility with the new Gutenberg 2.9
  • Fixed a bug on plugin activation thanks to Thierry (Theremingenieur)

1.2.3 (17/05/2018)

  • Fixed a bug occuring in plugins page

1.2.2 (17/05/2018)

  • Improved Plugin block. Now fully dynamic. Warning: You’ll need to recreate your Plugin blocks.
  • Fixed post block link
  • General improvment

1.2.1 (14/05/2018)

  • Improved Card preview data fetching
  • Fixed a bug with Card plugin API key
  • Fixed Assets version to avoid cache issues on update
  • Fixed text input labels and styles

1.2 (14/05/2018)

  • WARNING: This version breaks compatibility with previous version. You’ll need to recreate your blocks. Sorry for that, it wont happen again : I’m changing the plugin slug, textdomain and blocks ID to avoid conflict with another plugin.
  • Compatibility with Gutenberg 2.8
  • Fixed Post block issues
  • Fixed Website Card issues
  • Fixed testimonial unselectable fields
  • General improvements

1.1.1 (26/03/2018)

  • Fixed Gmap block
  • Improved front style consistency

1.1.0 (18/03/2018)

  • Added Google Maps Block
  • French Translation

1.0.0 (13/03/2018)

  • First release with a few blocks and the blocks manager

Ratings

4.4
13 reviews

Rating breakdown

Details Information

Version

1.9.4

First Released

14 Mar, 2018

Total Downloads

33,607

Wordpress Version

5.0 or higher

Tested up to:

5.3

Require PHP Version:

5.6 or higher

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.