Skip to content

Commit

Permalink
Merge pull request #645 from GatherPress/GP-612
Browse files Browse the repository at this point in the history
Update gatherpress prefix.
  • Loading branch information
mauteri authored Apr 27, 2024
2 parents 257c6fd + 1789180 commit d3e493a
Show file tree
Hide file tree
Showing 153 changed files with 521 additions and 480 deletions.
2 changes: 1 addition & 1 deletion build/admin_style.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => 'ceb7c66a2b1e518e5f59');
<?php return array('dependencies' => array(), 'version' => '95d396adaa06c1b8356f');
2 changes: 1 addition & 1 deletion build/admin_style.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.gp-admin__membership-check{align-items:center;display:flex;gap:1rem;padding:.5rem}.gp-admin__membership-check>div:last-child{margin-left:auto}
.gatherpress-admin__membership-check{align-items:center;display:flex;gap:1rem;padding:.5rem}.gatherpress-admin__membership-check>div:last-child{margin-left:auto}
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/add-to-calendar.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => '3ebd875b9e03f34024e6');
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => '31a497a09971bf95824e');
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/add-to-calendar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => '526d6768d91e90ae011a');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => '7f1ef69571912d591507');
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions build/blocks/add-to-calendar/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
$gatherpress_event = new Event( get_the_ID() );
?>
<div <?php echo wp_kses_data( get_block_wrapper_attributes() ); ?>>
<div class="gp-add-to-calendar">
<div class="gp-add-to-calendar__row">
<div class="gp-add-to-calendar__item">
<div class="gp-add-to-calendar__icon">
<div class="gatherpress-add-to-calendar">
<div class="gatherpress-add-to-calendar__row">
<div class="gatherpress-add-to-calendar__item">
<div class="gatherpress-add-to-calendar__icon">
<div class="dashicons dashicons-calendar"></div>
</div>
<div class="gp-add-to-calendar__text">
<a class="gp-add-to-calendar__init" href="#">
<div class="gatherpress-add-to-calendar__text">
<a class="gatherpress-add-to-calendar__init" href="#">
<?php esc_html_e( 'Add to calendar', 'gatherpress' ); ?>
</a>
<div class="gp-add-to-calendar__list" style="display: none;">
<div class="gatherpress-add-to-calendar__list" style="display: none;">
<?php foreach ( $gatherpress_event->get_calendar_links() as $gatherpress_calendar ) : ?>
<div class="gp-add-to-calendar__list-item">
<div class="gatherpress-add-to-calendar__list-item">
<?php if ( ! empty( $gatherpress_calendar['link'] ) ) : ?>
<a href="<?php echo esc_url( $gatherpress_calendar['link'] ); ?>" target="_blank" rel="noopener noreferrer">
<?php elseif ( ! empty( $gatherpress_calendar['download'] ) ) : ?>
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/style-index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/blocks/event-date/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('moment', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n'), 'version' => '73aae14034e929c88069');
<?php return array('dependencies' => array('moment', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n'), 'version' => 'd9a6fe9a9439ef24ba68');
Loading

0 comments on commit d3e493a

Please sign in to comment.