bobbingwide / oik-shortcodes

Shortcode, block and API server
https://www.oik-plugins.com/oik-plugins/oik-shortcode-server/
GNU General Public License v2.0
1 stars 0 forks source link

Store parse status in post meta data for each component #21

Closed bobbingwide closed 4 years ago

bobbingwide commented 8 years ago

Currently parsing of updates requires you to know the version already parsed. Re-parsing after updates have been made to a component should be automatic.

The parse status should show the git commit last parsed.

bobbingwide commented 8 years ago

The logic needs to cater for resetting data to handle multiple components. When a new component is identified all the other variables should be reset.

bobbingwide commented 8 years ago

The logic should also allow re-starting from a new value for previous. An example of when this is required is if the master of the Git repository is changed and we have different SHAs. The actual example is for WP-a2z, where a completely new Git repository is now being used. We originally started with WordPress/WordPress but are now working on a much simpler repo bobbingwide/wp-a2z

bobbingwide commented 4 years ago

The recent commit were released in v1.36.0 for the rebuild of the API refererence for WordPress 5.3

This was then followed by a significant number of changes, which were applied using git pull to wp-a2z.org, and are now being packaged in v1.37.0

In a nitshell; this issue can now be closed.