File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
6
## 1.1.11 - 27 July 2023
4
7
* Feature: [ #85 ] ( https://github.com/BeAPI/acf-options-for-polylang/pull/85 ) Add support for ` composer/installer:2.0 `
5
8
* Tested up on WP 6.2
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/*
3
3
Plugin Name: ACF Options for Polylang
4
- Version: 1.1.11
4
+ Version: 1.1.12
5
5
Plugin URI: https://github.com/BeAPI/acf-options-for-polylang
6
6
Description: Add ACF options page support for Polylang.
7
7
Author: Be API
32
32
}
33
33
34
34
// Plugin constants
35
- define ( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION ' , '1.1.11 ' );
35
+ define ( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION ' , '1.1.12 ' );
36
36
define ( 'BEA_ACF_OPTIONS_FOR_POLYLANG_MIN_PHP_VERSION ' , '5.6 ' );
37
37
38
38
// Plugin URL and PATH
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ Then activate ACF Options For Polylang to handle ACF Options in setted Polylang'
58
58
59
59
== Changelog ==
60
60
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
+
61
64
= 1.1.11 - 27 July 2023
62
65
- Tested up on WP 6.2
63
66
You can’t perform that action at this time.
0 commit comments