Plugin Directory

Changeset 2687264


Ignore:
Timestamp:
03/02/2022 07:30:00 AM (4 years ago)
Author:
4wpbari
Message:

insert ico

Location:
visual-editor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • visual-editor/trunk/icon.js

    r2687259 r2687264  
    1111
    1212    wp.element.createElement('path', {
    13         style: { fill: 'none', stroke: 'currentColor' },
    14         d:
    15             'm33 6.4l-3.7-3.7a1.71 1.71 0 0 0-2.36 0L23.65 6H6a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V11.76l3-3a1.67 1.67 0 0 0 0-2.36ZM18.83 20.13l-4.19.93l1-4.15l9.55-9.57l3.23 3.23ZM29.5 9.43L26.27 6.2l1.85-1.85l3.23 3.23Z',
     13        style: { fill: '#991199'},
     14        d:  'M23.21,6.67a.09.09,0,0,0,0,0h0a.09.09,0,0,0-.09-.08H19.56a.09.09,0,0,0-.08,0L12.07,19.06a.09.09,0,0,1-.06,0h0a.09.09,0,0,1-.06,0L4.66,6.58a.11.11,0,0,0-.09-.05H.94a.09.09,0,0,0-.08.14l9.58,15.76a1.86,1.86,0,0,0,1.61.9,2.2,2.2,0,0,0,.3,0s1-.28,1.25-.72Z',
     15    }),
     16   
     17    wp.element.createElement('polygon', {
     18        style: { fill: '#991199'},
     19        points:  '14.72 23.31 28.93 23.31 28.93 19.45 17.04 19.45 14.72 23.31',
     20    }),
     21   
     22    wp.element.createElement('polygon', {
     23        style: { fill: '#991199'},
     24        points:  '18.57 16.91 28.93 16.91 28.93 13.06 20.88 13.06 18.57 16.91',
     25    }),
     26    wp.element.createElement('polygon', {
     27        style: { fill: '#991199'},
     28        points:  '23.26 6.53 20.02 10.45 28.93 10.45 28.93 6.53 23.26 6.53',
    1629    })
    1730);
  • visual-editor/trunk/readme.txt

    r2687259 r2687264  
    44Requires at least: 5.0
    55Tested up to: 5.9.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
  • visual-editor/trunk/visual-editor.php

    r2687259 r2687264  
    33Plugin Name: Visual Editor
    44Description: Improves the use of the gutenberg editor
    5 Version: 1.0.0
     5Version: 1.0.1
    66Author: Roberto Bottalico
    77Author URI: https://4wp.it
Note: See TracChangeset for help on using the changeset viewer.