Skip to content

Commit

Permalink
Merge pull request #4 from alleyinteractive/initial-release
Browse files Browse the repository at this point in the history
Initial release
  • Loading branch information
attackant committed Mar 12, 2024
2 parents d3ce015 + 7199477 commit 1e9f2e2
Show file tree
Hide file tree
Showing 44 changed files with 810 additions and 42,095 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

6 changes: 0 additions & 6 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/built-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
built-release:
uses: alleyinteractive/.github/.github/workflows/built-release.yml@main
with:
node: 16
node: 20
40 changes: 0 additions & 40 deletions .github/workflows/merge-develop-to-scaffold.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/node-tests.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
wordpress: ["latest"]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
database: ''
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-wordpress-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v4
- uses: alleyinteractive/action-update-wordpress-plugin@v1.2.1
with:
plugin-file: 'plugin.php'
plugin-file: 'wp-404-caching.php'
upgrade-npm-dependencies: "true"
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

12 changes: 7 additions & 5 deletions .phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="create-wordpress-plugin" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
<description>PHP_CodeSniffer standard for create-wordpress-plugin.</description>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="wp-404-caching" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
<description>PHP_CodeSniffer standard for wp-404-caching.</description>

<!-- Include Alley Rules -->
<rule ref="Alley-Interactive" />
Expand Down Expand Up @@ -30,14 +30,16 @@
<exclude-pattern>vendor/</exclude-pattern>

<!-- The version set here matches the minimum version tested in buddy.yml. -->
<config name="minimum_supported_wp_version" value="5.9" />
<config name="minimum_supported_wp_version" value="6.4" />

<!-- Define the prefixes that can be used by the plugin -->
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
<properties>
<property name="prefixes" type="array">
<element value="vendor_name" />
<element value="create_wordpress_plugin" />
<element value="alleyinteractive" />
<element value="wp_404_caching" />
<element value="wp_404_cache" />
<element value="Alley_WP_WP_404_Caching" />
</property>
</properties>
</rule>
Expand Down
17 changes: 0 additions & 17 deletions .scaffolder/plugin-feature/config.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .scaffolder/plugin-feature/feature.php.hbs

This file was deleted.

25 changes: 0 additions & 25 deletions .scaffolder/plugin-feature/test.php.hbs

This file was deleted.

3 changes: 0 additions & 3 deletions .stylelintrc.json

This file was deleted.

4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

All notable changes to `Create WordPress Plugin` will be documented in this file.
All notable changes to `WP 404 Caching` will be documented in this file.

## 0.1.0 - 202X-XX-XX
## 1.0.1

- Initial release
4 changes: 0 additions & 4 deletions Makefile

This file was deleted.

0 comments on commit 1e9f2e2

Please sign in to comment.