Better search on WordPress.org Plugins?

At first, extracting results into a file with: # create a file needed curl –globoff –silent “https://api.wordpress.org/plugins/info/1.2/?action=query_plugins&request[browse]=blocks&request[page]=1&request[per_page]=400” | jq “.plugins[] | { name: .name, url: \”https://wordpress.org/plugins/\\(.slug)/\”, short: .short_description, description: .description }” > wp-block-plugins.json curl –globoff –silent “https://api.wordpress.org/plugins/info/1.2/?action=query_plugins&request[browse]=blocks&request[page]=2&request[per_page]=400” | jq “.plugins[] | { name: .name, url: \”https://wordpress.org/plugins/\\(.slug)/\”, short: .short_description, description: .description }” >> wp-block-plugins.json Now, when … Read more

Is it okay to make a plugin to the WordPress repo, but limit it’s actions to maximum N events?

Trialware is not permitted (props @jacob): https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#5-trialware-is-not-permitted With the only exception being Attempting to upsell the user on ad-hoc products and features is acceptable, provided it falls within bounds of guideline 11 (hijacking the admin experience). https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard Sounds like the feature must be in a separate plugin itself to be within the guidelines for submitting … Read more

Readme.txt not getting updated

Change the Stable tag value to your current plugin version 1.0 Make a folder in tags with name 1.0. Copy your plugin files for version 1.0 in that folder with readme.txt and push it on SVN. Do the same whenever you release a new version. Please note: What you keep in your trunk is development … Read more

WordPress SVN UTF-8 issue

Wow, your plugin is very useful. #@^%$@ -> rysunok. That’s so amazing!!! About your problem, I guess you copied and pasted the special characters from other into your php files, so it caused this error. My solution: Try opening the file in Notepad++, click on Encoding tab at top menu, you will see the current … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)