Plugin Directory

Changeset 2895103


Ignore:
Timestamp:
04/06/2023 03:06:14 PM (3 years ago)
Author:
visualmodo
Message:

1.4.7 - Apr 06 2023

  • Improvements - Block Editor Element - Contact Information.
Location:
borderless
Files:
215 added
3 edited

Legend:

Unmodified
Added
Removed
  • borderless/trunk/borderless.php

    r2889447 r2895103  
    55Plugin URI: https://visualmodo.com/borderless/
    66Description: One service packed with powerful tools to help you reach your purposes.
    7 Version: 1.4.6
     7Version: 1.4.7
    88Author: Visualmodo
    99Author URI: https://visualmodo.com
     
    2121/*-----------------------------------------------------------------------------------*/
    2222
    23 define( 'BORDERLESS__VERSION', '1.4.6' );
     23define( 'BORDERLESS__VERSION', '1.4.7' );
    2424define( 'BORDERLESS__DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'BORDERLESS__URL', plugins_url( '/', __FILE__ ) );
  • borderless/trunk/modules/block-editor/contact-information/contact-information.js

    r2863940 r2895103  
    147147                "option",
    148148                {
     149                  value: "borderless-contact-info--icon-default-color"
     150                },
     151                "Select"
     152              ),
     153              React.createElement(
     154                "option",
     155                {
    149156                  value: "borderless-contact-info--icon-light-mode"
    150157                },
     
    199206                onChange: updateTextColor
    200207              },
     208              React.createElement(
     209                "option",
     210                {
     211                  value: "borderless-contact-info--text-default-color"
     212                },
     213                "Select"
     214              ),
    201215              React.createElement(
    202216                "option",
  • borderless/trunk/readme.txt

    r2889447 r2895103  
    55Tested up to: 6.2
    66Requires PHP: 7.4
    7 Stable tag: 1.4.6
     7Stable tag: 1.4.7
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8282== Changelog ==
    8383
     84= 1.4.7 - Apr 06 2023 =
     85* Improvements - Block Editor Element - Contact Information.
     86
    8487= 1.4.6 - Mar 29 2023 =
    8588* New - Support to Anzu Templates. Built-in theme editor from custom templates.
Note: See TracChangeset for help on using the changeset viewer.