Skip to content

Commit 9c422a4

Browse files
Build assets for PR #11 (commit: 69ec283)
1 parent 29e3b8c commit 9c422a4

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

build/index-rtl.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.asset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-server-side-render'), 'version' => '79e650575932d2d72344');

build/index.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hm-query-loop.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: HM Query Loop
44
* Plugin URI: https://humanmade.com
55
* Description: Extends the Query Loop block with advanced controls for multiple query loops on a single page
6-
* Version: __VERSION__
6+
* Version: Pull Request #11 - Add server-side rendered preview for unselected query loop blocks
77
* Author: Human Made
88
* Author URI: https://humanmade.com
99
* License: GPL-2.0+
@@ -20,7 +20,7 @@
2020
exit;
2121
}
2222

23-
define( 'HM_QUERY_LOOP_VERSION', '__VERSION__' );
23+
define( 'HM_QUERY_LOOP_VERSION', 'Pull Request #11 - Add server-side rendered preview for unselected query loop blocks' );
2424
define( 'HM_QUERY_LOOP_PATH', plugin_dir_path( __FILE__ ) );
2525
define( 'HM_QUERY_LOOP_URL', plugin_dir_url( __FILE__ ) );
2626

0 commit comments

Comments
 (0)