Skip to content

Commit

Permalink
Update to 2.0.13 [version-bump]
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdigital committed Jun 25, 2023
1 parent 4430810 commit e26f7f2
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 14 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.0.13 - 2023-06-25

### Fixes

- Fix PHP warning in CMB2 library

### Features and Improvements

- Prevent conflicts with other plugins that use the leaflet library

## 2.0.12 - 2023-05-26

### Features and Improvements
Expand Down
2 changes: 1 addition & 1 deletion draw-attention.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Plugin Name: Draw Attention
Plugin URI: https://wpdrawattention.com
Description: Create interactive images in WordPress
Version: 2.0.12
Version: 2.0.13
Author: N Squared
Author URI: https://nsqua.red
Text Domain: draw-attention
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "draw-attention",
"title": "Draw Attention",
"version": "2.0.12",
"version": "2.0.13",
"description": "Create interactive image maps for your website",
"author": {
"name": "NSquared",
Expand Down
2 changes: 1 addition & 1 deletion public/class-drawattention.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DrawAttention {
*
* @var string
*/
const VERSION = '2.0.12';
const VERSION = '2.0.13';
const file = __FILE__;
const name = 'Draw Attention';
const slug = 'drawattention';
Expand Down
22 changes: 11 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: tylerdigital, nataliemac, croixhaug, wpdrawattention
Tags: image maps, image map, floor plan, interactive images, clickable images, hotspots, infographic, highlight, annotation, real estate, interactive floor plan, affiliate
Requires at least: 3.5.1
Tested up to: 6.2
Stable tag: 2.0.12
Stable tag: 2.0.13
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -118,6 +118,16 @@ We have a guide walkthrough of creating your first image available in [our docum

# Changelog

## 2.0.13 - 2023-06-25

### Fixes

- Fix PHP warning in CMB2 library

### Features and Improvements

- Prevent conflicts with other plugins that use the leaflet library

## 2.0.12 - 2023-05-26

### Features and Improvements
Expand Down Expand Up @@ -176,15 +186,5 @@ We have a guide walkthrough of creating your first image available in [our docum

## 2.0.1

- WP 6.1 Compatibility

## 2.0.0

- Improved: New drawing tool for hotspots

## 1.9.34

- Improved: SEO attribute support for Google Search Console


For older changelog entries, please see the [additional changelog.txt file](https://plugins.svn.wordpress.org/draw-attention/trunk/CHANGELOG.md) delivered with the plugin.

0 comments on commit e26f7f2

Please sign in to comment.