Changeset 3115122
- Timestamp:
- 07/09/2024 05:11:04 PM (20 months ago)
- Location:
- genesis-blocks
- Files:
-
- 10 edited
- 1 copied
-
tags/3.1.4 (copied) (copied from genesis-blocks/trunk)
-
tags/3.1.4/genesis-blocks.php (modified) (1 diff)
-
tags/3.1.4/languages/genesis-blocks.pot (modified) (2 diffs)
-
tags/3.1.4/readme.txt (modified) (2 diffs)
-
tags/3.1.4/src/blocks/block-sharing/index.php (modified) (1 diff)
-
tags/3.1.4/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/genesis-blocks.php (modified) (1 diff)
-
trunk/languages/genesis-blocks.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/blocks/block-sharing/index.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
genesis-blocks/tags/3.1.4/genesis-blocks.php
r3059862 r3115122 6 6 * Author: StudioPress 7 7 * Author URI: https://www.studiopress.com/ 8 * Version: 3.1. 38 * Version: 3.1.4 9 9 * License: GPL2+ 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt -
genesis-blocks/tags/3.1.4/languages/genesis-blocks.pot
r3059862 r3115122 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Genesis Blocks 3.1. 3\n"5 "Project-Id-Version: Genesis Blocks 3.1.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/genesis-blocks\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024-0 3-27T14:08:41+00:00\n"12 "POT-Creation-Date: 2024-07-09T17:02:58+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" -
genesis-blocks/tags/3.1.4/readme.txt
r3059862 r3115122 5 5 Requires at least: 6.1 6 6 Tested up to: 6.5 7 Stable tag: 3.1. 37 Stable tag: 3.1.4 8 8 Requires PHP: 7.1 9 9 License: GPLv2 or later … … 105 105 == Changelog == 106 106 107 = 3.1.4 = 108 * Fixed: Security improvement for the sharing block. 109 107 110 = 3.1.3 = 108 111 * Fixed: Minor security vulnerability. -
genesis-blocks/tags/3.1.4/src/blocks/block-sharing/index.php
r2568461 r3115122 271 271 </div>', 272 272 $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']: null273 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 278 278 ); 279 279 -
genesis-blocks/tags/3.1.4/vendor/composer/installed.php
r3059862 r3115122 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
genesis-blocks/trunk/genesis-blocks.php
r3059862 r3115122 6 6 * Author: StudioPress 7 7 * Author URI: https://www.studiopress.com/ 8 * Version: 3.1. 38 * Version: 3.1.4 9 9 * License: GPL2+ 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt -
genesis-blocks/trunk/languages/genesis-blocks.pot
r3059862 r3115122 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Genesis Blocks 3.1. 3\n"5 "Project-Id-Version: Genesis Blocks 3.1.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/genesis-blocks\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024-0 3-27T14:08:41+00:00\n"12 "POT-Creation-Date: 2024-07-09T17:02:58+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" -
genesis-blocks/trunk/readme.txt
r3059862 r3115122 5 5 Requires at least: 6.1 6 6 Tested up to: 6.5 7 Stable tag: 3.1. 37 Stable tag: 3.1.4 8 8 Requires PHP: 7.1 9 9 License: GPLv2 or later … … 105 105 == Changelog == 106 106 107 = 3.1.4 = 108 * Fixed: Security improvement for the sharing block. 109 107 110 = 3.1.3 = 108 111 * Fixed: Minor security vulnerability. -
genesis-blocks/trunk/src/blocks/block-sharing/index.php
r2568461 r3115122 271 271 </div>', 272 272 $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']: null273 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 278 278 ); 279 279 -
genesis-blocks/trunk/vendor/composer/installed.php
r3059862 r3115122 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.