Plugin Directory

Changeset 2019979


Ignore:
Timestamp:
01/27/2019 06:45:00 PM (7 years ago)
Author:
mraliende
Message:

1.17

Location:
good-url-preview-box
Files:
5 edited
44 copied

Legend:

Unmodified
Added
Removed
  • good-url-preview-box/tags/1.17/blocks/gurlpb/index.js

    r2019958 r2019979  
    208208         */
    209209    save: function(props) {
    210         return el( 'p', { style: blockStyle }, '[urlpreviewbox url="' + props.attributes.linkedURL + '"]' );
     210        return el( 'p', { class: 'wp-block-good-url-preview-box-gurlpb' }, '[urlpreviewbox url="' + props.attributes.linkedURL + '"]' );
    211211    },
    212212       
  • good-url-preview-box/tags/1.17/gurlpb-config.php

    r2019966 r2019979  
    11<?php
    22class Gurlpb_config {
    3     public static $_VERSION = '1.14'; // CHANGE ALSO IN gute-url-preview-box.php, README AND IN SVN!
     3    public static $_VERSION = '1.17'; // CHANGE ALSO IN gute-url-preview-box.php, README AND IN SVN!
    44    public static $_DEBUG = false;
    55    public static $_LOCAL = false;
  • good-url-preview-box/tags/1.17/gute-url-preview-box.php

    r2019966 r2019979  
    66Author: Martin Schaedler
    77Author URI: https://hypnose54321.de/frankfurt/_contact.html
    8 Version: 1.14
     8Version: 1.17
    99Text Domain: gurlpb
    1010*/
  • good-url-preview-box/tags/1.17/readme.txt

    r2019958 r2019979  
    115115== Upgrade Notice ==
    116116
    117 = 1.2 =
     117= 1.17 =
    118118Two big modifications:
    119119- Support of the new Wordpress Editor. Please select embed block "Url Preview Box".
     
    168168== Changelog ==
    169169
    170 = 1.2 =
     170= 1.17 =
    171171Support of the new Wordpress Editor Gutenberg.
    172172Plugin limit you to 10 Boxes, if you do not have purchased a licence key.
  • good-url-preview-box/trunk/blocks/gurlpb/index.js

    r2019958 r2019979  
    208208         */
    209209    save: function(props) {
    210         return el( 'p', { style: blockStyle }, '[urlpreviewbox url="' + props.attributes.linkedURL + '"]' );
     210        return el( 'p', { class: 'wp-block-good-url-preview-box-gurlpb' }, '[urlpreviewbox url="' + props.attributes.linkedURL + '"]' );
    211211    },
    212212       
  • good-url-preview-box/trunk/gurlpb-config.php

    r2019966 r2019979  
    11<?php
    22class Gurlpb_config {
    3     public static $_VERSION = '1.14'; // CHANGE ALSO IN gute-url-preview-box.php, README AND IN SVN!
     3    public static $_VERSION = '1.17'; // CHANGE ALSO IN gute-url-preview-box.php, README AND IN SVN!
    44    public static $_DEBUG = false;
    55    public static $_LOCAL = false;
  • good-url-preview-box/trunk/gute-url-preview-box.php

    r2019966 r2019979  
    66Author: Martin Schaedler
    77Author URI: https://hypnose54321.de/frankfurt/_contact.html
    8 Version: 1.14
     8Version: 1.17
    99Text Domain: gurlpb
    1010*/
  • good-url-preview-box/trunk/readme.txt

    r2019958 r2019979  
    115115== Upgrade Notice ==
    116116
    117 = 1.2 =
     117= 1.17 =
    118118Two big modifications:
    119119- Support of the new Wordpress Editor. Please select embed block "Url Preview Box".
     
    168168== Changelog ==
    169169
    170 = 1.2 =
     170= 1.17 =
    171171Support of the new Wordpress Editor Gutenberg.
    172172Plugin limit you to 10 Boxes, if you do not have purchased a licence key.
Note: See TracChangeset for help on using the changeset viewer.