PluginProbe
Post Grid Gutenberg Blocks – PostX / 2.2.5
Post Grid Gutenberg Blocks – PostX v2.2.5
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 2.1.2 All 237 releases
← All changes | classes/options/Overview.php +9 -6 2.1.12.2.5 View file →
@@ -30,9 +30,9 @@
30 30 <div class="ultp-overview ultp-admin-card">
31 31 <iframe width="650" height="350" src="https://www.youtube.com/embed/JZxIflYKOuM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
32 32 <div class="ultp-overview-btn">
33 33 <a href="https://ultp.wpxpo.com/" class="ultp-btn ultp-btn-primary"><?php esc_html_e('Live Preview', 'ultimate-post'); ?></a>
34 - <a class="ultp-btn ultp-btn-transparent" target="_blank" href="https://www.wpxpo.com/gutenberg-post-blocks/?utm_campaign=go_premium"><?php esc_html_e('Plugin Details', 'ultimate-post'); ?></a>
34 + <a class="ultp-btn ultp-btn-transparent" target="_blank" href="<?php echo ultimate_post()->get_premium_link(); ?>"><?php esc_html_e('Plugin Details', 'ultimate-post'); ?></a>
35 35 </div>
36 36 </div>
37 37 </div><!--/overview-->
38 38
@@ -37,11 +37,12 @@
37 37 </div><!--/overview-->
38 38
39 39 <div class="ultp-admin-sidebar">
40 40 <div class="ultp-sidebar ultp-admin-card">
41 - <h3><?php esc_html_e('Why Upgrade to Pro', 'ultimate-post'); ?></h3>
42 - <p><?php esc_html_e('You are using the lite version of Gutenberg Post Blocks. To get the most amazing features and the best version of Gutenberg Post Blocks upgrade to the Pro version.', 'ultimate-post'); ?></p>
41 + <h3><?php esc_html_e('Plugins Feature', 'ultimate-post'); ?></h3>
42 + <p><?php esc_html_e('Gutenberg Post Block plugin helps to create beautiful post grid, post listing, dynamic post slider and post carousel within a few seconds.', 'ultimate-post'); ?></p>
43 43 <ul class="ultp-sidebar-list">
44 + <li><?php esc_html_e('Custom Taxonomy Support.', 'ultimate-post'); ?></li>
44 45 <li><?php esc_html_e('Block Layout Options.', 'ultimate-post'); ?></li>
45 46 <li><?php esc_html_e('Ready-made Start Packs.', 'ultimate-post'); ?></li>
46 47 <li><?php esc_html_e('Advanced Quick Query Feature.', 'ultimate-post'); ?></li>
47 48 <li><?php esc_html_e('Get Category Specific Color and Image Feature.', 'ultimate-post'); ?></li>
@@ -47,9 +48,11 @@
47 48 <li><?php esc_html_e('Get Category Specific Color and Image Feature.', 'ultimate-post'); ?></li>
48 49 <li><?php esc_html_e('Get All Blocks with Complete Control.', 'ultimate-post'); ?></li>
49 50 <li><?php esc_html_e('Get Fast & Quick Support.', 'ultimate-post'); ?></li>
50 51 </ul>
51 - <a href="https://www.wpxpo.com/gutenberg-post-blocks/?utm_campaign=go_premium" target="_blank" class="ultp-btn ultp-btn-primary ultp-btn-pro"><?php esc_html_e('Upgrade Pro ➤', 'ultimate-post'); ?></a>
52 + <?php if(!function_exists('ultimate_post_pro')) { ?>
53 + <a href="<?php echo ultimate_post()->get_premium_link(); ?>" target="_blank" class="ultp-btn ultp-btn-primary ultp-btn-pro"><?php esc_html_e('Upgrade Pro ➤', 'ultimate-post'); ?></a>
54 + <?php } ?>
52 55 </div>
53 56 </div><!--/sidebar-->
54 57 </div>
55 58 </div><!--/overview wrapper-->
@@ -104,9 +107,9 @@
104 107 <div class="ultp-feature-image">
105 108 <img loading="lazy" src="<?php echo ULTP_URL.'assets/img/admin/free-f2.png'; ?>" alt="Filter Category">
106 109 </div>
107 110 <div class="ultp-feature-content">
108 - <h4><?php _e('Advacned Pagination Options', 'ultimate-post'); ?></h4>
111 + <h4><?php _e('Advanced Pagination Options', 'ultimate-post'); ?></h4>
109 112 <div><?php _e('Gutenberg Post Blocks comes with an AJAX-powered Pagination system, that’s why content is loaded without reloading the whole page.', 'ultimate-post'); ?></div>
110 113 </div>
111 114 </div>
112 115 <div class="ultp-feature-item">
@@ -128,9 +131,9 @@
128 131 </div>
129 132 </div>
130 133 </div>
131 134 <div class="ultp-text-center">
132 - <a class="ultp-btn ultp-btn-primary" target="_blank" href="https://www.wpxpo.com/gutenberg-post-blocks/all-features/?utm_campaign=go_premium"><?php esc_html_e('More Features', 'ultimate-post'); ?></a>
135 + <a class="ultp-btn ultp-btn-primary" target="_blank" href="<?php echo ultimate_post()->get_premium_link(); ?>"><?php esc_html_e('More Features', 'ultimate-post'); ?></a>
133 136 </div>
134 137 </div>
135 138 </div><!--/feature-->
136 139