Skip to content

Commit d086a40

Browse files
authored
Merge pull request #94 from BeAPI/fix-plugin-deactivate
add new version 1.1.12
2 parents 4ae0b5b + 409f2f2 commit d086a40

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.1.12 - 26 March 2025
4+
* FIX: Resolved an issue where the plugin would sometimes deactivate randomly on multisite installations when visiting a site.
5+
36
## 1.1.11 - 27 July 2023
47
* Feature: [#85](https://github.com/BeAPI/acf-options-for-polylang/pull/85) Add support for `composer/installer:2.0`
58
* Tested up on WP 6.2

bea-acf-options-for-polylang.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: ACF Options for Polylang
4-
Version: 1.1.11
4+
Version: 1.1.12
55
Plugin URI: https://github.com/BeAPI/acf-options-for-polylang
66
Description: Add ACF options page support for Polylang.
77
Author: Be API
@@ -32,7 +32,7 @@
3232
}
3333

3434
// Plugin constants
35-
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION', '1.1.11' );
35+
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION', '1.1.12' );
3636
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_MIN_PHP_VERSION', '5.6' );
3737

3838
// Plugin URL and PATH

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Then activate ACF Options For Polylang to handle ACF Options in setted Polylang'
5858

5959
== Changelog ==
6060

61+
= 1.1.12 - 26 March 2025 =
62+
- FIX: Resolved an issue where the plugin would sometimes deactivate randomly on multisite installations when visiting a site.
63+
6164
= 1.1.11 - 27 July 2023
6265
- Tested up on WP 6.2
6366

0 commit comments

Comments
 (0)