PluginProbe
Post Grid Gutenberg Blocks – PostX / 5.0.41
Post Grid Gutenberg Blocks – PostX v5.0.41
5.0.41 5.0.39 5.0.38 5.0.37 5.0.36 5.0.35 5.0.34 5.0.33 5.0.32 5.0.31 5.0.30 5.0.29 5.0.28 5.0.27 5.0.26 5.0.25 5.0.23 5.0.24 5.0.22 5.0.21 5.0.20 5.0.19 5.0.18 5.0.17 2.1.1 All 238 releases
← All changes | classes/Options.php +9 -7 5.0.365.0.41 View file →
@@ -81,15 +81,15 @@
81 81 ),
82 82 'utmKey' => 'summer_sale_meta',
83 83 ),
84 84 array(
85 - 'start' => '2026-08-02 00:00 Asia/Dhaka',
86 - 'end' => '2026-08-16 23:59 Asia/Dhaka',
85 + 'start' => '2026-09-02 00:00 Asia/Dhaka',
86 + 'end' => '2026-10-10 23:59 Asia/Dhaka',
87 87 'text' => __(
88 - 'Summer Sale - Up to 50% OFF',
88 + 'Get Pro at $39',
89 89 'ultimate-post'
90 90 ),
91 - 'utmKey' => 'summer_sale_meta',
91 + 'utmKey' => 'base_price_meta',
92 92 ),
93 93 );
94 94
95 95 $setting_link = array(
@@ -108,11 +108,13 @@
108 108 $url = 'https://account.wpxpo.com/checkout/?edd_license_key=' . $license_key;
109 109 } else {
110 110
111 111 $text = esc_html__( 'Upgrade to Pro', 'ultimate-post' );
112 - $url = Xpo::generate_utm_link(array(
113 - 'utmKey' => 'sub_menu',
114 - ));
112 + $url = Xpo::generate_utm_link(
113 + array(
114 + 'utmKey' => 'sub_menu',
115 + )
116 + );
115 117
116 118 foreach ( $offer_config as $offer ) {
117 119 $current_time = gmdate( 'U' );
118 120 $notice_start = gmdate( 'U', strtotime( $offer['start'] ) );