Skip to content

Commit a207a22

Browse files
author
Kilo
committed
chore: release v1.1.2
1 parent 919974e commit a207a22

8 files changed

Lines changed: 27 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
### Security
17+
18+
## [1.1.2] - 2026-07-17
19+
1020
### Added
1121
- **Local email delivery guard (#114)** — outgoing email, SMTP connection tests, and queue processing are blocked when WordPress reports a `local` environment or the site uses a common local-development hostname. Administrators see a persistent warning on Mail System pages, and detection remains filterable for project-specific setups.
1222
- **Secure email click analytics (#113)**
@@ -314,7 +324,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
314324
- **Minor** (0.X.0) - New features, backward compatible
315325
- **Patch** (0.0.X) - Bug fixes, backward compatible
316326

317-
[Unreleased]: https://github.com/katsarov-design/mail-system/compare/1.1.1...HEAD
327+
[Unreleased]: https://github.com/katsarov-design/mail-system/compare/1.1.2...HEAD
328+
[1.1.2]: https://github.com/katsarov-design/mail-system/compare/1.1.1...1.1.2
318329
[1.1.1]: https://github.com/katsarov-design/mail-system/compare/1.1.0...1.1.1
319330
[1.1.0]: https://github.com/katsarov-design/mail-system/compare/1.0.0...1.1.0
320331
[1.0.0]: https://github.com/katsarov-design/mail-system/releases/tag/1.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<img alt="Version 1.1.1" src="https://img.shields.io/badge/version-1.1.1-1f6feb?style=for-the-badge">
8+
<img alt="Version 1.1.2" src="https://img.shields.io/badge/version-1.1.2-1f6feb?style=for-the-badge">
99
<img alt="WordPress 5.0+" src="https://img.shields.io/badge/WordPress-5.0%2B-21759b?style=for-the-badge&logo=wordpress&logoColor=white">
1010
<img alt="PHP 7.4+" src="https://img.shields.io/badge/PHP-7.4%2B-777bb4?style=for-the-badge&logo=php&logoColor=white">
1111
<img alt="License GPL-2.0-or-later" src="https://img.shields.io/badge/license-GPL--2.0--or--later-0f766e?style=for-the-badge">

docs/api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ add_action( 'mskd_subscriber_unsubscribed', function( $email, $token ) {
756756

757757
| Constant | Default | Description |
758758
|----------|---------|-------------|
759-
| `MSKD_VERSION` | `1.1.0` | Plugin version |
759+
| `MSKD_VERSION` | `1.1.2` | Plugin version |
760760
| `MSKD_BATCH_SIZE` | `10` | Emails per cron run (configurable via settings) |
761761
| `MSKD_PLUGIN_DIR` || Plugin directory path |
762762
| `MSKD_PLUGIN_URL` || Plugin URL |

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div class="hero-grid">
5151
<div class="hero-content">
5252
<div class="badges">
53-
<span class="badge badge-version">Version 1.1.1</span>
53+
<span class="badge badge-version">Version 1.1.2</span>
5454
<span class="badge badge-wp">WordPress 5.0+</span>
5555
<span class="badge badge-php">PHP 7.4+</span>
5656
<span class="badge badge-license">GPL v2</span>

mail-system.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Mail System by Katsarov Design
44
* Plugin URI: https://katsarov.design/plugins/mail-system
55
* Description: Email newsletter management system with subscribers, lists, and sending queue.
6-
* Version: 1.1.1
6+
* Version: 1.1.2
77
* Requires at least: 5.0
88
* Requires PHP: 7.4
99
* Author: Katsarov Design
@@ -24,7 +24,7 @@
2424
/**
2525
* Plugin constants
2626
*/
27-
define( 'MSKD_VERSION', '1.1.1' );
27+
define( 'MSKD_VERSION', '1.1.2' );
2828
define( 'MSKD_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
2929
define( 'MSKD_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
3030
define( 'MSKD_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mail-system",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "WordPress Mail System Plugin by Katsarov Design",
55
"main": "mail-system.php",
66
"scripts": {
@@ -26,4 +26,4 @@
2626
"devDependencies": {
2727
"sass": "^1.69.5"
2828
}
29-
}
29+
}

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: katsarovdesign
33
Tags: email, newsletter, mailing list, subscribers, bulgarian, български
44
Requires at least: 5.0
55
Tested up to: 6.4
6-
Stable tag: 1.1.1
6+
Stable tag: 1.1.2
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -90,6 +90,11 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html
9090

9191
== Changelog ==
9292

93+
= 1.1.2 =
94+
* Анализ на отваряния и кликвания в имейли с защита на личните данни
95+
* Защита срещу изпращане на имейли в локална среда
96+
* Подобрения в опашката, потвърждението за абонамент и SMTP криптирането
97+
9398
= 1.1.1 =
9499
* Поправен проблем с липсващ превод за "Общо абонати"
95100
* Подобрения в стабилността

0 commit comments

Comments
 (0)