Earlier quoted context omitted.
How did the sites auto-update to have this plug-in removed/replaced? Are your sites set up to just automatically take push updates from WordPress central command or something and auto-modify themselves?!
Wordpress has a (highly effective) auto-updates mechanism for security patches. It was extended a couple of years ago to automatically apply plugin updates for you if you opted in, and I think automatic plugin updates may now be the default. (This is on balance a good thing; almost all WP vulnerabilities are outdated plugins, and until this mechanism was prevalent, WordPress occasionally had to live-patch existing in…
ACF Plugin no longer available on WordPress.org
91–100 of 151 posts
Re: ACF Plugin no longer available on WordPress.org
#92Earlier quoted context omitted.
There isn't an actual difference. He uses both of them as he sees fit.
Wait, and the IRS is happy with all that? With an individual using company resources for what would appear to be "personal" activity outside the company? Same with the foundation?
Re: ACF Plugin no longer available on WordPress.org
#93Earlier quoted context omitted.
Wordpress has a (highly effective) auto-updates mechanism for security patches. It was extended a couple of years ago to automatically apply plugin updates for you if you opted in, and I think automatic plugin updates may now be the default. (This is on balance a good thing; almost all WP vulnerabilities are outdated plugins, and until this mechanism was prevalent, WordPress occasionally had to live-patch existing in…
IDK if WordPress plugins respect SEMVER, but shouldn't this auto-update thingy update only patch versions, or minor versions at most? Idk, breaking changes like these is definitely not something you want your CMS to do overnight when you won't notice until you receive complaints that your site is broken
I don't know off-hand what the rule is for plugin updates, actually; I'd have to look it up.
As far as WordPress itself is concerned, the updater definitely does not auto-push updates to major WP versions by default [0], and they continue to patch older versions for a long time.
But at any rate, whether the plugin updates respect SEMVER or not, Matt/WP.org pushed this bullshit out as the most minor of minor version number changes over the previous ACF version: 6.3.6.2.
https://wordpress.org/plugins/advanced-custom-fields/advance... (scroll down to the bottom and you can download the previous version to diff it)
So as far as the poor benighted plugin updater is concerned, it's just a change to the display name, which is inconsequential.
[0] WP Engine do, ironically, on a pretty short timescale!
Re: ACF Plugin no longer available on WordPress.org
#94Re: ACF Plugin no longer available on WordPress.org
#95Earlier quoted context omitted.
In hindsight this should've been all the warning anyone needed. In the future, when a BDFL telegraphs that they're willing to abuse their powers like this, we need to fork immediately. Open source is more important than any single project or any single BDFL. We can't allow open source to appear risky or unreliable relative to proprietary software, subject to the whims of volatile personalities. Open source is kind of…
Companies don't, as a rule, do this in software either. They make projects open source or contribute to open source projects because it's good for them . This is just as true in other industries. This is how every industry standard and protocol or similar works. It is beneficial to the participating companies and does not threaten them.
Most of the "open" standards from other industries that I'm familiar with require a license, and certainly aren't open to participation by anyone and everyone. Let alone allowing you to modify and redistribute them.
But in software we've created a culture with different expectations. And I don't think we should take that for granted.
Re: ACF Plugin no longer available on WordPress.org
#96Earlier quoted context omitted.
That's where the Sunday goes. I am trying to create an FTP script to mass update all wp-content plugins for this single package. It was on my mind but I was not expecting to have something bizarre happening from WordPress for one of the most crucial plugins in WordPress' existence.
Have you ever looked into wp-cli? It was made for this kind of task.
Re: ACF Plugin no longer available on WordPress.org
#97Earlier quoted context omitted.
We use ACF with WP Code auto insert. ACF has prepend and append (in presentation tab) and this can be used to wrap the value with classes or other tags such as IDs, JS or others. When the ACF name changed, the prepend and append broke because prepend/append text showing must be configured in functions.php like this: add_filter('acf/format_value/name=mysnippet1', 'mysnippet1acf', 20, 3); function mysnippet1acf ($value…
Right, but why did that break? As far as I can tell that part hasn't been touched in the hostile takeover. https://plugins.trac.wordpress.org/browser/advanced-custom-f... It's still $this->add_field_filter( 'acf/format_value', array( $this, 'format_value' ), 10, 4 ); The file was last changed 7 weeks ago by deliciousbrains/wpengine and specifically the filter part is the same on their github.
Re: ACF Plugin no longer available on WordPress.org
#98Re: ACF Plugin no longer available on WordPress.org
#99Earlier quoted context omitted.
Right, but why did that break? As far as I can tell that part hasn't been touched in the hostile takeover. https://plugins.trac.wordpress.org/browser/advanced-custom-f... It's still $this->add_field_filter( 'acf/format_value', array( $this, 'format_value' ), 10, 4 ); The file was last changed 7 weeks ago by deliciousbrains/wpengine and specifically the filter part is the same on their github.
Whatever they did, it didn't work. Maybe we are over-custimizing it but it is not unheard of to use ACF with multiple other plugins such as WP Code and custom scripts.
If you can share the problem you are experiencing on Making WordPress Slack (#secure-custom-fields channel), I'm sure relevant people would love to help out ASAP.
I work at Automattic and I can get you in touch with people from WordPress.org if that's easier. You can email me at batuhan@a8c.com.
If there are any bugs, regressions or any issues with the fork, it's in the interest of everyone to quickly find and resolve them, so I'm sure your help would be appreciated.
Re: ACF Plugin no longer available on WordPress.org
#100Earlier quoted context omitted.
Have you ever looked into wp-cli? It was made for this kind of task.
We use the wp-cli with cron jobs such as indexing when we post with API or database-related things. Even with wp-cli we must login to SSH individually. And this doesn't give us the wp-cli option since it is 3rd party zip file. We possibly can get the file, extract, and delete the old plugin with cli, and then enable the last updated plugin with with cli again with a script. Either way, we must create a script or suck…
"Just update it!" Until it all goes to shit, and we have to triage the whole mess.
Sorry you are dealing with this, I have spent the better part of the weekend trying to get them to understand this was inevitable.
Devs: "Don't deploy on Fridays" A8C/Matt: "We will deploy on SATURDAYS"