Plugin Directory

Changeset 3250109


Ignore:
Timestamp:
03/04/2025 07:46:26 AM (12 months ago)
Author:
flippercode
Message:

maps not showing bugs solved

Location:
wp-google-map-plugin
Files:
859 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-google-map-plugin/trunk/modules/shortcode/views/put-wpgmp.php

    r3248769 r3250109  
    170170'full_screen_control_position' => (isset( $map->map_all_control['full_screen_control_position'] ) ) ? $map->map_all_control['full_screen_control_position'] : 'TOP_RIGHT',
    171171'search_control' => (!isset($map->map_all_control['search_control']) || $map->map_all_control['search_control'] != 'false'),
    172 'camera_control_position'        => (isset($map->map_all_control['camera_control_position']) ) ? $map->map_all_control['camera_control_position'] : '',
     172'camera_control_position'        => (isset($map->map_all_control['camera_control_position']) ) ? $map->map_all_control['camera_control_position'] : 'TOP_RIGHT',
    173173'search_control_position' => ( isset($map->map_all_control['search_control_position']) && !empty($map->map_all_control['search_control_position'])) ? $map->map_all_control['search_control_position'] : 'TOP_LEFT',
    174174'zoom_control_position' => $map->map_all_control['zoom_control_position'],
  • wp-google-map-plugin/trunk/readme.txt

    r3248769 r3250109  
    171171
    172172= 4.7.0 =
     173* Add : Fix the issue of Camera control position.
     174
     175= 4.7.0 =
    173176* Add : Fix the cookie consent hook callback issue.
    174177* Add : Add Camera control manageable settings.
  • wp-google-map-plugin/trunk/wp-google-map-plugin.php

    r3248769 r3250109  
    66Author: flippercode
    77Author URI: https://weplugins.com/
    8 Version: 4.7.0
     8Version: 4.7.1
    99Text Domain: wp-google-map-plugin
    1010Domain Path: /lang
     
    854854           
    855855            if ( ! defined( 'WPGMP_VERSION' ) )
    856             define( 'WPGMP_VERSION', '4.7.0' );
     856            define( 'WPGMP_VERSION', '4.7.1' );
    857857           
    858858            if ( ! defined( 'WPGMP_FOLDER' ) )
Note: See TracChangeset for help on using the changeset viewer.