Changeset 2687264
- Timestamp:
- 03/02/2022 07:30:00 AM (4 years ago)
- Location:
- visual-editor/trunk
- Files:
-
- 3 edited
-
icon.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
visual-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
visual-editor/trunk/icon.js
r2687259 r2687264 11 11 12 12 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', 16 29 }) 17 30 ); -
visual-editor/trunk/readme.txt
r2687259 r2687264 4 4 Requires at least: 5.0 5 5 Tested up to: 5.9.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later -
visual-editor/trunk/visual-editor.php
r2687259 r2687264 3 3 Plugin Name: Visual Editor 4 4 Description: Improves the use of the gutenberg editor 5 Version: 1.0. 05 Version: 1.0.1 6 6 Author: Roberto Bottalico 7 7 Author URI: https://4wp.it
Note: See TracChangeset
for help on using the changeset viewer.