Skip to content

Commit

Permalink
Update to 2.0.22 [version-bump]
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdigital committed Mar 19, 2024
1 parent 47df601 commit f4d6f79
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.22 - 2024-03-19

### Features and Improvements

- Adding News Letter Notice to Draw Attention

## 2.0.17 - 2023-11-07

### 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.21
Version: 2.0.22
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.21",
"version": "2.0.22",
"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.21';
const VERSION = '2.0.22';
const file = __FILE__;
const name = 'Draw Attention';
const slug = 'drawattention';
Expand Down
14 changes: 7 additions & 7 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.4
Stable tag: 2.0.21
Stable tag: 2.0.22
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

# Changelog

## 2.0.22 - 2024-03-19

### Features and Improvements

- Adding News Letter Notice to Draw Attention

## 2.0.17 - 2023-11-07

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

### Features and Improvements

## 2.0.7 - 2023-03-28

- no changes

## 2.0.6 - 2023-03-28


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 f4d6f79

Please sign in to comment.