Plugin Directory

Changeset 3194292


Ignore:
Timestamp:
11/21/2024 03:43:15 PM (13 months ago)
Author:
Shamimmiashuhagh
Message:

Release plugin version 3.0.4

Location:
post-carousel
Files:
361 added
5 edited

Legend:

Unmodified
Added
Removed
  • post-carousel/trunk/admin/assets/css/post-carousel-admin.css

    r3116824 r3194292  
    216216    border-radius: 3px;
    217217    margin: 20px 20px 0 0;
    218     box-shadow: 0 0 20px 0 rgba(36,39,50,.08);
     218    clear: both;
     219    box-shadow: 0 0 20px 0 rgba(36, 39, 50, .08);
    219220}
    220221
     
    289290#spf-section-sp_pcp_view_options_2 .spf-field.spf-field-select.post_meta_date_format,
    290291#spf-section-sp_pcp_view_options_2 .spf-field.spf-field-select.post_meta_author_avatar,
    291 #spf-section-sp_pcp_view_options_2 .spf-field.spf-field-icon.select_meta_icon{
     292#spf-section-sp_pcp_view_options_2 .spf-field.spf-field-icon.select_meta_icon {
    292293    opacity: .7;
    293294    pointer-events: none;
     
    297298    color: #f9be48;
    298299}
     300
    299301#adminmenu #menu-posts-sp_post_carousel li a .sp-go-pro-icon {
    300     background-image: url(../img/premium.svg);
    301     width: 20px;
    302     height: 20px;
    303     display: block;
    304     float: left;
    305     margin-right: 1px;
    306     margin-left: -2px;
     302    background-image: url(../img/premium.svg);
     303    width: 20px;
     304    height: 20px;
     305    display: block;
     306    float: left;
     307    margin-right: 1px;
     308    margin-left: -2px;
    307309    margin-top: -1px;
    308310}
    309 .spspc-footer-text-star{
     311
     312.spspc-footer-text-star {
    310313    color: #dba617;
    311314}
     315
     316.rtl #smart-post-show-review-notice {
     317    margin: 20px 0 0 20px;
     318    padding: 18px 0 18px 15px;
     319}
     320
     321.rtl #smart-post-show-review-notice .sp-sps-plugin-icon {
     322    float: right;
     323    margin: 0 0 0 8px;
     324}
     325
     326/* Offer Banner Styles  */
     327.sp_sps-admin-offer-banner-section {
     328    position: relative;
     329    border-radius: 5px;
     330    color: #fff;
     331    display: flex;
     332    align-items: center;
     333    justify-content: space-around;
     334    font-size: 16px;
     335    height: auto;
     336    border-left: 0;
     337    margin-top: 40px;
     338    margin-right: 20px;
     339    padding-left: 40px;
     340    padding-right: 40px;
     341    flex-wrap: wrap;
     342    gap: 20px;
     343    padding: 5px 40px;
     344    background: linear-gradient(90deg, #000717 0%, #002068 50.5%, #451223 100%);
     345    clear: both;
     346}
     347
     348.sp_sps-admin-offer-banner-section .sp_sps-offer-additional-text {
     349    display: flex;
     350    align-items: center;
     351}
     352
     353.sp_sps-admin-offer-banner-section span.sp_sps-clock-icon {
     354    font-size: 24px;
     355    margin-right: 6px;
     356}
     357
     358.sp_sps-admin-offer-banner-section img.sp_sps-plugin-logo,
     359.sp_sps-admin-offer-banner-section img.sp_sps-offer-name,
     360.sp_sps-admin-offer-banner-section img.sp_sps-offer-percentage {
     361    max-width: 250px;
     362}
     363
     364.sp_sps-admin-offer-banner-section img.sp_sps-plugin-logo {
     365    width: 150px;
     366}
     367
     368.sp_sps-admin-offer-banner-section img.sp_sps-offer-percentage {
     369    width: 210px;
     370    vertical-align: middle;
     371}
     372
     373.sp_sps-admin-offer-banner-section .sp_sps-offer-additional-text p {
     374    font-size: 14px;
     375    font-weight: 500;
     376    letter-spacing: .5px;
     377}
     378
     379.sp_sps-admin-offer-banner-section a.sp_sps-get-offer-button {
     380    width: 100px;
     381    display: inline-block;
     382    font-size: 13px;
     383    background: pink;
     384    border-radius: 50px;
     385    text-align: center;
     386    text-decoration: none;
     387    color: #fff;
     388    padding: 12px 15px;
     389    font-weight: 600;
     390    transition: .8s ease;
     391    background: linear-gradient(98.42deg, #A900BF 8.48%, #E100FF 80.32%);
     392}
     393
     394.sp_sps-admin-offer-banner-section a.sp_sps-get-offer-button:hover {
     395    background: linear-gradient(0deg, #A900BF 8.48%, #E100FF 80.32%);
     396}
     397
     398.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner {
     399    position: absolute;
     400    top: 50%;
     401    right: 6px;
     402    top: 6px;
     403    cursor: pointer;
     404}
     405
     406.sp_sps-admin-offer-banner-section i.sp_sps-icon-banner-close {
     407    transition: 0.15s ease;
     408}
     409
     410.sp_sps-admin-offer-banner-section i.sp_sps-icon-banner-close:hover {
     411    color: #df3939b5;
     412}
     413
     414.sp_sps-admin-offer-banner-section .sp_sps-banner-action-button {
     415    line-height: 22px;
     416}
     417
     418/* Offer Banner Responsiveness */
     419@media only screen and (max-width: 1360px) {
     420    .sp_sps-admin-offer-banner-section {
     421        padding-bottom: 20px;
     422    }
     423}
     424
     425@media only screen and (max-width: 800px) {
     426    .sp_sps-admin-offer-banner-section {
     427        padding-top: 20px;
     428    }
     429
     430    #screen-meta-links+.sp_sps-admin-offer-banner-section {
     431        margin-top: 50px !important;
     432    }
     433}
     434
     435.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner {
     436    position: absolute;
     437    top: 50%;
     438    right: 4px;
     439    top: 4px;
     440    cursor: pointer;
     441    width: 20px;
     442    height: 20px;
     443}
     444
     445.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner:before,
     446.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner:after {
     447    content: '';
     448    width: 16px;
     449    height: 1.3px;
     450    background: #ffffff;
     451    top: 9px;
     452    left: 3px;
     453    display: block !important;
     454    transform: rotate(45deg);
     455    position: absolute;
     456}
     457
     458.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner:after {
     459    transform: rotate(135deg);
     460}
     461
     462.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner:hover:before,
     463.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner:hover:after {
     464    background-color: #df3939b5;
     465}
     466
     467/* RTL style for the offer banner. */
     468.rtl .sp_sps-admin-offer-banner-section {
     469    margin: 40px 0 0 20px;
     470}
     471
     472.rtl .sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner {
     473    right: auto;
     474    left: 4px;
     475}
     476
     477.rtl .sp_sps-admin-offer-banner-section span.sp_sps-clock-icon {
     478    margin-left: 6px;
     479    margin-right: 0;
     480}
  • post-carousel/trunk/admin/assets/css/post-carousel-admin.min.css

    r3116824 r3194292  
    1 .text-center{text-align:center}div.sp-pcp-help .wp-badge{border:none;background:url(../img/sps-badge.png) right no-repeat;background-size:100px 100px;box-shadow:none;height:auto;top:-75px}.about-wrap.sp-pcp-help [class$="-col"]{display:flex;justify-content:space-between;flex-wrap:wrap}.about-wrap.sp-pcp-help [class$="-col"] .col{flex:1;align-self:flex-start}.about-wrap.plugin-section{margin:25px 0 0}.about-wrap.sp-pcp-help .feature-section .col{margin-top:40px}.about-wrap.sp-pcp-help [class$="-col"] .col+.col{margin-left:20px}.wrap.about-wrap.sp-pcp-help .headline-feature.feature-video{position:relative;margin:40px 0;padding-bottom:56.25%;width:100%;max-width:100%;height:0;text-align:center}div.sp-pcp-help .headline-feature.feature-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}div.sp-pcp-help .plugin-section .sp-plugin-section-title h2{font-size:2.2em;color:#32373c;font-weight:400}div.sp-pcp-help .plugin-section .sp-plugin-section-title h4{font-weight:400;text-align:center;font-size:18px;color:#555d66;margin-top:15px;margin-bottom:40px}div.sp-pcp-help .feature-section .sp-pcp-feature{padding:20px 20px;border:1px solid #ddd}div.sp-pcp-help .feature-section .sp-pcp-feature h3{font-size:16px;margin-top:18px}div.sp-pcp-help .feature-section i.sp-pcp-font-icon{font-size:30px;display:block;color:#e1624b;font-family:fontawesome;font-style:normal}.sp-pcp-help .sp-pcp-plugin{border:1px solid #ddd}.sp-pcp-help .sp-pcp-plugin-content{padding:0 20px 20px}.sp-pcp-help .sp-pcp-plugin-content h3{margin-top:20px;margin-bottom:8px;font-weight:500}.sp-pcp-help .feature-section .sp-pcp-feature,.sp-pcp-help .sp-pcp-plugin{background-color:#fff}.sp-pcp-post{direction:ltr}html[dir=rtl] .sp-pcp-post{direction:rtl}#sp_pcp_view_options .spf-metabox{min-height:300px;z-index:999;background-image:url(../img/spinner.svg);background-repeat:no-repeat;background-color:#fff;background-position:center 65%}#sp_pcp_view_options .spf-nav-metabox li{opacity:0}.pcp-after-copy-text{bottom:0;opacity:0;z-index:9999999;position:fixed;width:230px;left:180px;text-align:center;padding:15px 15px;line-height:15px;color:#fff;border-radius:3px;background:#32373c;border:1px solid #32373c}.pcp-after-copy-text .fa-check-circle{font-size:14px;margin-right:2px;color:#5db62e}span.pcp-shortcode-selectable{background-color:#eee;padding:10px 15px 10px 30px;display:inline-block;border:1px solid #e2e2e2;cursor:pointer;border-radius:3px;word-break:break-word;position:relative;width:80%}span.pcp-shortcode-selectable::after{content:url(../img/copy.svg);width:16px;left:10px;top:50%;position:absolute;margin-top:-6px}.pcp-scode-wrap-side p{margin-top:0}.pcp-scode-wrap-side{margin-top:0;margin-bottom:16px;overflow:hidden}.pcp-scode-wrap-side .pcp-sc-title{margin-top:0;margin-bottom:7px;font-size:1.2em}.post-type-sp_post_carousel .postbox-header .handle-actions .handle-order-higher,.post-type-sp_post_carousel .postbox-header .handle-actions .handle-order-lower{display:none}#spf-section-sp_pcp_display_shortcode_1 .spf-field.spf-field-shortcode.pcp-admin-sidebar{padding:12px}#sp_pcp_layouts .postbox-header{border:none}.post-type-sp_post_carousel .misc-pub-section.curtime.misc-pub-curtime,.post-type-sp_post_carousel .misc-pub-section.misc-pub-visibility{display:none}#smart-post-show-review-notice{padding:18px 15px 18px 0;background-color:#fff;border-radius:3px;margin:20px 20px 0 0;box-shadow:0 0 20px 0 rgba(36,39,50,.08)}#smart-post-show-review-notice .sp-sps-plugin-icon{width:125px;float:left;line-height:90px;text-align:center;margin-left:8px}#smart-post-show-review-notice .sp-sps-plugin-icon img{max-width:94px;vertical-align:middle;margin-right:8px}#smart-post-show-review-notice .sp-sps-notice-text{overflow:hidden}#smart-post-show-review-notice .sp-sps-notice-text h3{font-size:24px;margin:0 0 5px;font-weight:400;line-height:1}#smart-post-show-review-notice .sp-sps-notice-text p{margin:10px 0 10px 0;font-size:13px}#smart-post-show-review-notice .sp-sps-notice-text p.sp-sps-review-actions{margin:10px 0 2px 0}#smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a{text-decoration:none;margin-right:8px;color:#63a37b;display:inline-block;position:relative}#smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a span{padding-right:2px}#smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a.button{color:#fff}.spsp-gutenberg-shortcode.editor-styles-wrapper{padding:0;line-height:24px}.block-editor-page .editor-styles-wrapper select,.block-editor-page select.spsp-shortcode-selector,.block-editor-page select.spsp-shortcode-selector:focus,.block-editor-page select.spsp-shortcode-selector:focus-visible{width:250px;padding:5px;border:1px solid #ccc;font-size:13px;padding-right:24px}#spf-section-sp_pcp_view_options_2 .spf-field.spf-field-icon.select_meta_icon,#spf-section-sp_pcp_view_options_2 .spf-field.spf-field-select.post_meta_author_avatar,#spf-section-sp_pcp_view_options_2 .spf-field.spf-field-select.post_meta_date_format{opacity:.7;pointer-events:none}#adminmenu #menu-posts-sp_post_carousel li:nth-child(8) a{color:#f9be48}#adminmenu #menu-posts-sp_post_carousel li a .sp-go-pro-icon{background-image:url(../img/premium.svg);width:20px;height:20px;display:block;float:left;margin-right:1px;margin-left:-2px;margin-top:-1px}.spspc-footer-text-star{color:#dba617}
     1.text-center{text-align:center}div.sp-pcp-help .wp-badge{border:none;background:url(../img/sps-badge.png) right no-repeat;background-size:100px 100px;box-shadow:none;height:auto;top:-75px}.about-wrap.sp-pcp-help [class$="-col"]{display:flex;justify-content:space-between;flex-wrap:wrap}.about-wrap.sp-pcp-help [class$="-col"] .col{flex:1;align-self:flex-start}.about-wrap.plugin-section{margin:25px 0 0}.about-wrap.sp-pcp-help .feature-section .col{margin-top:40px}.about-wrap.sp-pcp-help [class$="-col"] .col+.col{margin-left:20px}.wrap.about-wrap.sp-pcp-help .headline-feature.feature-video{position:relative;margin:40px 0;padding-bottom:56.25%;width:100%;max-width:100%;height:0;text-align:center}div.sp-pcp-help .headline-feature.feature-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}div.sp-pcp-help .plugin-section .sp-plugin-section-title h2{font-size:2.2em;color:#32373c;font-weight:400}div.sp-pcp-help .plugin-section .sp-plugin-section-title h4{font-weight:400;text-align:center;font-size:18px;color:#555d66;margin-top:15px;margin-bottom:40px}div.sp-pcp-help .feature-section .sp-pcp-feature{padding:20px 20px;border:1px solid #ddd}div.sp-pcp-help .feature-section .sp-pcp-feature h3{font-size:16px;margin-top:18px}div.sp-pcp-help .feature-section i.sp-pcp-font-icon{font-size:30px;display:block;color:#e1624b;font-family:fontawesome;font-style:normal}.sp-pcp-help .sp-pcp-plugin{border:1px solid #ddd}.sp-pcp-help .sp-pcp-plugin-content{padding:0 20px 20px}.sp-pcp-help .sp-pcp-plugin-content h3{margin-top:20px;margin-bottom:8px;font-weight:500}.sp-pcp-help .feature-section .sp-pcp-feature,.sp-pcp-help .sp-pcp-plugin{background-color:#fff}.sp-pcp-post{direction:ltr}html[dir=rtl] .sp-pcp-post{direction:rtl}#sp_pcp_view_options .spf-metabox{min-height:300px;z-index:999;background-image:url(../img/spinner.svg);background-repeat:no-repeat;background-color:#fff;background-position:center 65%}#sp_pcp_view_options .spf-nav-metabox li{opacity:0}.pcp-after-copy-text{bottom:0;opacity:0;z-index:9999999;position:fixed;width:230px;left:180px;text-align:center;padding:15px 15px;line-height:15px;color:#fff;border-radius:3px;background:#32373c;border:1px solid #32373c}.pcp-after-copy-text .fa-check-circle{font-size:14px;margin-right:2px;color:#5db62e}span.pcp-shortcode-selectable{background-color:#eee;padding:10px 15px 10px 30px;display:inline-block;border:1px solid #e2e2e2;cursor:pointer;border-radius:3px;word-break:break-word;position:relative;width:80%}span.pcp-shortcode-selectable::after{content:url(../img/copy.svg);width:16px;left:10px;top:50%;position:absolute;margin-top:-6px}.pcp-scode-wrap-side p{margin-top:0}.pcp-scode-wrap-side{margin-top:0;margin-bottom:16px;overflow:hidden}.pcp-scode-wrap-side .pcp-sc-title{margin-top:0;margin-bottom:7px;font-size:1.2em}.post-type-sp_post_carousel .postbox-header .handle-actions .handle-order-higher,.post-type-sp_post_carousel .postbox-header .handle-actions .handle-order-lower{display:none}#spf-section-sp_pcp_display_shortcode_1 .spf-field.spf-field-shortcode.pcp-admin-sidebar{padding:12px}#sp_pcp_layouts .postbox-header{border:none}.post-type-sp_post_carousel .misc-pub-section.curtime.misc-pub-curtime,.post-type-sp_post_carousel .misc-pub-section.misc-pub-visibility{display:none}#smart-post-show-review-notice{padding:18px 15px 18px 0;background-color:#fff;border-radius:3px;margin:20px 20px 0 0;clear:both;box-shadow:0 0 20px 0 rgba(36,39,50,.08)}#smart-post-show-review-notice .sp-sps-plugin-icon{width:125px;float:left;line-height:90px;text-align:center;margin-left:8px}#smart-post-show-review-notice .sp-sps-plugin-icon img{max-width:94px;vertical-align:middle;margin-right:8px}#smart-post-show-review-notice .sp-sps-notice-text{overflow:hidden}#smart-post-show-review-notice .sp-sps-notice-text h3{font-size:24px;margin:0 0 5px;font-weight:400;line-height:1}#smart-post-show-review-notice .sp-sps-notice-text p{margin:10px 0 10px 0;font-size:13px}#smart-post-show-review-notice .sp-sps-notice-text p.sp-sps-review-actions{margin:10px 0 2px 0}#smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a{text-decoration:none;margin-right:8px;color:#63a37b;display:inline-block;position:relative}#smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a span{padding-right:2px}#smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a.button{color:#fff}.spsp-gutenberg-shortcode.editor-styles-wrapper{padding:0;line-height:24px}.block-editor-page .editor-styles-wrapper select,.block-editor-page select.spsp-shortcode-selector,.block-editor-page select.spsp-shortcode-selector:focus,.block-editor-page select.spsp-shortcode-selector:focus-visible{width:250px;padding:5px;border:1px solid #ccc;font-size:13px;padding-right:24px}#spf-section-sp_pcp_view_options_2 .spf-field.spf-field-icon.select_meta_icon,#spf-section-sp_pcp_view_options_2 .spf-field.spf-field-select.post_meta_author_avatar,#spf-section-sp_pcp_view_options_2 .spf-field.spf-field-select.post_meta_date_format{opacity:.7;pointer-events:none}#adminmenu #menu-posts-sp_post_carousel li:nth-child(8) a{color:#f9be48}#adminmenu #menu-posts-sp_post_carousel li a .sp-go-pro-icon{background-image:url(../img/premium.svg);width:20px;height:20px;display:block;float:left;margin-right:1px;margin-left:-2px;margin-top:-1px}.spspc-footer-text-star{color:#dba617}.rtl #smart-post-show-review-notice{margin:20px 0 0 20px;padding:18px 0 18px 15px}.rtl #smart-post-show-review-notice .sp-sps-plugin-icon{float:right;margin:0 0 0 8px}.sp_sps-admin-offer-banner-section{position:relative;border-radius:5px;color:#fff;display:flex;align-items:center;justify-content:space-around;font-size:16px;height:auto;border-left:0;margin-top:40px;margin-right:20px;padding-left:40px;padding-right:40px;flex-wrap:wrap;gap:20px;padding:5px 40px;background:linear-gradient(90deg,#000717 0,#002068 50.5%,#451223 100%);clear:both}.sp_sps-admin-offer-banner-section .sp_sps-offer-additional-text{display:flex;align-items:center}.sp_sps-admin-offer-banner-section span.sp_sps-clock-icon{font-size:24px;margin-right:6px}.sp_sps-admin-offer-banner-section img.sp_sps-offer-name,.sp_sps-admin-offer-banner-section img.sp_sps-offer-percentage,.sp_sps-admin-offer-banner-section img.sp_sps-plugin-logo{max-width:250px}.sp_sps-admin-offer-banner-section img.sp_sps-plugin-logo{width:150px}.sp_sps-admin-offer-banner-section img.sp_sps-offer-percentage{width:210px;vertical-align:middle}.sp_sps-admin-offer-banner-section .sp_sps-offer-additional-text p{font-size:14px;font-weight:500;letter-spacing:.5px}.sp_sps-admin-offer-banner-section a.sp_sps-get-offer-button{width:100px;display:inline-block;font-size:13px;background:pink;border-radius:50px;text-align:center;text-decoration:none;color:#fff;padding:12px 15px;font-weight:600;transition:.8s ease;background:linear-gradient(98.42deg,#a900bf 8.48%,#e100ff 80.32%)}.sp_sps-admin-offer-banner-section a.sp_sps-get-offer-button:hover{background:linear-gradient(0deg,#a900bf 8.48%,#e100ff 80.32%)}.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner{position:absolute;top:50%;right:6px;top:6px;cursor:pointer}.sp_sps-admin-offer-banner-section i.sp_sps-icon-banner-close{transition:.15s ease}.sp_sps-admin-offer-banner-section i.sp_sps-icon-banner-close:hover{color:#df3939b5}.sp_sps-admin-offer-banner-section .sp_sps-banner-action-button{line-height:22px}@media only screen and (max-width:1360px){.sp_sps-admin-offer-banner-section{padding-bottom:20px}}@media only screen and (max-width:800px){.sp_sps-admin-offer-banner-section{padding-top:20px}#screen-meta-links+.sp_sps-admin-offer-banner-section{margin-top:50px!important}}.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner{position:absolute;top:50%;right:4px;top:4px;cursor:pointer;width:20px;height:20px}.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner:after,.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner:before{content:'';width:16px;height:1.3px;background:#fff;top:9px;left:3px;display:block!important;transform:rotate(45deg);position:absolute}.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner:after{transform:rotate(135deg)}.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner:hover:after,.sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner:hover:before{background-color:#df3939b5}.rtl .sp_sps-admin-offer-banner-section{margin:40px 0 0 20px}.rtl .sp_sps-admin-offer-banner-section .sp_sps-close-offer-banner{right:auto;left:4px}.rtl .sp_sps-admin-offer-banner-section span.sp_sps-clock-icon{margin-left:6px;margin-right:0}
  • post-carousel/trunk/includes/class-smart-post-show.php

    r3116824 r3194292  
    146146
    147147        /**
    148          * The class responsible for review notice.
     148         * The class responsible for all admin notices.
    149149         */
    150150        require_once SP_PC_PATH . 'admin/views/notices/review.php';
     151        require_once SP_PC_PATH . 'admin/views/notices/offer-banner.php';
    151152
    152153        // Elementor shortcode addons.
  • post-carousel/trunk/main.php

    r3185241 r3194292  
    1111 * Plugin URI:        https://smartpostshow.com/
    1212 * Description:       Filter and display posts, pages, taxonomy (categories, tags, & post formats), in beautiful layouts (carousel, grid) easily without coding! Highly customizable and developer-friendly with free active support.
    13  * Version:           3.0.3
     13 * Version:           3.0.4
    1414 * Author:            ShapedPlugin LLC
    1515 * Author URI:        https://shapedplugin.com/
     
    2929 * Rename this for your plugin and update it as you release new versions.
    3030 */
    31 define( 'SMART_POST_SHOW_VERSION', '3.0.3' );
     31define( 'SMART_POST_SHOW_VERSION', '3.0.4' );
    3232define( 'SMART_POST_SHOW_BASENAME', plugin_basename( __FILE__ ) );
    3333
  • post-carousel/trunk/readme.txt

    r3185241 r3194292  
    55Tested up to: 6.7
    66WC requires at least: 5.0
    7 WC tested up to: 9.3.3
    8 Stable tag: 3.0.3
     7WC tested up to: 9.4.2
     8Stable tag: 3.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    185185
    186186== Changelog ==
     187
     188= 3.0.4 - Nov 21, 2024 =
     189* Fix: The plugin style issue for RTL sites.
     190* Tested: WooCommerce 9.4.2 compatibility.
    187191
    188192= 3.0.3 - Nov 10, 2024 =
Note: See TracChangeset for help on using the changeset viewer.