Skip to content

Commit

Permalink
Compatibility for the updated Elementor colors and typography schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
ali7ali committed Dec 18, 2024
1 parent c23ed8f commit c3802d4
Show file tree
Hide file tree
Showing 5 changed files with 1,205 additions and 1,164 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
**Requires at least:** 6.0
**Tested up to:** 6.7
**Requires PHP:** 7.4
**Stable tag:** 1.2.1
**Stable tag:** 1.2.2
**License:** [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)

Alpha Google Map For Elementor offers premium Google Map features for WordPress, enhancing your site with advanced map functionalities.
Expand Down Expand Up @@ -74,9 +74,9 @@ Use the WordPress.org forums for community support. If you spot a bug, you can l

## Upgrade Notice

### 1.2.1
### 1.2.2

Compatibility for WP 6.7 and security improvements, code modernization, and compatibility updates.
Compatibility for WP 6.6 and refactor the integration with Elementor.

## Frequently Asked Questions

Expand All @@ -96,6 +96,10 @@ No. You need to install Elementor Website Builder first.

## Changelog

### 1.2.2 - 2024-12-18

- Compatibility for the updated Elementor colors and typography schema.

### 1.2.1 - 2024-11-16

- Enhanced compatibility with the latest WordPress and Elementor versions.
Expand Down
8 changes: 3 additions & 5 deletions alpha-google-map-for-elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
* Description: Premium Google Map features for WordPress.
* Author: Ali Ali
* Author URI: https://github.com/Ali7Ali
* Version: 1.2.1
* Version: 1.2.2
* Text Domain: alpha-google-map-for-elementor
* Domain Path: /languages
* License: GPLv3
*
*
* */

/*
Expand All @@ -36,7 +34,7 @@
exit; // Exit if accessed directly.
}

define('ALPHAMAP_VERSION', '1.2.1');
define('ALPHAMAP_VERSION', '1.2.2');
define('ALPHAMAP_ADDONS_PL_ROOT', __FILE__);
define('ALPHAMAP_PL_URL', plugins_url('/', ALPHAMAP_ADDONS_PL_ROOT));
define('ALPHAMAP_PL_PATH', plugin_dir_path(ALPHAMAP_ADDONS_PL_ROOT));
Expand All @@ -49,7 +47,7 @@ function alpha_google_map_addon()
{

// Load plugin file
require_once(ALPHAMAP_PL_INCLUDE . '/class-alpha-google-map.php');
include_once ALPHAMAP_PL_INCLUDE . '/class-alpha-google-map.php';

// Run the plugin
\AlphaGoogleMap\Alpha_Google_Map::instance();
Expand Down
Loading

0 comments on commit c3802d4

Please sign in to comment.