Skip to content

Commit

Permalink
Add updated translations/assets & release v2.14.4 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
GravityView - CI committed Apr 28, 2022
1 parent c33919b commit ba802b4
Show file tree
Hide file tree
Showing 83 changed files with 20,754 additions and 17,903 deletions.
12 changes: 6 additions & 6 deletions future/lib/EDD_SL_Plugin_Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,26 +228,26 @@ public function show_update_notification( $file, $plugin ) {

printf(
/* translators: the plugin name. */
esc_html__( 'There is a new version of %1$s available.', 'easy-digital-downloads' ),
esc_html__( 'There is a new version of %1$s available.', 'gravityview' ),
esc_html( $plugin['Name'] )
);

if ( ! current_user_can( 'update_plugins' ) ) {
echo ' ';
esc_html_e( 'Contact your network administrator to install the update.', 'easy-digital-downloads' );
esc_html_e( 'Contact your network administrator to install the update.', 'gravityview' );
} elseif ( empty( $update_cache->response[ $this->name ]->package ) && ! empty( $changelog_link ) ) {
echo ' ';
printf(
/* translators: 1. opening anchor tag, do not translate 2. the new plugin version 3. closing anchor tag, do not translate. */
__( '%1$sView version %2$s details%3$s.', 'easy-digital-downloads' ),
__( '%1$sView version %2$s details%3$s.', 'gravityview' ),
'<a target="_blank" class="thickbox open-plugin-details-modal" href="' . esc_url( $changelog_link ) . '">',
esc_html( $update_cache->response[ $this->name ]->new_version ),
'</a>'
);
} elseif ( ! empty( $changelog_link ) ) {
echo ' ';
printf(
__( '%1$sView version %2$s details%3$s or %4$supdate now%5$s.', 'easy-digital-downloads' ),
__( '%1$sView version %2$s details%3$s or %4$supdate now%5$s.', 'gravityview' ),
'<a target="_blank" class="thickbox open-plugin-details-modal" href="' . esc_url( $changelog_link ) . '">',
esc_html( $update_cache->response[ $this->name ]->new_version ),
'</a>',
Expand All @@ -258,7 +258,7 @@ public function show_update_notification( $file, $plugin ) {
printf(
' %1$s%2$s%3$s',
'<a target="_blank" class="update-link" href="' . esc_url( wp_nonce_url( $update_link, 'upgrade-plugin_' . $file ) ) . '">',
esc_html__( 'Update now.', 'easy-digital-downloads' ),
esc_html__( 'Update now.', 'gravityview' ),
'</a>'
);
}
Expand Down Expand Up @@ -490,7 +490,7 @@ public function show_changelog() {
}

if ( ! current_user_can( 'update_plugins' ) ) {
wp_die( esc_html__( 'You do not have permission to install plugin updates', 'easy-digital-downloads' ), esc_html__( 'Error', 'easy-digital-downloads' ), array( 'response' => 403 ) );
wp_die( esc_html__( 'You do not have permission to install plugin updates', 'gravityview' ), esc_html__( 'Error', 'gravityview' ), array( 'response' => 403 ) );
}

$version_info = $this->get_repo_api_data();
Expand Down

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

2 changes: 1 addition & 1 deletion includes/extensions/entry-notes/assets/css/entry-notes.css

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

Loading

0 comments on commit ba802b4

Please sign in to comment.