#wordpress 2024-04-30

2024-04-30 UTC
gRegor, gRegorLove_, [qubyte], [Murray], [contact898] and Guest6 joined the channel
#
Loqi
[preview] [dshanske] #77 Turn Parse This into a proper plugin for dependency
#
GWG
Anyone have thoughts on this?
#
GWG
[pfefferle]: Started thinking about all the problems we had bundling multiple versions of php-mf2
#
GWG
And with a rest api endpoint, think of all the blocks people could write
#
standingdesk
[asuh]: Great episode, great podcast!
bashbox joined the channel
#
bashbox
hi
#
bashbox
my wordpress stop working after elementor update
#
bashbox
blank screen
#
bashbox
fixed
IWSlackGateway, [schmarty], [Murray], [qubyte], [aciccarello], [Ros], [KevinMarks], gRegor, lifeofpablo, [tantek] and [snarfed] joined the channel
#
[snarfed]
GWG is there precedent for shipping purely internal libraries like that as plugins? it doesn't sound like the right idea to me. I expect there are existing best practices for including PHP libraries in WP plugins, managing dependency versions, etc
#
[snarfed]
I get that now plugins can depend on other plugins, but libraries doesn't seem like the right use case. but you all are closer to the WP ecosystem than me
[pfefferle] joined the channel
#
[pfefferle]
I think it makes total sense for Micropub and IndieAuth, because IndieAuth can live without Micropub!
#
[pfefferle]
But I would not extract php-mf2 into a separate plugin
#
[pfefferle]
And no [snarfed] there is no nice way to manage libraries in WordPress 😞
[asuh] joined the channel
#
[asuh]
…without being added to WordPress Core, right? ^^
bashbox left the channel
#
GWG
This would be modelled on Press This, so it would have standalone functionality
#
GWG
But just thinking about it
#
GWG
I don't think of Parse This as just a library
#
GWG
But will continue to brainstorm
[Paul_Robert_Ll], [jeremycherfas], [aciccarello] and gRegor joined the channel
#
gRegor
I've started using https://github.com/humbug/php-scoper to include a scoped version of php-mf2 in different plugins