# NExS WordPress Plugin
This is the official NExS plugin for WordPress
### Checkout the code

```
% svn checkout https://plugins.svn.wordpress.org/nexs-app-embed/ nexs-app-embed-svn
% cd nexs-app-embed-svn
```
You will be prompted for a user ID and password.  The user ID is nexs and the password is the SVN password for the nexs WordPress.org account.
### Updating the plugin for new WordPress version
After testing the plugin on the new version, edit `trunk/readme.txt` update `Tested up to` to reflect the new version.  Also make any other updates to the readme.txt file as needed for the new version.

#### Validate the updated readme.txt using the WordPress validator
WordPress uses a custom parser.

Run this before committing:

https://wordpress.org/plugins/developers/readme-validator/

Paste your updated file and fix any warnings.

This prevents broken sections, missing screenshots, broken banners, etc.

#### Update the readme.txt in the tags folder
Copy `trunk/readme.txt` to `/tags/1.2.3/readme.txt` where `1.2.3` is the current plugin version (`Stable tag` in `readme.txt`).
#### Check in the updated plugin
```
% svn commit -m "Commit message"
```
You will again be prompted for the user ID (nexs) and the SVN password for WordPress.org
### Additional notes from ChatGPT
https://chatgpt.com/share/694e8ff8-bcf8-8011-8655-2d1987408829
