Skip to content

Commit f40d0f3

Browse files
committed
v5.11.4
Signed-off-by: Kolja Nolte <kolja.nolte@gmail.com>
1 parent 2949716 commit f40d0f3

29 files changed

+4562
-11988
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Advanced Custom Fields Pro
2+
3+
*[A free service by WordPress Premium](https://wordpress-premium.io)*
4+
5+
> ACF PRO includes extra fields & features to better develop websites including PHP Blocks, Repeatable Fields, Page Building tools, Media Galleries and Custom Options Pages.
6+
7+
**Version:** `5.11.4`
8+
9+
**Scanned** December 21, 2021
10+
11+
## Information
12+
13+
This [WordPress plugin](https://wordpress.org/plugins/) is a **free version of the plugin mentioned above** which is not available for free or only offers a limited free version.
14+
15+
The plugin was been scanned and cleared of any possible malware which is often included in nulled plugins in themes. macOS-specific files, logs, and other redundant files have also been removed.
16+
17+
Since this plugin has been published under a [Personal License](https://tinyurl.com/y7ufcuj2), **you may only download it for research and study purposes; any usage on live WordPress sites is prohibited.**
18+
19+
## Getting Started
20+
21+
### Installation
22+
23+
You can find the installation instructions either on the official WordPress plugin site or on the website of the plugin. You can use the Google term `[plugin] documentation`.
24+
25+
### Usage
26+
27+
Please refer to the official documentation for this plugin if it is available. It will guide you through the usage of this plugin.
28+
29+
## Updates
30+
31+
If you read this on GitHub.com, you should be aware that this is a mere mirrored repository. The original repository can be found on GitLab in the group [WordPress Premium](https://gitlab.com/wordpress-premium).
32+
33+
The repositories will be updated from time to time. However, due to time constraints, some versions may have to be skipped.
34+
35+
## Contact
36+
37+
For more information, please contact [info@wordpress-premium.com](mailto:info@wordpress-premium.com).

acf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Advanced Custom Fields PRO
44
Plugin URI: https://www.advancedcustomfields.com
55
Description: Customize WordPress with powerful, professional and intuitive fields.
6-
Version: 5.11.1
6+
Version: 5.11.4
77
Author: Delicious Brains
88
Author URI: https://www.advancedcustomfields.com
99
Text Domain: acf
@@ -19,7 +19,7 @@
1919
class ACF {
2020

2121
/** @var string The plugin version number. */
22-
var $version = '5.11.1';
22+
var $version = '5.11.4';
2323

2424
/** @var array The plugin settings array. */
2525
var $settings = array();

assets/build/css/acf-input.css

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

assets/build/css/acf-input.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/css/acf-input.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf-input.js

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

assets/build/js/acf-input.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf-input.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf.js

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

assets/build/js/acf.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)