Making WordPress.org

Changes between Version 3 and Version 4 of Ticket #3789, comment 2


Ignore:
Timestamp:
09/10/2018 02:39:16 PM (7 years ago)
Author:
nerrad
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3789, comment 2

    v3 v4  
    3535- Currently is added to the `widgets` category for blocks and just has a simple "list" icon.  This can change.
    3636- Allows for modification of the various sections of the markup (body, title, emphasis) for two states: outdated, up-to-date.
    37 - Has immediate preview of changes in markup available in the editor (it is _not_ using `<ServerSideRender>` because the block is simple so quicker to do js preview).
     37- Has immediate preview of changes in markup available in the editor (it is _not_ using `<ServerSideRender>` because the block is simple so quicker to do js preview. Also, no need for unnecessary round-trips to the server).
    3838- Has a method of toggling between out-dated preview and up-to-date php version preview.
    3939- Allows for setting what the minimum php version is used to consider for "up-to-date" messaging.