Skip to content

Commit

Permalink
oik-update v1.0.0 2021/12/18
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Dec 18, 2021
1 parent a90769d commit d568f84
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 0 deletions.
72 changes: 72 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# oik-update
![banner](assets/oik-update-banner-772x250.jpg)
* Contributors: bobbingwide, vsgloik
* Donate link: https://www.oik-plugins.com/oik/oik-donate/
* Tags: oik, plugin, update, WP-a2z, blocks, themes, APIs
* Requires at least: 5.8.1
* Tested up to: 5.9-beta3
* Stable tag: 1.0.0

oik-batch routines to semiautomate the process of updating

- the WP-a2z API reference for WordPress core, selected plugins and themes
- document blocks for the WordPress block editor - Gutenberg
- document Full Site Editing themes



## Description
oik-update provides three batch routines which are invoked by oik-batch.

- oik-blocker.php to improve the generation of blocks for a plugin listed in blocks.wp-a2z.org
- oik-themer.php to improve the registration of FSE themes listed in blocks.wp-a2z.org
- oik-update.php to improve applying API updates for WordPress, plugins or themes


These are run from 3 command line routines, which use oik-batch run against --url=blocks.wp.a2z

- blocks.bat
- themes.bat
- update.bat


## Installation
1. Install as if it were a WordPress plugin
1. Invoke using oik-batch

Dependent upon:

- oik-batch
- wp-top12
- Various plugins used in WP-a2z.

## Screenshots

None

## Upgrade Notice
# 1.0.0
Upgrade for oik-themer.php and improvements to oik-blocker.php


## Changelog
# 1.0.0
* Added: Add logic to generate blocks from block.json files #2
* Added: Add oik-themer.php for FSE themes #4
* Changed: Add logic to set featured image, template and some Yoast SEO metadata #4
* Changed: Improve methods for setting the featured image #4
* Changed: Promote some methods to OIK_wp_a2z from OIK_blocker #4
* Tested: With WordPress 5.9-beta2 and beta3
* Tested: With PHP 8.0


Some previous versions were tagged the same as WordPress releases.
I'm not quite sure why I did this.
I've removed the tags but not changed the commit messages.


## Further reading


If you want to read more about oik plugins and themes then please visit
[oik-plugins](https://www.oik-plugins.com/)
Binary file added assets/oik-update-banner-772x250.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/oik-update-icon-256x256.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions oik-update.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @copyright (C) Copyright Bobbing Wide 2019-2021
* @version 1.0.0
*/

/**
Expand Down
71 changes: 71 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
=== oik-update ===
Contributors: bobbingwide, vsgloik
Donate link: https://www.oik-plugins.com/oik/oik-donate/
Tags: oik, plugin, update, WP-a2z, blocks, themes, APIs
Requires at least: 5.8.1
Tested up to: 5.9-beta3
Stable tag: 1.0.0

oik-batch routines to semiautomate the process of updating

- the WP-a2z API reference for WordPress core, selected plugins and themes
- document blocks for the WordPress block editor - Gutenberg
- document Full Site Editing themes



== Description ==
oik-update provides three batch routines which are invoked by oik-batch.

- oik-blocker.php to improve the generation of blocks for a plugin listed in blocks.wp-a2z.org
- oik-themer.php to improve the registration of FSE themes listed in blocks.wp-a2z.org
- oik-update.php to improve applying API updates for WordPress, plugins or themes


These are run from 3 command line routines, which use oik-batch run against --url=blocks.wp.a2z

- blocks.bat
- themes.bat
- update.bat


== Installation ==
1. Install as if it were a WordPress plugin
1. Invoke using oik-batch

Dependent upon:

- oik-batch
- wp-top12
- Various plugins used in WP-a2z.

== Screenshots ==

None

== Upgrade Notice ==
= 1.0.0 =
Upgrade for oik-themer.php and improvements to oik-blocker.php


== Changelog ==
= 1.0.0 =
* Added: Add logic to generate blocks from block.json files #2
* Added: Add oik-themer.php for FSE themes #4
* Changed: Add logic to set featured image, template and some Yoast SEO metadata #4
* Changed: Improve methods for setting the featured image #4
* Changed: Promote some methods to OIK_wp_a2z from OIK_blocker #4
* Tested: With WordPress 5.9-beta2 and beta3
* Tested: With PHP 8.0


Some previous versions were tagged the same as WordPress releases.
I'm not quite sure why I did this.
I've removed the tags but not changed the commit messages.


== Further reading ==


If you want to read more about oik plugins and themes then please visit
[oik-plugins](https://www.oik-plugins.com/)

0 comments on commit d568f84

Please sign in to comment.