Skip to content

How to update plugin assets

Miguel Pérez Pellicer edited this page Aug 26, 2022 · 1 revision
  1. Copy your assets in wordpress_org_assets with the specific formats

  2. Open a PR with the changes

  3. When PR is approved and merged. It's necessary to upload manually the assets by SVN

  4. Initialize SVN

mkdir svn && cd svn 
svn checkout https://plugins.svn.wordpress.org/google-listings-and-ads --depth immediates
cd google-listings-and-ads/assets && svn update --set-depth infinity .
  1. Now copy the assets in wordpress_org_assets inside google-listings-and-ads/assets

  2. Run svn status to confirm the files changed

  3. Run svn ci -m 'Updating assets' to commit the changes

  4. Check https://wordpress.org/plugins/google-listings-and-ads/ to see the new assets published