PluginProbe
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets / trunk
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets vtrunk
4.5.4 4.2.1 4.2.2 4.2.3 4.5.0 4.5.2 4.5.3 4.2.0 4.1.18 4.1.17 4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 All 146 releases
← All changes | admin/module-settings.php +128 -9 4.1.18trunk View file →
@@ -226,9 +226,9 @@
226 226 'label' => esc_html__('Dynamic Grid', 'ultimate-post-kit'),
227 227 'type' => 'checkbox',
228 228 'default' => "off",
229 229 'widget_type' => 'pro',
230 - 'content_type' => 'loop grid new',
230 + 'content_type' => 'loop grid',
231 231 'demo_url' => 'https://postkit.pro/demo/dynamic-grid/',
232 232 'video_url' => '',
233 233 ],
234 234 [
@@ -236,9 +236,9 @@
236 236 'label' => esc_html__('Dynamic Carousel', 'ultimate-post-kit'),
237 237 'type' => 'checkbox',
238 238 'default' => "off",
239 239 'widget_type' => 'pro',
240 - 'content_type' => 'loop carousel new',
240 + 'content_type' => 'loop carousel',
241 241 'demo_url' => 'https://postkit.pro/demo/dynamic-carousel/',
242 242 'video_url' => '',
243 243 ],
244 244 [
@@ -246,9 +246,9 @@
246 246 'label' => esc_html__('Dynamic Accordion', 'ultimate-post-kit'),
247 247 'type' => 'checkbox',
248 248 'default' => "off",
249 249 'widget_type' => 'pro',
250 - 'content_type' => 'loop new',
250 + 'content_type' => 'loop',
251 251 'demo_url' => 'https://postkit.pro/demo/dynamic-accordion/',
252 252 'video_url' => '',
253 253 ],
254 254 [
@@ -256,9 +256,9 @@
256 256 'label' => esc_html__('Dynamic Tabs', 'ultimate-post-kit'),
257 257 'type' => 'checkbox',
258 258 'default' => "off",
259 259 'widget_type' => 'pro',
260 - 'content_type' => 'loop new',
260 + 'content_type' => 'loop',
261 261 'demo_url' => 'https://postkit.pro/demo/dynamic-tabs/',
262 262 'video_url' => '',
263 263 ],
264 264 [
@@ -326,9 +326,9 @@
326 326 'label' => esc_html__('Featured Gallery', 'ultimate-post-kit'),
327 327 'type' => 'checkbox',
328 328 'default' => "off",
329 329 'widget_type' => 'pro',
330 - 'content_type' => 'list new',
330 + 'content_type' => 'list',
331 331 'demo_url' => 'https://postkit.pro/demo/featured-gallery/',
332 332 'video_url' => '',
333 333 ],
334 334 [
@@ -481,8 +481,118 @@
481 481 'demo_url' => 'https://postkit.pro/demo/kalon-carousel/',
482 482 'video_url' => 'https://youtu.be/zTS25x7KWTA',
483 483 ],
484 484 [
485 + 'name' => 'post-card',
486 + 'label' => esc_html__('Post Card', 'ultimate-post-kit'),
487 + 'type' => 'checkbox',
488 + 'default' => "off",
489 + 'widget_type' => 'pro',
490 + 'content_type' => 'grid new',
491 + 'demo_url' => 'https://postkit.pro/demo/post-card/',
492 + 'video_url' => 'https://youtu.be/VKtQCjnEJvE',
493 + ],
494 + [
495 + 'name' => 'post-grid',
496 + 'label' => esc_html__('Post Grid', 'ultimate-post-kit'),
497 + 'type' => 'checkbox',
498 + 'default' => "off",
499 + 'widget_type' => 'pro',
500 + 'content_type' => 'grid new',
501 + 'demo_url' => 'https://postkit.pro/demo/post-grid/',
502 + 'video_url' => 'https://youtu.be/z3gWwPIsCkg',
503 + ],
504 + [
505 + 'name' => 'post-block',
506 + 'label' => esc_html__('Post Block', 'ultimate-post-kit'),
507 + 'type' => 'checkbox',
508 + 'default' => "off",
509 + 'widget_type' => 'pro',
510 + 'content_type' => 'grid new',
511 + 'demo_url' => 'https://postkit.pro/demo/post-block/',
512 + 'video_url' => 'https://youtu.be/_KPAns0zjAo',
513 + ],
514 + [
515 + 'name' => 'post-block-modern',
516 + 'label' => esc_html__('Post Block Modern', 'ultimate-post-kit'),
517 + 'type' => 'checkbox',
518 + 'default' => "off",
519 + 'widget_type' => 'pro',
520 + 'content_type' => 'grid new',
521 + 'demo_url' => 'https://postkit.pro/demo/post-block-modern/',
522 + 'video_url' => 'https://youtu.be/bFEyizMaPmw',
523 + ],
524 + [
525 + 'name' => 'post-list',
526 + 'label' => esc_html__('Post List', 'ultimate-post-kit'),
527 + 'type' => 'checkbox',
528 + 'default' => "off",
529 + 'widget_type' => 'pro',
530 + 'content_type' => 'list new',
531 + 'demo_url' => 'https://postkit.pro/demo/post-list/',
532 + 'video_url' => 'https://youtu.be/5aQTAsLRF0o',
533 + ],
534 + [
535 + 'name' => 'post-grid-tab',
536 + 'label' => esc_html__('Post Grid Tab', 'ultimate-post-kit'),
537 + 'type' => 'checkbox',
538 + 'default' => "off",
539 + 'widget_type' => 'pro',
540 + 'content_type' => 'tabs new',
541 + 'demo_url' => 'https://postkit.pro/demo/post-grid-tab/',
542 + 'video_url' => 'https://youtu.be/kFEL4AGnIv4',
543 + ],
544 + [
545 + 'name' => 'post-slider',
546 + 'label' => esc_html__('Post Slider', 'ultimate-post-kit'),
547 + 'type' => 'checkbox',
548 + 'default' => "off",
549 + 'widget_type' => 'pro',
550 + 'content_type' => 'slider new',
551 + 'demo_url' => 'https://postkit.pro/demo/post-slider/',
552 + 'video_url' => 'https://youtu.be/oPYzWVLPF7A',
553 + ],
554 + [
555 + 'name' => 'post-gallery',
556 + 'label' => esc_html__('Post Gallery', 'ultimate-post-kit'),
557 + 'type' => 'checkbox',
558 + 'default' => "off",
559 + 'widget_type' => 'pro',
560 + 'content_type' => 'grid new',
561 + 'demo_url' => 'https://postkit.pro/demo/post-gallery/',
562 + 'video_url' => 'https://youtu.be/iScykjTKlNA',
563 + ],
564 + [
565 + 'name' => 'post-carousel',
566 + 'label' => esc_html__('Post Carousel', 'ultimate-post-kit'),
567 + 'type' => 'checkbox',
568 + 'default' => "off",
569 + 'widget_type' => 'pro',
570 + 'content_type' => 'carousel new',
571 + 'demo_url' => 'https://postkit.pro/demo/post-carousel/',
572 + 'video_url' => 'https://youtu.be/biF3GtBf0qc',
573 + ],
574 + [
575 + 'name' => 'post-timeline',
576 + 'label' => esc_html__('Post Timeline', 'ultimate-post-kit'),
577 + 'type' => 'checkbox',
578 + 'default' => "off",
579 + 'widget_type' => 'pro',
580 + 'content_type' => 'timeline new',
581 + 'demo_url' => 'https://postkit.pro/demo/post-timeline/',
582 + 'video_url' => 'https://youtu.be/lp4Zqn6niXU',
583 + ],
584 + [
585 + 'name' => 'single-post',
586 + 'label' => esc_html__('Single Post', 'ultimate-post-kit'),
587 + 'type' => 'checkbox',
588 + 'default' => "off",
589 + 'widget_type' => 'pro',
590 + 'content_type' => 'others new',
591 + 'demo_url' => 'https://postkit.pro/demo/single-post/',
592 + 'video_url' => 'https://youtu.be/32g-F4_Avp4',
593 + ],
594 + [
485 595 'name' => 'maple-grid',
486 596 'label' => esc_html__('Maple Grid', 'ultimate-post-kit'),
487 597 'type' => 'checkbox',
488 598 'default' => "on",
@@ -735,9 +845,9 @@
735 845 'label' => esc_html__('Remote Arrows', 'ultimate-post-kit'),
736 846 'type' => 'checkbox',
737 847 'default' => 'off',
738 848 'widget_type' => 'pro',
739 - 'content_type' => 'carousel new',
849 + 'content_type' => 'carousel',
740 850 'demo_url' => 'https://postkit.pro/demo/remote-arrows/',
741 851 'video_url' => 'https://youtu.be/w0CEROpvjjA',
742 852 ],
743 853 [
@@ -745,9 +855,9 @@
745 855 'label' => esc_html__('Remote Fraction', 'ultimate-post-kit'),
746 856 'type' => 'checkbox',
747 857 'default' => 'off',
748 858 'widget_type' => 'pro',
749 - 'content_type' => 'carousel new',
859 + 'content_type' => 'carousel',
750 860 'demo_url' => 'https://postkit.pro/demo/remote-fraction/',
751 861 'video_url' => 'https://youtu.be/UfmwcTjX7L8',
752 862 ],
753 863 [
@@ -755,9 +865,9 @@
755 865 'label' => esc_html__('Remote Pagination', 'ultimate-post-kit'),
756 866 'type' => 'checkbox',
757 867 'default' => 'off',
758 868 'widget_type' => 'pro',
759 - 'content_type' => 'carousel new',
869 + 'content_type' => 'carousel',
760 870 'demo_url' => 'https://postkit.pro/demo/remote-pagination/',
761 871 'video_url' => 'https://youtu.be/eZWSkb7HeUA',
762 872 ],
763 873 [
@@ -765,9 +875,9 @@
765 875 'label' => esc_html__('Remote Thumbs', 'ultimate-post-kit'),
766 876 'type' => 'checkbox',
767 877 'default' => 'off',
768 878 'widget_type' => 'pro',
769 - 'content_type' => 'carousel new',
879 + 'content_type' => 'carousel',
770 880 'demo_url' => 'https://postkit.pro/demo/remote-thumbs/',
771 881 'video_url' => 'https://youtu.be/PKKnqB0vhzE',
772 882 ],
773 883 [
@@ -1071,8 +1181,17 @@
1071 1181 [
1072 1182 'name' => 'video_link',
1073 1183 'label' => esc_html__('Video Link', 'ultimate-post-kit'),
1074 1184 'tooltip' => __('If you need to display video features in your website so please enable this option.', 'ultimate-post-kit'),
1185 + 'type' => 'checkbox',
1186 + 'default' => "off",
1187 + 'widget_type' => 'free',
1188 + ],
1189 +
1190 + [
1191 + 'name' => 'news_feed',
1192 + 'label' => esc_html__('BdThemes News & Updates', 'ultimate-post-kit'),
1193 + 'tooltip' => __('Opt in to show BdThemes news and updates as a widget on your WordPress dashboard. This is off by default; turning it on lets the plugin request the public news feed from bdthemes.com when you open the dashboard. No personal or site data is sent.', 'ultimate-post-kit'),
1075 1194 'type' => 'checkbox',
1076 1195 'default' => "off",
1077 1196 'widget_type' => 'free',
1078 1197 ],