Plugin Directory

Changeset 3115122


Ignore:
Timestamp:
07/09/2024 05:11:04 PM (20 months ago)
Author:
studiopress
Message:

Deploying version 3.1.4

Location:
genesis-blocks
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • genesis-blocks/tags/3.1.4/genesis-blocks.php

    r3059862 r3115122  
    66 * Author: StudioPress
    77 * Author URI: https://www.studiopress.com/
    8  * Version: 3.1.3
     8 * Version: 3.1.4
    99 * License: GPL2+
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
  • genesis-blocks/tags/3.1.4/languages/genesis-blocks.pot

    r3059862 r3115122  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Genesis Blocks 3.1.3\n"
     5"Project-Id-Version: Genesis Blocks 3.1.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/genesis-blocks\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-03-27T14:08:41+00:00\n"
     12"POT-Creation-Date: 2024-07-09T17:02:58+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.10.0\n"
  • genesis-blocks/tags/3.1.4/readme.txt

    r3059862 r3115122  
    55Requires at least: 6.1
    66Tested up to: 6.5
    7 Stable tag: 3.1.3
     7Stable tag: 3.1.4
    88Requires PHP: 7.1
    99License: GPLv2 or later
     
    105105== Changelog ==
    106106
     107= 3.1.4 =
     108* Fixed: Security improvement for the sharing block.
     109
    107110= 3.1.3 =
    108111* Fixed: Minor security vulnerability.
  • genesis-blocks/tags/3.1.4/src/blocks/block-sharing/index.php

    r2568461 r3115122  
    271271        </div>',
    272272        $share_url,
    273         isset( $attributes['shareButtonStyle'] ) ? $attributes['shareButtonStyle'] : null,
    274         isset( $attributes['shareButtonShape'] ) ? $attributes['shareButtonShape'] : null,
    275         isset( $attributes['shareButtonSize'] ) ? $attributes['shareButtonSize'] : null,
    276         isset( $attributes['shareButtonColor'] ) ? $attributes['shareButtonColor'] : null,
    277         isset( $attributes['shareAlignment'] ) ? 'gb-align-' . $attributes['shareAlignment'] : null
     273        isset( $attributes['shareButtonStyle'] ) ? esc_attr( $attributes['shareButtonStyle'] ) : null,
     274        isset( $attributes['shareButtonShape'] ) ? esc_attr( $attributes['shareButtonShape'] ) : null,
     275        isset( $attributes['shareButtonSize'] ) ? esc_attr( $attributes['shareButtonSize'] ) : null,
     276        isset( $attributes['shareButtonColor'] ) ? esc_attr( $attributes['shareButtonColor'] ) : null,
     277        isset( $attributes['shareAlignment'] ) ? 'gb-align-' . esc_attr( $attributes['shareAlignment'] ) : null
    278278    );
    279279
  • genesis-blocks/tags/3.1.4/vendor/composer/installed.php

    r3059862 r3115122  
    22    'root' => array(
    33        'name' => 'genesis/blocks',
    4         'pretty_version' => '3.1.3',
    5         'version' => '3.1.3.0',
    6         'reference' => '4bd8ecaa0277eb2ca80c211ade748c5cace86dcb',
     4        'pretty_version' => '3.1.4',
     5        'version' => '3.1.4.0',
     6        'reference' => '3e9f837f7e0451592bc5d0a2ae713e51a4c076b4',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'genesis/blocks' => array(
    14             'pretty_version' => '3.1.3',
    15             'version' => '3.1.3.0',
    16             'reference' => '4bd8ecaa0277eb2ca80c211ade748c5cace86dcb',
     14            'pretty_version' => '3.1.4',
     15            'version' => '3.1.4.0',
     16            'reference' => '3e9f837f7e0451592bc5d0a2ae713e51a4c076b4',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • genesis-blocks/trunk/genesis-blocks.php

    r3059862 r3115122  
    66 * Author: StudioPress
    77 * Author URI: https://www.studiopress.com/
    8  * Version: 3.1.3
     8 * Version: 3.1.4
    99 * License: GPL2+
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
  • genesis-blocks/trunk/languages/genesis-blocks.pot

    r3059862 r3115122  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Genesis Blocks 3.1.3\n"
     5"Project-Id-Version: Genesis Blocks 3.1.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/genesis-blocks\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-03-27T14:08:41+00:00\n"
     12"POT-Creation-Date: 2024-07-09T17:02:58+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.10.0\n"
  • genesis-blocks/trunk/readme.txt

    r3059862 r3115122  
    55Requires at least: 6.1
    66Tested up to: 6.5
    7 Stable tag: 3.1.3
     7Stable tag: 3.1.4
    88Requires PHP: 7.1
    99License: GPLv2 or later
     
    105105== Changelog ==
    106106
     107= 3.1.4 =
     108* Fixed: Security improvement for the sharing block.
     109
    107110= 3.1.3 =
    108111* Fixed: Minor security vulnerability.
  • genesis-blocks/trunk/src/blocks/block-sharing/index.php

    r2568461 r3115122  
    271271        </div>',
    272272        $share_url,
    273         isset( $attributes['shareButtonStyle'] ) ? $attributes['shareButtonStyle'] : null,
    274         isset( $attributes['shareButtonShape'] ) ? $attributes['shareButtonShape'] : null,
    275         isset( $attributes['shareButtonSize'] ) ? $attributes['shareButtonSize'] : null,
    276         isset( $attributes['shareButtonColor'] ) ? $attributes['shareButtonColor'] : null,
    277         isset( $attributes['shareAlignment'] ) ? 'gb-align-' . $attributes['shareAlignment'] : null
     273        isset( $attributes['shareButtonStyle'] ) ? esc_attr( $attributes['shareButtonStyle'] ) : null,
     274        isset( $attributes['shareButtonShape'] ) ? esc_attr( $attributes['shareButtonShape'] ) : null,
     275        isset( $attributes['shareButtonSize'] ) ? esc_attr( $attributes['shareButtonSize'] ) : null,
     276        isset( $attributes['shareButtonColor'] ) ? esc_attr( $attributes['shareButtonColor'] ) : null,
     277        isset( $attributes['shareAlignment'] ) ? 'gb-align-' . esc_attr( $attributes['shareAlignment'] ) : null
    278278    );
    279279
  • genesis-blocks/trunk/vendor/composer/installed.php

    r3059862 r3115122  
    22    'root' => array(
    33        'name' => 'genesis/blocks',
    4         'pretty_version' => '3.1.3',
    5         'version' => '3.1.3.0',
    6         'reference' => '4bd8ecaa0277eb2ca80c211ade748c5cace86dcb',
     4        'pretty_version' => '3.1.4',
     5        'version' => '3.1.4.0',
     6        'reference' => '3e9f837f7e0451592bc5d0a2ae713e51a4c076b4',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'genesis/blocks' => array(
    14             'pretty_version' => '3.1.3',
    15             'version' => '3.1.3.0',
    16             'reference' => '4bd8ecaa0277eb2ca80c211ade748c5cace86dcb',
     14            'pretty_version' => '3.1.4',
     15            'version' => '3.1.4.0',
     16            'reference' => '3e9f837f7e0451592bc5d0a2ae713e51a4c076b4',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.