jamiechong
@jamiechong on WordPress.org and Slack
- Member Since: October 31st, 2011
Contribution History
jamiechong’s badges:- Plugin Developer
-
Committed [2504800] to Plugins SVN:
Allow filter to taxonomies in copy function -
Posted a reply to URGENT: Prevent fatal error in WordPress 5.7, on the site WordPress.org Forums:
Hi @audrasjb I made a comment on the GitHub pull request. We should be fine… -
Created a topic, JWT Doesn’t Expire, on the site WordPress.org Forums:
I've set both the JWT time to live and Refresh time to… -
Created a topic, Register Auto-Auth, on the site WordPress.org Forums:
I know there's a way to auto-login after register, but… -
Posted a reply to 404 + Version errors, on the site WordPress.org Forums:
Hi @alexandreadveris I'm sorry, I have no plans in the immediate future to work on… -
Posted a reply to 404 + Version errors, on the site WordPress.org Forums:
@alexandreadveris can you confirm this issue still exists with Permalink Manager Pro deactivated? -
Committed [2279479] to Plugins SVN:
Fix a php notice on the admin menu editor screen -
Posted a reply to Problem with Emails when using revisionize, on the site WordPress.org Forums:
Revisionize doesn't work with some of the email notification plugins. This is because the notifications… -
Posted a reply to “Edit” vs. “Revisionize”, on the site WordPress.org Forums:
I believe the functionality you’re looking for is provided by the Contibutors Can addon. https://revisionize.pro/… -
Posted a reply to Is support for Gutenberg planned??, on the site WordPress.org Forums:
Sorry at this time I don't have plans to support Gutenberg. I looked into it… -
Posted a reply to Publishing revision changes original post’s URL, on the site WordPress.org Forums:
@thatdevgirl I still cannot reproduce the problem. Which other plugins do you have installed? In… -
Posted a reply to Revisionized a post, but it’s still showing old images, on the site WordPress.org Forums:
Please note that that if you're using WP Recipe Maker plugin, there seems to be… -
Posted a reply to recurring revisions possible?, on the site WordPress.org Forums:
The scheduling system uses the built in wordpress scheduling. I don't think it's in the… -
Posted a reply to Oops – Created a revision draft with Gutenberg editor, on the site WordPress.org Forums:
You can likely just delete the draft post that was created. -
Posted a reply to Revision of a post still in Draft mode?, on the site WordPress.org Forums:
Revisionize might not be the best plugin for your use case. It's meant for published/live… -
Posted a reply to Revision of a post still in Draft mode?, on the site WordPress.org Forums:
Hi @louis148 The purpose of Revisionize is to work on a revision of a _Published_… -
Posted a reply to How to get ID of the revision, on the site WordPress.org Forums:
I'm not to sure - would have to dig back into that core code (haven't… -
Posted a reply to How to get ID of the revision, on the site WordPress.org Forums:
Are you using a hook or filter? -
Posted a reply to Hook/filter to exlcude some ACF fields?, on the site WordPress.org Forums:
@nicodweb post_meta should be copied. You can see this here https://plugins.trac.wordpress.org/browser/revisionize/trunk/revisionize.php#L298 There could be something… -
Posted a reply to Gutenberg compatibility?, on the site WordPress.org Forums:
Sorry everyone, but there won't be any Gutenberg compatibility in the foreseeable future. -
Committed [2109924] to Plugins SVN:
up requires for sake of translations -
Committed [2109919] to Plugins SVN:
Work toward being translatable. -
Posted a reply to Can we change the warning text?, on the site WordPress.org Forums:
Fixed in 2.3.1. -
Committed [2109906] to Plugins SVN:
Version 2.3.1 -
Posted a reply to Can we change the warning text?, on the site WordPress.org Forums:
Yeah looks like a bug there - for not having those texts namespaced. Will take… -
Posted a reply to Publishing revision changes original post’s URL, on the site WordPress.org Forums:
So is the problem happening on pages that have recipes? Can you walk me through… -
Posted a reply to Publishing revision changes original post’s URL, on the site WordPress.org Forums:
@everydaymaven I've been investigating this, but can't reproduce the problem. Are you using WP Recipe… -
Posted a reply to My Revisionize post is appearing at the bottom of my live post, on the site WordPress.org Forums:
That's what I'm saying - *it shouldn't be doing that* - so I suspect there's… -
Posted a reply to Not overwriting, keeping both copies, on the site WordPress.org Forums:
Also see this thread for a similar discussion. https://wordpress.org/support/topic/duplicate-but-not-synch-keep-original/ -
Posted a reply to Question – creation via code, on the site WordPress.org Forums:
Hi Patrick. Best to look at the source code of the plugin to see what… -
Posted a reply to Not overwriting, keeping both copies, on the site WordPress.org Forums:
Hi Amanda, it sounds like some sort of error is happening when the scheduled publish… -
Posted a reply to Automatically Revisionize ALL posts with criteria?, on the site WordPress.org Forums:
Hi Deanna tldr; revisionize doesn't have an api to let you do this. It also… -
Posted a reply to My Revisionize post is appearing at the bottom of my live post, on the site WordPress.org Forums:
The revision that gets created is a DRAFT, so it shouldn't appear anywhere, but it's… -
Posted a reply to Scheduling a Revision, on the site WordPress.org Forums:
@j4studios I just did a quick test with WP5 and was able to successfully schedule… -
Posted a reply to Invoice, on the site WordPress.org Forums:
Hi Cez, Sorry, I never received the original email you mentioned. You can login to… -
Posted a reply to Gutenberg compatibility?, on the site WordPress.org Forums:
I know - I've been super busy and haven't had a chance to investigate Gutenberg.… -
Posted a reply to Lost Recipe Ratings Using Revisionize, on the site WordPress.org Forums:
Hi Lisa, Sorry for the late reply. There must be an incompatibility with the WP… -
Posted a reply to WooCommerce products safe?, on the site WordPress.org Forums:
Mark, I haven't done extensive testing with Woocommerce products. I don't foresee any issues, but… -
Posted a reply to Scheduling a Revision, on the site WordPress.org Forums:
Hey Dale, Yep that's it. Click Revisionize Make your changes Set the date to the… -
Posted a reply to Posts keep old published date, on the site WordPress.org Forums:
@shyzer This is working as intended. Although perhaps the setting and its description are a… -
Posted a reply to Elementor Publishing, on the site WordPress.org Forums:
Hey @msudano - I've never used the Elementor plugin. There's a good chance that Revisionize… -
Posted a reply to Revisionize translation, on the site WordPress.org Forums:
@clemorphy I haven't looked into preparing it yet - there's been no real demand until… -
Posted a reply to Hide Revisionze Links for Admin, on the site WordPress.org Forums:
You can add a filter in your functions.php file. Something like this might work (untested)… -
Posted a reply to Revisionizing a post from another author changes the author, on the site WordPress.org Forums:
@aretzer Check version 2.3.0 - I've added a new setting, which should help. -
Committed [1956151] to Plugins SVN:
setting to preserve author or not -
Posted a reply to Duplicate post on publish, on the site WordPress.org Forums:
Using those 2 filters should work to solve your problem. But the way you've written… -
Posted a reply to Duplicate post on publish, on the site WordPress.org Forums:
'capability_type' => 'post' is the default, so you don't even need to explicitly define that.… -
Posted a reply to Duplicate post on publish, on the site WordPress.org Forums:
Does your custom post type definition have any settings for capability_type or capabilities ? What… -
Posted a reply to duplicate but not synch (keep original), on the site WordPress.org Forums:
What other plugins do you have installed? It seems like somethings is interfering when the… -
Posted a reply to Revisionizing a post from another author changes the author, on the site WordPress.org Forums:
Yes, I agree that some documentation and improvements to the UI/X would benefit you guys.…
Developer
-
Ban Subdomain Emails
Active Installs: 10+
-
Export 2 Multisite
Active Installs: 10+
-
Revisionize
Active Installs: 5,000+
-
WooCommerce Autoload Cart
Active Installs: 10+
-
Woocommerce Custom Sale Tag
Active Installs: 500+