Changeset 3331711
- Timestamp:
- 07/21/2025 08:32:09 PM (5 months ago)
- Location:
- ithemes-sync
- Files:
-
- 4 added
- 16 deleted
- 14 edited
- 1 copied
-
tags/3.2.7 (copied) (copied from ithemes-sync/trunk)
-
tags/3.2.7/history.txt (modified) (1 diff)
-
tags/3.2.7/init.php (modified) (1 diff)
-
tags/3.2.7/lib/updater/css/settings-page.css (modified) (2 diffs)
-
tags/3.2.7/lib/updater/history.txt (modified) (1 diff)
-
tags/3.2.7/lib/updater/images/ithemes-logo-header.png (deleted)
-
tags/3.2.7/lib/updater/images/logo-ithemes.png (deleted)
-
tags/3.2.7/lib/updater/images/logo-security-header.png (added)
-
tags/3.2.7/lib/updater/images/logo-solid-wp.png (deleted)
-
tags/3.2.7/lib/updater/images/logo-solidwp.svg (added)
-
tags/3.2.7/lib/updater/images/solid_wp_logo.svg (deleted)
-
tags/3.2.7/lib/updater/images/solidwp-logo-header.png (deleted)
-
tags/3.2.7/lib/updater/images/sunset-background.png (deleted)
-
tags/3.2.7/lib/updater/load.php (modified) (1 diff)
-
tags/3.2.7/lib/updater/settings-page.php (modified) (5 diffs)
-
tags/3.2.7/lib/updater/sunset-banner.php (deleted)
-
tags/3.2.7/lib/updater/sunset-packages.php (deleted)
-
tags/3.2.7/readme.txt (modified) (2 diffs)
-
trunk/history.txt (modified) (1 diff)
-
trunk/init.php (modified) (1 diff)
-
trunk/lib/updater/css/settings-page.css (modified) (2 diffs)
-
trunk/lib/updater/history.txt (modified) (1 diff)
-
trunk/lib/updater/images/ithemes-logo-header.png (deleted)
-
trunk/lib/updater/images/logo-ithemes.png (deleted)
-
trunk/lib/updater/images/logo-security-header.png (added)
-
trunk/lib/updater/images/logo-solid-wp.png (deleted)
-
trunk/lib/updater/images/logo-solidwp.svg (added)
-
trunk/lib/updater/images/solid_wp_logo.svg (deleted)
-
trunk/lib/updater/images/solidwp-logo-header.png (deleted)
-
trunk/lib/updater/images/sunset-background.png (deleted)
-
trunk/lib/updater/load.php (modified) (1 diff)
-
trunk/lib/updater/settings-page.php (modified) (5 diffs)
-
trunk/lib/updater/sunset-banner.php (deleted)
-
trunk/lib/updater/sunset-packages.php (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ithemes-sync/tags/3.2.7/history.txt
r3321449 r3331711 288 288 3.2.6 - 2025-07-02 - John Hooks 289 289 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/ 290 3.2.7 - 2025-07-21 - Lisa Canini 291 Tweak: Update SolidWP logo -
ithemes-sync/tags/3.2.7/init.php
r3321449 r3331711 5 5 * Description: Maximize and amplify your admin with remote, multi-site management. One centralized dashboard to save time. 6 6 * Author: SolidWP 7 * Version: 3.2. 67 * Version: 3.2.7 8 8 * Requires at least: 6.4 9 9 * Requires PHP: 7.0 -
ithemes-sync/tags/3.2.7/lib/updater/css/settings-page.css
r3143059 r3331711 1 1 #wpcontent { 2 2 padding-left: 0; 3 }4 5 #icon-options-general,6 #icon-settings {7 background: url('../images/logo-solid-wp.png') no-repeat;8 3 } 9 4 … … 506 501 box-shadow: none; 507 502 } 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 98 98 Enhancement: Add environment licensing notice. 99 99 Enhancement: Add `is_staging` to verbose output of `wp ithemes-licensing show` WP-CLI command. 100 1.9.1 - 2025-07-14 - Lisa Canini 101 Enhancement: Update SolidWP logo. 102 1.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 6 6 7 7 8 $it_registration_list_version = '1.9. 0';8 $it_registration_list_version = '1.9.2'; 9 9 $it_registration_list_library = 'updater'; 10 10 $it_registration_list_init_file = dirname( __FILE__ ) . '/init.php'; -
ithemes-sync/tags/3.2.7/lib/updater/settings-page.php
r3321449 r3331711 406 406 ?> 407 407 <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' ); ?>" /> 409 409 </div> 410 410 <div class="solidwp-licensing"> … … 417 417 418 418 <?php 419 $this->show_sunset_banner( $packages );420 419 $this->list_licensed_products( $licensed, $post_data, $action ); 421 420 if ( $has_patchstack ) { … … 493 492 <?php 494 493 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';522 494 } 523 495 … … 947 919 <div class="wrap" id="ithemes-updater-site-url-confirmation"> 948 920 <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' ); ?>" /> 950 922 </div> 951 923 <div class="solidwp-licensing"> … … 1061 1033 <div class="wrap" id="ithemes-updater-relicense"> 1062 1034 <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' ); ?>" /> 1064 1036 </div> 1065 1037 <div class="solidwp-licensing-wrap"> -
ithemes-sync/tags/3.2.7/readme.txt
r3321449 r3331711 5 5 Requires PHP: 7.0 6 6 Tested up to: 6.8 7 Stable tag: 3.2. 67 Stable tag: 3.2.7 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html … … 131 131 == Changelog == 132 132 133 = 3.2.7 = 134 * Tweak: Update SolidWP logo 135 133 136 = 3.2.6 = 134 137 * 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 288 288 3.2.6 - 2025-07-02 - John Hooks 289 289 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/ 290 3.2.7 - 2025-07-21 - Lisa Canini 291 Tweak: Update SolidWP logo -
ithemes-sync/trunk/init.php
r3321449 r3331711 5 5 * Description: Maximize and amplify your admin with remote, multi-site management. One centralized dashboard to save time. 6 6 * Author: SolidWP 7 * Version: 3.2. 67 * Version: 3.2.7 8 8 * Requires at least: 6.4 9 9 * Requires PHP: 7.0 -
ithemes-sync/trunk/lib/updater/css/settings-page.css
r3143059 r3331711 1 1 #wpcontent { 2 2 padding-left: 0; 3 }4 5 #icon-options-general,6 #icon-settings {7 background: url('../images/logo-solid-wp.png') no-repeat;8 3 } 9 4 … … 506 501 box-shadow: none; 507 502 } 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 98 98 Enhancement: Add environment licensing notice. 99 99 Enhancement: Add `is_staging` to verbose output of `wp ithemes-licensing show` WP-CLI command. 100 1.9.1 - 2025-07-14 - Lisa Canini 101 Enhancement: Update SolidWP logo. 102 1.9.2 - 2025-07-21 - Lisa Canini 103 Tweak: Remove banner when running sunset products. -
ithemes-sync/trunk/lib/updater/load.php
r3321449 r3331711 6 6 7 7 8 $it_registration_list_version = '1.9. 0';8 $it_registration_list_version = '1.9.2'; 9 9 $it_registration_list_library = 'updater'; 10 10 $it_registration_list_init_file = dirname( __FILE__ ) . '/init.php'; -
ithemes-sync/trunk/lib/updater/settings-page.php
r3321449 r3331711 406 406 ?> 407 407 <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' ); ?>" /> 409 409 </div> 410 410 <div class="solidwp-licensing"> … … 417 417 418 418 <?php 419 $this->show_sunset_banner( $packages );420 419 $this->list_licensed_products( $licensed, $post_data, $action ); 421 420 if ( $has_patchstack ) { … … 493 492 <?php 494 493 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';522 494 } 523 495 … … 947 919 <div class="wrap" id="ithemes-updater-site-url-confirmation"> 948 920 <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' ); ?>" /> 950 922 </div> 951 923 <div class="solidwp-licensing"> … … 1061 1033 <div class="wrap" id="ithemes-updater-relicense"> 1062 1034 <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' ); ?>" /> 1064 1036 </div> 1065 1037 <div class="solidwp-licensing-wrap"> -
ithemes-sync/trunk/readme.txt
r3321449 r3331711 5 5 Requires PHP: 7.0 6 6 Tested up to: 6.8 7 Stable tag: 3.2. 67 Stable tag: 3.2.7 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html … … 131 131 == Changelog == 132 132 133 = 3.2.7 = 134 * Tweak: Update SolidWP logo 135 133 136 = 3.2.6 = 134 137 * 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.