Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
mogmarsh committed Nov 8, 2023
2 parents 6de4142 + af295dd commit 53630ad
Show file tree
Hide file tree
Showing 16 changed files with 484 additions and 916 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/built-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ on:
jobs:
built-release:
uses: alleyinteractive/.github/.github/workflows/built-release.yml@main
with:
composer_install: true
1 change: 1 addition & 0 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<property name="prefixes" type="array">
<element value="vendor_name" />
<element value="WP_Newsletter_Builder" />
<element value="newsletter_builder" />
</property>
</properties>
</rule>
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `Newsletter Builder` will be documented in this file.

## 0.3.0 - 2023-11-07

- Set up email provider adapter system

## 0.2.0 - 2023-11-07

- Move templates from static files to using a custom post type
Expand Down
2 changes: 0 additions & 2 deletions blocks/email-settings/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* @package wp-newsletter-builder
*/

use WP_Newsletter_Builder\Campaign_Monitor_Client;

/**
* Registers the block using the metadata loaded from the `block.json` file.
* Behind the scenes, it registers also all assets so they can be enqueued
Expand Down
Loading

0 comments on commit 53630ad

Please sign in to comment.