Skip to content

Commit 1f6b25e

Browse files
committed
Tagged v2.1.1
1 parent 0fd0c91 commit 1f6b25e

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

add-to-all.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @wordpress-plugin
1616
* Plugin Name: WebberZone Snippetz
17-
* Version: 2.1.1-beta1
17+
* Version: 2.1.1
1818
* Plugin URI: https://webberzone.com/plugins/add-to-all/
1919
* Description: A simple yet powerful plugin that allows you to insert any code snippet or script into WordPress.
2020
* Author: Ajay D'Souza
@@ -39,7 +39,7 @@
3939
*
4040
* @var string $WZ_SNIPPETZ_VERSION WebberZone Snippetz version.
4141
*/
42-
define( 'WZ_SNIPPETZ_VERSION', '2.1.0' );
42+
define( 'WZ_SNIPPETZ_VERSION', '2.1.1' );
4343
}
4444

4545

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Tags: code, snippets, html, css, javascript
33
Contributors: Ajay, webberzone
44
Donate link: https://ajaydsouza.com/donate/
5-
Stable tag: 2.1.0
5+
Stable tag: 2.1.1
66
Requires at least: 6.3
7-
Tested up to: 6.7
7+
Tested up to: 6.8
88
Requires PHP: 7.4
99
License: GPLv2 or later
1010

@@ -95,6 +95,11 @@ WebberZone Snippetz is one of the many plugins developed by WebberZone. Check ou
9595

9696
== Changelog ==
9797

98+
= 2.1.1 =
99+
100+
* Bug fixes:
101+
* Fixed `_load_textdomain_just_in_time` PHP warnings.
102+
98103
= 2.1.0 =
99104

100105
Release post: [https://webberzone.com/announcements/snippetz-v2-1-0/](https://webberzone.com/announcements/snippetz-v2-1-0/)

0 commit comments

Comments
 (0)