Skip to content

Commit f8b0f1d

Browse files
committed
v3.6.10
Signed-off-by: mavrokordato <info@wordpress-premium.net>
1 parent 9dcd852 commit f8b0f1d

File tree

228 files changed

+14726
-49681
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+14726
-49681
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.DS_Store
1+
.DS_Store
2+
.op

.op/plugins/glab.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
1-
# Advanced Custom Fields PRO
1+
# Advanced Custom Fields Pro
22

3-
![GitHub followers](https://img.shields.io/github/followers/wordpress-premium) ![GitHub Repo stars](https://img.shields.io/github/stars/wordpress-premium/advanced-custom-fields-pro) ![GitHub last commit](https://img.shields.io/github/last-commit/wordpress-premium/advanced-custom-fields-pro)
3+
![GitHub followers](https://img.shields.io/github/followers/wordpress-premium?style=flat&color=lightblue) ![GitHub Repo stars](https://img.shields.io/github/stars/wordpress-premium/advanced-custom-fields-pro?style=flat&color=orange) ![GitHub forks](https://img.shields.io/github/forks/wordpress-premium/advanced-custom-fields-pro?style=flat) ![GitHub last commit](https://img.shields.io/github/last-commit/wordpress-premium/advanced-custom-fields-pro)
44

5-
**Advanced Custom Fields Pro** (ACF Pro) is a popular WordPress plugin that allows developers to create custom fields and content for their websites easily. **This is the fully activated [pro version](https://www.advancedcustomfields.com/pro/), which has been thoroughly checked for malware and is safe to use for research purposes.**
5+
**[Advanced Custom Fields Pro](https://www.advancedcustomfields.com/pro/)** (ACF Pro) is a popular WordPress plugin that allows developers to create custom fields and content for their websites easily. **This is the fully activated [pro version](https://www.advancedcustomfields.com/pro/), which has been thoroughly checked for malware and is safe to use.**
66

7-
**Note:** Using activated software may violate the original author's licensing terms and may not receive official support or updates.
7+
## 🛠️ Use
88

9-
**If you appreciate this service and would like to keep getting recent, malware-free updates, please consider [leaving a tip via PayPal](https://www.paypal.com/paypalme/thaikolja).**
9+
This is the **fully activated pro version ("nulled")** of the plugin, brought to you by [wordpress-premium.net](https://www.wordpress-premium.net). We thoroughly **scanned and cleaned it of any malware** and released it to give users access to try this plugin before purchasing it or conducting technical research. If you intend to use this plugin for your website, **you must** [purchase a license](https://rankmath.com/offer/) through the author's official website.
1010

11-
## Changelog
11+
**Note:** Using activated ("nulled") software may violate the original author's licensing terms, and you may not receive official support or updates.
1212

13-
### v6.3.4 (latest)
13+
## 🤑 Donate
1414

15-
**Release Date:** 18th July 2024
15+
If you appreciate [WordPress Premium's](https://www.wordpress-premium.net/) service and would like to keep getting up-to-date, malware-free pro and premium plugins, please consider [leaving a tip via PayPal](https://www.paypal.com/paypalme/thaikolja).
1616

17-
* **Security Fix** - The ACF shortcode now prevents access to fields from different private posts by default. View the [release notes](https://www.advancedcustomfields.com/blog/acf-6-3-4) for more information
18-
* **Fix** - Users without the `edit_posts` capability but with custom capabilities for editing a custom post type can now correctly load field groups loaded via conditional location rules
19-
* **Fix** - Block validation no longer validates a field’s sub-fields on page load, only on edit. This resolves inconsistent validation errors on page load or when first adding a block
20-
* **Fix** - Deactivating an ACF PRO license will now remove the license key even if the server call fails
21-
* **Fix** - Field types returning objects no longer cause PHP warnings and errors when output via `the_field`, `the_sub_field`, or the ACF shortcode, or when retrieved by a `get_` function with the escape html parameter set
22-
* **Fix** - Server-side errors during block rendering now gracefully display an error to the editor
17+
## ✨ Changelog
18+
19+
### v6.3.10
20+
21+
**Release Date:** October 29th, 2024
22+
23+
- **Security** - Setting a metabox callback for custom post types and taxonomies now requires being an admin, or super admin for multisite installs
24+
- **Security** - Field specific ACF nonces are now prefixed, resolving an issue where third party nonces could be treated as valid for AJAX calls
25+
- **Enhancement** - A new “Close and Add Field” option is now available when editing a field group, inserting a new field inline after the field being edited
26+
- **Enhancement** - ACF and ACF PRO now share the same plugin updater for improved reliability and performance
27+
- **Fix** - Exporting post types and taxonomies containing metabox callbacks now correctly exports the user defined callback
2328

2429
---
2530

26-
For changelogs of older versions, check the [official website](https://www.advancedcustomfields.com/changelog/).
31+
For other version changelogs, check the [official website](https://rankmath.com/changelog/pro/).

0 commit comments

Comments
 (0)