Changeset 2326100
- Timestamp:
- 06/17/2020 08:46:07 PM (6 years ago)
- Location:
- wp-listings
- Files:
-
- 12 edited
- 1 copied
-
tags/2.5.2 (copied) (copied from wp-listings/trunk)
-
tags/2.5.2/README.md (modified) (2 diffs)
-
tags/2.5.2/includes/class-listings.php (modified) (1 diff)
-
tags/2.5.2/includes/css/wp-listings-gmb-admin.css (modified) (3 diffs)
-
tags/2.5.2/includes/views/wp-listings-gmb-settings.php (modified) (1 diff)
-
tags/2.5.2/plugin.php (modified) (1 diff)
-
tags/2.5.2/readme.txt (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/includes/class-listings.php (modified) (1 diff)
-
trunk/includes/css/wp-listings-gmb-admin.css (modified) (3 diffs)
-
trunk/includes/views/wp-listings-gmb-settings.php (modified) (1 diff)
-
trunk/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-listings/tags/2.5.2/README.md
r2322612 r2326100 12 12 **Tested up to:** 5.4.1 13 13 14 **Stable tag:** 2.5. 114 **Stable tag:** 2.5.2 15 15 16 16 **Requires PHP:** 5.6 … … 190 190 191 191 ## Changelog ## 192 193 ## 2.5.2 ## 194 *Released 6-17-2020* 195 * Fix: Resolves minor styling issue on Google My Business scheduling page 192 196 193 197 ## 2.5.1 ## -
wp-listings/tags/2.5.2/includes/class-listings.php
r2322612 r2326100 136 136 $idx_api = new \IDX\Idx_Api(); 137 137 if ( $idx_api->platinum_account_type() ) { 138 add_submenu_page( 'edit.php?post_type=listing', __( ' Google My Business', 'wp-listings' ), __( 'Google My Business', 'wp-listings' ), 'manage_options', $this->gmb_settings_page, array( &$this, 'gmb_settings_page' ) );138 add_submenu_page( 'edit.php?post_type=listing', __( 'IMPress Listings - Google My Business', 'wp-listings' ), __( '<small style="color:#8dc541;">beta</small><br>Google My Business', 'wp-listings' ), 'manage_options', $this->gmb_settings_page, array( &$this, 'gmb_settings_page' ) ); 139 139 } 140 140 } -
wp-listings/tags/2.5.2/includes/css/wp-listings-gmb-admin.css
r2322612 r2326100 1 1 #post-body #post-body-content { 2 2 margin-right: 0px; 3 } 4 5 .gmb-settings-page-header-container { 6 display: flex; 7 align-items: center; 8 justify-content: center; 9 } 10 11 .gmb-settings-page-header-container > .gmb-settings-page-header { 12 padding: 0px; 13 } 14 15 .beta-label-tag { 16 color: white; 17 background-color: #8dc541; 18 font-weight: bold; 19 border-radius: 4px; 20 margin-left: 4px; 21 font-size: 0.7em; 22 display: flex; 23 align-items: center; 24 justify-content: center; 25 padding: 3px 6px; 3 26 } 4 27 … … 660 683 661 684 .preview-container-label strong { 662 margin-bottom: 5px;663 685 font-size: 1.2em; 664 }665 666 #clear-schedule-button:active {667 background-color: lightsalmon;668 686 } 669 687 … … 707 725 background-color: white; 708 726 border: solid 2px tomato; 727 } 728 729 #new-custom-post-button { 730 background-color: rebeccapurple; 731 } 732 733 #new-custom-post-button:hover { 734 color: rebeccapurple; 735 background-color: white; 736 border: solid 2px rebeccapurple; 709 737 } 710 738 -
wp-listings/tags/2.5.2/includes/views/wp-listings-gmb-settings.php
r2322612 r2326100 5 5 <div id="icon-options-general" class="icon32"></div> 6 6 <div class="wrap"> 7 <h1><?php _e( 'IMPress Listings - Google My Business Settings', 'wp-listings' ); ?></h1> 7 8 <div class="gmb-settings-page-header-container"> 9 <h1 class="gmb-settings-page-header"><?php esc_attr_e( 'IMPress Listings - Google My Business Settings', 'wp-listings' ); ?></h1> 10 <div class="beta-label-tag"> 11 beta 12 </div> 13 </div> 8 14 <hr> 9 15 <div id="poststuff" class="metabox-holder has-right-sidebar"> -
wp-listings/tags/2.5.2/plugin.php
r2322612 r2326100 8 8 Text Domain: wp-listings 9 9 10 Version: 2.5. 110 Version: 2.5.2 11 11 12 12 License: GNU General Public License v2.0 (or later) -
wp-listings/tags/2.5.2/readme.txt
r2322612 r2326100 6 6 Requires at least: 4.0 7 7 Tested up to: 5.4.1 8 Stable tag: 2.5. 18 Stable tag: 2.5.2 9 9 Requires PHP: 5.6 10 10 License: GPLv2 or later … … 203 203 204 204 == Changelog == 205 206 = 2.5.2 = 207 *Released 6-17-2020* 208 * Fix: Resolves minor styling issue on Google My Business scheduling page 205 209 206 210 = 2.5.1 = -
wp-listings/trunk/README.md
r2322612 r2326100 12 12 **Tested up to:** 5.4.1 13 13 14 **Stable tag:** 2.5. 114 **Stable tag:** 2.5.2 15 15 16 16 **Requires PHP:** 5.6 … … 190 190 191 191 ## Changelog ## 192 193 ## 2.5.2 ## 194 *Released 6-17-2020* 195 * Fix: Resolves minor styling issue on Google My Business scheduling page 192 196 193 197 ## 2.5.1 ## -
wp-listings/trunk/includes/class-listings.php
r2322612 r2326100 136 136 $idx_api = new \IDX\Idx_Api(); 137 137 if ( $idx_api->platinum_account_type() ) { 138 add_submenu_page( 'edit.php?post_type=listing', __( ' Google My Business', 'wp-listings' ), __( 'Google My Business', 'wp-listings' ), 'manage_options', $this->gmb_settings_page, array( &$this, 'gmb_settings_page' ) );138 add_submenu_page( 'edit.php?post_type=listing', __( 'IMPress Listings - Google My Business', 'wp-listings' ), __( '<small style="color:#8dc541;">beta</small><br>Google My Business', 'wp-listings' ), 'manage_options', $this->gmb_settings_page, array( &$this, 'gmb_settings_page' ) ); 139 139 } 140 140 } -
wp-listings/trunk/includes/css/wp-listings-gmb-admin.css
r2322612 r2326100 1 1 #post-body #post-body-content { 2 2 margin-right: 0px; 3 } 4 5 .gmb-settings-page-header-container { 6 display: flex; 7 align-items: center; 8 justify-content: center; 9 } 10 11 .gmb-settings-page-header-container > .gmb-settings-page-header { 12 padding: 0px; 13 } 14 15 .beta-label-tag { 16 color: white; 17 background-color: #8dc541; 18 font-weight: bold; 19 border-radius: 4px; 20 margin-left: 4px; 21 font-size: 0.7em; 22 display: flex; 23 align-items: center; 24 justify-content: center; 25 padding: 3px 6px; 3 26 } 4 27 … … 660 683 661 684 .preview-container-label strong { 662 margin-bottom: 5px;663 685 font-size: 1.2em; 664 }665 666 #clear-schedule-button:active {667 background-color: lightsalmon;668 686 } 669 687 … … 707 725 background-color: white; 708 726 border: solid 2px tomato; 727 } 728 729 #new-custom-post-button { 730 background-color: rebeccapurple; 731 } 732 733 #new-custom-post-button:hover { 734 color: rebeccapurple; 735 background-color: white; 736 border: solid 2px rebeccapurple; 709 737 } 710 738 -
wp-listings/trunk/includes/views/wp-listings-gmb-settings.php
r2322612 r2326100 5 5 <div id="icon-options-general" class="icon32"></div> 6 6 <div class="wrap"> 7 <h1><?php _e( 'IMPress Listings - Google My Business Settings', 'wp-listings' ); ?></h1> 7 8 <div class="gmb-settings-page-header-container"> 9 <h1 class="gmb-settings-page-header"><?php esc_attr_e( 'IMPress Listings - Google My Business Settings', 'wp-listings' ); ?></h1> 10 <div class="beta-label-tag"> 11 beta 12 </div> 13 </div> 8 14 <hr> 9 15 <div id="poststuff" class="metabox-holder has-right-sidebar"> -
wp-listings/trunk/plugin.php
r2322612 r2326100 8 8 Text Domain: wp-listings 9 9 10 Version: 2.5. 110 Version: 2.5.2 11 11 12 12 License: GNU General Public License v2.0 (or later) -
wp-listings/trunk/readme.txt
r2322612 r2326100 6 6 Requires at least: 4.0 7 7 Tested up to: 5.4.1 8 Stable tag: 2.5. 18 Stable tag: 2.5.2 9 9 Requires PHP: 5.6 10 10 License: GPLv2 or later … … 203 203 204 204 == Changelog == 205 206 = 2.5.2 = 207 *Released 6-17-2020* 208 * Fix: Resolves minor styling issue on Google My Business scheduling page 205 209 206 210 = 2.5.1 =
Note: See TracChangeset
for help on using the changeset viewer.