Plugin Directory

Changeset 3331711


Ignore:
Timestamp:
07/21/2025 08:32:09 PM (5 months ago)
Author:
bitmachina
Message:

Releasing version 3.2.7

Location:
ithemes-sync
Files:
4 added
16 deleted
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ithemes-sync/tags/3.2.7/history.txt

    r3321449 r3331711  
    2882883.2.6 - 2025-07-02 - John Hooks
    289289    New: Development and staging sites no longer take up a separate license. Learn more: https://solidwp.com/blog/seamless-solidwp-licensing-across-all-your-environments/
     2903.2.7 - 2025-07-21 - Lisa Canini
     291    Tweak: Update SolidWP logo
  • ithemes-sync/tags/3.2.7/init.php

    r3321449 r3331711  
    55 * Description: Maximize and amplify your admin with remote, multi-site management. One centralized dashboard to save time.
    66 * Author: SolidWP
    7  * Version: 3.2.6
     7 * Version: 3.2.7
    88 * Requires at least: 6.4
    99 * Requires PHP: 7.0
  • ithemes-sync/tags/3.2.7/lib/updater/css/settings-page.css

    r3143059 r3331711  
    11#wpcontent {
    22    padding-left: 0;
    3 }
    4 
    5 #icon-options-general,
    6 #icon-settings {
    7     background: url('../images/logo-solid-wp.png') no-repeat;
    83}
    94
     
    506501    box-shadow: none;
    507502}
    508 
    509 .solidwp-sunset-banner {
    510     width: 100%;
    511     max-width: 1680px;
    512     box-sizing: border-box;
    513     display: flex;
    514     flex-direction: column;
    515     justify-content: space-between;
    516     align-items: flex-start;
    517     gap: 2rem;
    518     margin: 0 auto;
    519     padding: 1.7rem 1.25rem;
    520     border-radius: 0.25rem;
    521     background-color: #232323;
    522     background-image: url("../images/sunset-background.png");
    523     background-repeat: no-repeat;
    524     background-size: 100% 100%;
    525 }
    526 
    527 .solidwp-sunset-banner .solidwp-sunset-text-small {
    528     font-size: 0.813rem;
    529     color: #e7e7e7;
    530 }
    531 
    532 .solidwp-sunset-banner .solidwp-sunset-text-large {
    533     font-size: 1.25rem;
    534     color: #fff;
    535 }
    536 
    537 .solidwp-sunset-banner a.solidwp-sunset-learn-more {
    538     background: #fff;
    539     box-shadow: 0px 0px 25px 5px rgba(247, 245, 240, 0.5);
    540     border-radius: 100px;
    541     border: none;
    542     padding: 10px 20px;
    543     color: #1f1f1f;
    544     font-weight: 500;
    545     font-size: 1rem;
    546     width: fit-content;
    547     text-decoration: none;
    548 }
    549 
    550 @media screen and (min-width: 600px) {
    551     .solidwp-sunset-banner {
    552         flex-direction: row;
    553         align-items: center;
    554     }
    555 }
    556 
    557 @media screen and (min-width: 783px) {
    558     .solidwp-sunset-banner .solidwp-sunset-text-large {
    559         font-size: 1.5rem;
    560     }
    561 }
    562 
    563 @media screen and (min-width: 960px) {
    564     .solidwp-sunset-banner {
    565         padding: 2.25rem 4rem;
    566     }
    567 }
  • ithemes-sync/tags/3.2.7/lib/updater/history.txt

    r3321449 r3331711  
    9898    Enhancement: Add environment licensing notice.
    9999    Enhancement: Add `is_staging` to verbose output of `wp ithemes-licensing show` WP-CLI command.
     1001.9.1 - 2025-07-14 - Lisa Canini
     101    Enhancement: Update SolidWP logo.
     1021.9.2 - 2025-07-21 - Lisa Canini
     103    Tweak: Remove banner when running sunset products.
  • ithemes-sync/tags/3.2.7/lib/updater/load.php

    r3321449 r3331711  
    66
    77
    8 $it_registration_list_version   = '1.9.0';
     8$it_registration_list_version   = '1.9.2';
    99$it_registration_list_library   = 'updater';
    1010$it_registration_list_init_file = dirname( __FILE__ ) . '/init.php';
  • ithemes-sync/tags/3.2.7/lib/updater/settings-page.php

    r3321449 r3331711  
    406406?>
    407407    <div class="solidwp-licensing-page-header">
    408         <img src="<?php echo esc_attr( $this->path_url . '/images/solid_wp_logo.svg' ); ?>" />
     408        <img src="<?php echo esc_attr( $this->path_url . '/images/logo-solidwp.svg' ); ?>" />
    409409    </div>
    410410    <div class="solidwp-licensing">
     
    417417
    418418        <?php
    419             $this->show_sunset_banner( $packages );
    420419            $this->list_licensed_products( $licensed, $post_data, $action );
    421420            if ( $has_patchstack ) {
     
    493492<?php
    494493
    495     }
    496 
    497     private function show_sunset_banner( $packages ) {
    498         $sunset_slugs = array_flip( include __DIR__ . '/sunset-packages.php' );
    499 
    500         $sunset = [];
    501 
    502         foreach ( $packages as $package ) {
    503             if ( isset( $sunset_slugs[ $package['package'] ] ) ) {
    504                 $sunset[] = $package['package'];
    505             }
    506         }
    507 
    508         if ( ! $sunset ) {
    509             return;
    510         }
    511 
    512         if ( count( $sunset ) === 1 ) {
    513             $sunset_text = sprintf(
    514                 __( '%s is being Sunset, but we have alternatives for you!', 'it-l10n-ithemes-sync' ),
    515                 Ithemes_Updater_Functions::get_package_name( $sunset[0] )
    516             );
    517         } else {
    518             $sunset_text = __( 'iThemes plugins are being Sunset, but we have alternatives for you!', 'it-l10n-ithemes-sync' );
    519         }
    520 
    521         include __DIR__ . '/sunset-banner.php';
    522494    }
    523495
     
    947919    <div class="wrap" id="ithemes-updater-site-url-confirmation">
    948920        <div class="solidwp-licensing-page-header">
    949             <img src="<?php echo esc_attr( $this->path_url . '/images/solid_wp_logo.svg' ); ?>" />
     921            <img src="<?php echo esc_attr( $this->path_url . '/images/logo-solidwp.svg' ); ?>" />
    950922        </div>
    951923        <div class="solidwp-licensing">
     
    10611033    <div class="wrap" id="ithemes-updater-relicense">
    10621034        <div class="solidwp-licensing-page-header">
    1063             <img src="<?php echo esc_attr( $this->path_url . '/images/solid_wp_logo.svg' ); ?>" />
     1035            <img src="<?php echo esc_attr( $this->path_url . '/images/logo-solidwp.svg' ); ?>" />
    10641036        </div>
    10651037        <div class="solidwp-licensing-wrap">
  • ithemes-sync/tags/3.2.7/readme.txt

    r3321449 r3331711  
    55Requires PHP: 7.0
    66Tested up to: 6.8
    7 Stable tag: 3.2.6
     7Stable tag: 3.2.7
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
     
    131131== Changelog ==
    132132
     133= 3.2.7 =
     134* Tweak: Update SolidWP logo
     135
    133136= 3.2.6 =
    134137* New: Development and staging sites no longer take up a separate license. Learn more: https://solidwp.com/blog/seamless-solidwp-licensing-across-all-your-environments/
  • ithemes-sync/trunk/history.txt

    r3321449 r3331711  
    2882883.2.6 - 2025-07-02 - John Hooks
    289289    New: Development and staging sites no longer take up a separate license. Learn more: https://solidwp.com/blog/seamless-solidwp-licensing-across-all-your-environments/
     2903.2.7 - 2025-07-21 - Lisa Canini
     291    Tweak: Update SolidWP logo
  • ithemes-sync/trunk/init.php

    r3321449 r3331711  
    55 * Description: Maximize and amplify your admin with remote, multi-site management. One centralized dashboard to save time.
    66 * Author: SolidWP
    7  * Version: 3.2.6
     7 * Version: 3.2.7
    88 * Requires at least: 6.4
    99 * Requires PHP: 7.0
  • ithemes-sync/trunk/lib/updater/css/settings-page.css

    r3143059 r3331711  
    11#wpcontent {
    22    padding-left: 0;
    3 }
    4 
    5 #icon-options-general,
    6 #icon-settings {
    7     background: url('../images/logo-solid-wp.png') no-repeat;
    83}
    94
     
    506501    box-shadow: none;
    507502}
    508 
    509 .solidwp-sunset-banner {
    510     width: 100%;
    511     max-width: 1680px;
    512     box-sizing: border-box;
    513     display: flex;
    514     flex-direction: column;
    515     justify-content: space-between;
    516     align-items: flex-start;
    517     gap: 2rem;
    518     margin: 0 auto;
    519     padding: 1.7rem 1.25rem;
    520     border-radius: 0.25rem;
    521     background-color: #232323;
    522     background-image: url("../images/sunset-background.png");
    523     background-repeat: no-repeat;
    524     background-size: 100% 100%;
    525 }
    526 
    527 .solidwp-sunset-banner .solidwp-sunset-text-small {
    528     font-size: 0.813rem;
    529     color: #e7e7e7;
    530 }
    531 
    532 .solidwp-sunset-banner .solidwp-sunset-text-large {
    533     font-size: 1.25rem;
    534     color: #fff;
    535 }
    536 
    537 .solidwp-sunset-banner a.solidwp-sunset-learn-more {
    538     background: #fff;
    539     box-shadow: 0px 0px 25px 5px rgba(247, 245, 240, 0.5);
    540     border-radius: 100px;
    541     border: none;
    542     padding: 10px 20px;
    543     color: #1f1f1f;
    544     font-weight: 500;
    545     font-size: 1rem;
    546     width: fit-content;
    547     text-decoration: none;
    548 }
    549 
    550 @media screen and (min-width: 600px) {
    551     .solidwp-sunset-banner {
    552         flex-direction: row;
    553         align-items: center;
    554     }
    555 }
    556 
    557 @media screen and (min-width: 783px) {
    558     .solidwp-sunset-banner .solidwp-sunset-text-large {
    559         font-size: 1.5rem;
    560     }
    561 }
    562 
    563 @media screen and (min-width: 960px) {
    564     .solidwp-sunset-banner {
    565         padding: 2.25rem 4rem;
    566     }
    567 }
  • ithemes-sync/trunk/lib/updater/history.txt

    r3321449 r3331711  
    9898    Enhancement: Add environment licensing notice.
    9999    Enhancement: Add `is_staging` to verbose output of `wp ithemes-licensing show` WP-CLI command.
     1001.9.1 - 2025-07-14 - Lisa Canini
     101    Enhancement: Update SolidWP logo.
     1021.9.2 - 2025-07-21 - Lisa Canini
     103    Tweak: Remove banner when running sunset products.
  • ithemes-sync/trunk/lib/updater/load.php

    r3321449 r3331711  
    66
    77
    8 $it_registration_list_version   = '1.9.0';
     8$it_registration_list_version   = '1.9.2';
    99$it_registration_list_library   = 'updater';
    1010$it_registration_list_init_file = dirname( __FILE__ ) . '/init.php';
  • ithemes-sync/trunk/lib/updater/settings-page.php

    r3321449 r3331711  
    406406?>
    407407    <div class="solidwp-licensing-page-header">
    408         <img src="<?php echo esc_attr( $this->path_url . '/images/solid_wp_logo.svg' ); ?>" />
     408        <img src="<?php echo esc_attr( $this->path_url . '/images/logo-solidwp.svg' ); ?>" />
    409409    </div>
    410410    <div class="solidwp-licensing">
     
    417417
    418418        <?php
    419             $this->show_sunset_banner( $packages );
    420419            $this->list_licensed_products( $licensed, $post_data, $action );
    421420            if ( $has_patchstack ) {
     
    493492<?php
    494493
    495     }
    496 
    497     private function show_sunset_banner( $packages ) {
    498         $sunset_slugs = array_flip( include __DIR__ . '/sunset-packages.php' );
    499 
    500         $sunset = [];
    501 
    502         foreach ( $packages as $package ) {
    503             if ( isset( $sunset_slugs[ $package['package'] ] ) ) {
    504                 $sunset[] = $package['package'];
    505             }
    506         }
    507 
    508         if ( ! $sunset ) {
    509             return;
    510         }
    511 
    512         if ( count( $sunset ) === 1 ) {
    513             $sunset_text = sprintf(
    514                 __( '%s is being Sunset, but we have alternatives for you!', 'it-l10n-ithemes-sync' ),
    515                 Ithemes_Updater_Functions::get_package_name( $sunset[0] )
    516             );
    517         } else {
    518             $sunset_text = __( 'iThemes plugins are being Sunset, but we have alternatives for you!', 'it-l10n-ithemes-sync' );
    519         }
    520 
    521         include __DIR__ . '/sunset-banner.php';
    522494    }
    523495
     
    947919    <div class="wrap" id="ithemes-updater-site-url-confirmation">
    948920        <div class="solidwp-licensing-page-header">
    949             <img src="<?php echo esc_attr( $this->path_url . '/images/solid_wp_logo.svg' ); ?>" />
     921            <img src="<?php echo esc_attr( $this->path_url . '/images/logo-solidwp.svg' ); ?>" />
    950922        </div>
    951923        <div class="solidwp-licensing">
     
    10611033    <div class="wrap" id="ithemes-updater-relicense">
    10621034        <div class="solidwp-licensing-page-header">
    1063             <img src="<?php echo esc_attr( $this->path_url . '/images/solid_wp_logo.svg' ); ?>" />
     1035            <img src="<?php echo esc_attr( $this->path_url . '/images/logo-solidwp.svg' ); ?>" />
    10641036        </div>
    10651037        <div class="solidwp-licensing-wrap">
  • ithemes-sync/trunk/readme.txt

    r3321449 r3331711  
    55Requires PHP: 7.0
    66Tested up to: 6.8
    7 Stable tag: 3.2.6
     7Stable tag: 3.2.7
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
     
    131131== Changelog ==
    132132
     133= 3.2.7 =
     134* Tweak: Update SolidWP logo
     135
    133136= 3.2.6 =
    134137* New: Development and staging sites no longer take up a separate license. Learn more: https://solidwp.com/blog/seamless-solidwp-licensing-across-all-your-environments/
Note: See TracChangeset for help on using the changeset viewer.