Skip to content

Commit 14c0430

Browse files
author
Anthony Hartnell
committed
Update all instances of the old naming convention for the develop branch.
1 parent 29523b4 commit 14c0430

17 files changed

+113
-113
lines changed

.build/build-assets

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo "* Making plugins folder"
2222
mkdir -p wp-content/plugins
2323
mv releases/*.zip wp-content/plugins/
2424
cd wp-content/plugins/
25-
unzip coil-monetize-content.zip
25+
unzip coil-web-monetization.zip
2626
rm *.zip
2727

2828
echo "** BUILD end"

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Coil Monetize Content
1+
# Coil Web Monetization
22

3-
This is the source code repository for the Coil WordPress plugin. Coil Monetize Content allows you to monetize content for all readers, subscribers only, or if you are using modern WordPress, at the block level.
3+
This is the source code repository for the Coil WordPress plugin. Coil Web Monetization allows you to monetize content for all readers, subscribers only, or if you are using modern WordPress, at the block level.
44

55
---
66

@@ -25,7 +25,7 @@ To be onboarded to the project you'll need the following:
2525
The below can be granted by contacting your team lead, or asking in #support-internal on Pragmatic Slack.
2626

2727
* Join #int-coil on Pragmatic Slack.
28-
* Write access to the Git repository on [Bitbucket](https://bitbucket.org/pragmaticweb/coil-monetize-content/).
28+
* Write access to the Git repository on [Bitbucket](https://bitbucket.org/pragmaticweb/coil-web-monetization/).
2929
* WP Engine environment(s) access.
3030

3131

@@ -53,9 +53,9 @@ Install the development environment:
5353
- Choose the latest PHP version available.
5454
- This project does not require a specific Web Server or MySQL version; if in doubt, choose nginx and MySQL 5.6.
5555
1. After Flywheel has created the site, from inside the root of where you chose to create the site, clone this repository into the plugins folder:
56-
- `git clone [email protected]:pragmaticweb/coil-monetize-content.git app/public/wp-content/plugins/coil-monetize-content`
56+
- `git clone [email protected]:pragmaticweb/coil-web-monetization.git app/public/wp-content/plugins/coil-web-monetization`
5757
1. When the machine has finished provisioning, install the development dependencies:
58-
- `cd app/public/wp-content/plugins/coil-monetize-content && composer install && npm install`
58+
- `cd app/public/wp-content/plugins/coil-web-monetization && composer install && npm install`
5959
1. To configure Flywheel for PHPUnit:
6060
- Download the following script to the base of your`app/` folder:
6161
- `curl -o setup-phpunit.sh https://gist.githubusercontent.com/keesiemeijer/a888f3d9609478b310c2d952644891ba/raw/`
@@ -124,7 +124,7 @@ Some of the tooling for this plugin came from the `create-guten-block` project,
124124
New tests should be written where it makes sense. With Flywheel, the PHPUnit tests have to be run inside the Flywheel environment. To do this:
125125

126126
- In Flywheel, right-click your "Coil" site and select "Open Site SSH". This will open a new terminal.
127-
- Inside it, change into the plugin folder: `cd /app/public/wp-content/plugins/coil-monetize-content`.
127+
- Inside it, change into the plugin folder: `cd /app/public/wp-content/plugins/coil-web-monetization`.
128128
- To run all tests, simply do: `phpunit`.
129129

130130
At this moment in time, the tests are not run automatically on a Bitbucket workflow.

assets/js/initialize-monetization.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "coil/coil-monetize-content",
2+
"name": "coil/coil-web-monetization",
33
"description": "Coil offers an effortless way to share WordPress content online, and get paid for it.",
44
"homepage": "https://coil.com",
55
"keywords": [
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"support": {
19-
"forum": "https://wordpress.org/support/plugin/coil-monetize-content"
19+
"forum": "https://wordpress.org/support/plugin/coil-web-monetization"
2020
},
2121
"type": "wordpress-plugin",
2222
"license": "GPL-3.0",

dist/blocks.build.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)