Skip to content

Commit 00eb9e4

Browse files
authored
Merge pull request #975 from cloudinary/hotfix/3.2.0-build-3
Hotfix 3.2.0-build-3
2 parents f413037 + 3118d8e commit 00eb9e4

File tree

5 files changed

+25
-24
lines changed

5 files changed

+25
-24
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0-build-2
1+
3.2.0-build-3

languages/cloudinary.pot

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: Cloudinary STABLETAG\n"
66
"Report-Msgid-Bugs-To: https://github.com/cloudinary/cloudinary_wordpress\n"
7-
"POT-Creation-Date: 2024-08-28 17:20:41+00:00\n"
7+
"POT-Creation-Date: 2024-09-02 14:29:09+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -634,29 +634,26 @@ msgid ""
634634
msgstr ""
635635

636636
#: php/class-special-offer.php:55
637-
msgid "Special Offer"
637+
msgid "Special Offer!"
638638
msgstr ""
639639

640640
#: php/class-special-offer.php:64
641641
msgid "Get a small $29 plan"
642642
msgstr ""
643643

644-
#: php/class-special-offer.php:65
645-
msgid "Contact us"
646-
msgstr ""
647-
648-
#: php/class-special-offer.php:74
644+
#: php/class-special-offer.php:72
649645
msgid "Get started"
650646
msgstr ""
651647

652648
#: php/class-special-offer.php:78
653-
msgid "Request to Purchase the Small Plan"
649+
#. translators: The plugin version.
650+
msgid "Request to Purchase the WordPress plugin version %s Small Plan"
654651
msgstr ""
655652

656-
#: php/class-special-offer.php:79
653+
#: php/class-special-offer.php:81
657654
msgid ""
658-
"Hello,<br><br>I'm interested in purchasing the Small plan for $29. Could "
659-
"you please provide me with the next steps to complete the "
655+
"Hello,<br><br>I'm interested in purchasing the monthly Small plan for "
656+
"$29/month. Could you please provide me with the next steps to complete the "
660657
"purchase?<br><br>Thank you!"
661658
msgstr ""
662659

@@ -1143,7 +1140,7 @@ msgstr[0] ""
11431140
msgstr[1] ""
11441141

11451142
#: php/sync/class-sync-queue.php:415
1146-
msgid "Retry errored unsynced items"
1143+
msgid "Fix Sync Errors"
11471144
msgstr ""
11481145

11491146
#: php/sync/class-sync-queue.php:423
@@ -1262,7 +1259,7 @@ msgstr ""
12621259

12631260
#: php/templates/special-offer.php:10
12641261
msgid ""
1265-
"Running out of space on your free account? Upgrade for just $29 and "
1262+
"Running out of space on your free account? Upgrade for just $29/month and "
12661263
"supercharge your WordPress site with Cloudinary for unlimited awesomeness!"
12671264
msgstr ""
12681265

package-lock.json

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

php/class-special-offer.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,15 @@ public function filtered_settings( $settings ) {
7070
array(
7171
'type' => 'link',
7272
'content' => __( 'Get started', 'cloudinary' ),
73-
'url' => static function () {
73+
'url' => function () {
7474
$args = array(
7575
'tf_360017815680' => 'help_with_plans',
76-
'tf_subject' => esc_attr( __( 'Request to Purchase the WordPress Small Plan', 'cloudinary' ) ),
77-
'tf_description' => esc_attr( __( "Hello,<br><br>I'm interested in purchasing the Small plan for $29. Could you please provide me with the next steps to complete the purchase?<br><br>Thank you!", 'cloudinary' ) ),
76+
'tf_subject' => sprintf(
77+
// translators: The plugin version.
78+
esc_attr( __( 'Request to Purchase the WordPress plugin version %s Small Plan', 'cloudinary' ) ),
79+
$this->plugin->version
80+
),
81+
'tf_description' => esc_attr( __( "Hello,<br><br>I'm interested in purchasing the monthly Small plan for $29/month. Could you please provide me with the next steps to complete the purchase?<br><br>Thank you!", 'cloudinary' ) ),
7882
);
7983
return Utils::get_support_link( $args );
8084
},

php/templates/special-offer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
?>
99

10-
<p><?php esc_html_e( 'Running out of space on your free account? Upgrade for just $29 and supercharge your WordPress site with Cloudinary for unlimited awesomeness!', 'cloudinary' ); ?></p>
10+
<p><?php esc_html_e( 'Running out of space on your free account? Upgrade for just $29/month and supercharge your WordPress site with Cloudinary for unlimited awesomeness!', 'cloudinary' ); ?></p>
1111

1212
<p>
1313
<?php esc_html_e( 'As a note:', 'cloudinary' ); ?>

0 commit comments

Comments
 (0)