Skip to content

Commit

Permalink
Merge pull request #119 from publishpress/development
Browse files Browse the repository at this point in the history
Preparing to release 3.3.0
  • Loading branch information
andergmartins authored May 5, 2020
2 parents c59d605 + fc68c0f commit b7da3ad
Show file tree
Hide file tree
Showing 483 changed files with 12,866 additions and 16,906 deletions.
18 changes: 18 additions & 0 deletions .env.testing
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
WP_ROOT_FOLDER="/Users/anderson/Volumes/wordpress_tests"
TEST_SITE_WP_ADMIN_PATH="/wp-admin"
TEST_SITE_DB_NAME="wp_test_site"
TEST_SITE_DB_HOST="127.0.0.1:32881"
TEST_SITE_DB_USER="root"
TEST_SITE_DB_PASSWORD="root"
TEST_SITE_TABLE_PREFIX="wp_"
TEST_DB_NAME="wp_test_integration"
TEST_DB_HOST="127.0.0.1:32881"
TEST_DB_USER="root"
TEST_DB_PASSWORD="root"
TEST_TABLE_PREFIX="wp_"
TEST_SITE_WP_URL="http://localhost:32880"
TEST_SITE_WP_DOMAIN="localhost"
TEST_SITE_ADMIN_EMAIL="[email protected]"
TEST_SITE_ADMIN_USERNAME="admin"
TEST_SITE_ADMIN_PASSWORD="admin"
PUBLISHPRESS_API_URL="https://publishpress.com"
18 changes: 18 additions & 0 deletions .env.testing.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
WP_ROOT_FOLDER="/Users/anderson/Volumes/wordpress_tests"
TEST_SITE_WP_ADMIN_PATH="/wp-admin"
TEST_SITE_DB_NAME="wp_test_site"
TEST_SITE_DB_HOST="127.0.0.1:32881"
TEST_SITE_DB_USER="root"
TEST_SITE_DB_PASSWORD="root"
TEST_SITE_TABLE_PREFIX="wp_"
TEST_DB_NAME="wp_test_integration"
TEST_DB_HOST="127.0.0.1:32881"
TEST_DB_USER="root"
TEST_DB_PASSWORD="root"
TEST_TABLE_PREFIX="wp_"
TEST_SITE_WP_URL="http://localhost:32880"
TEST_SITE_WP_DOMAIN="localhost"
TEST_SITE_ADMIN_EMAIL="[email protected]"
TEST_SITE_ADMIN_USERNAME="admin"
TEST_SITE_ADMIN_PASSWORD="admin"
PUBLISHPRESS_API_URL="https://publishpress.com"
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

Your issue may already be reported!
Please search on the [issue track](../) before creating one.

## Expected Behavior

<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->

## Current Behavior

<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->

## Possible Solution

<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->

## Steps to Reproduce (for bugs)

<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.

## Context

<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->

## Your Environment

<!--- Include as many relevant details about the environment you experienced the bug in -->

* Version used:
* Browser Name and version:
* Operating System and version (desktop or mobile):
* Link to your project:
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/release-free-plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Release the Free version (team only)
about: Describes default checklist for the plugin's release process.
title: Release PublishPress Authors v[VERSION]
labels: release
assignees: ''

---

To release the Free plugin please make sure to check all the checkboxes below.

### Pre-release Checklist

- [ ] Run `composer update --no-dev` and check if there is any relevant update. Check if you need to lock the current version for any dependency.
- [ ] Commit changes to the `development` branch
- [ ] Update the changelog - make sure all the changes are there with a user-friendly description
- [ ] Update the version number to the next stable version. Use `$ phing set-version`
- [ ] Pull to the `development` branch
- [ ] Build the zip using `$ phing build`
- [ ] Send to the team for testing

### Release Checklist

- [ ] Create a Pull Request and merge it into the `master` branch
- [ ] Create the Github release (make sure it is based on the `master` branch and correct tag)

#### SVN Repo
- [ ] Cleanup the `trunk` directory.
- [ ] Unzip the built package and move files to the `trunk`
- [ ] Remove any eventual file that shouldn't be released in the package (if you find anything, make sure to create an issue to fix the build script)
- [ ] Look for new files `$ svn status | grep \?` and add them using `$ svn add <each_file_path>`
- [ ] Look for removed files `$ svn status | grep !` and remove them `$ svn rm <each_file_path>`
- [ ] Create the new tag `$ svn cp trunk tags/<version>`
- [ ] Commit the changes `$ svn ci 'Releasing <version>'`
- [ ] Wait until WordPress updates the version number and make the final test updating the plugin in a staging site
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/release-pro-plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Release the Pro version (team only)
about: Describes default checklist for releasing the Pro plugin;
title: Release PublishPress Authors Pro v[VERSION]
labels: release
assignees: ''

---

To release the Pro plugin please make sure to check all the checkboxes below.

### Pre-release Checklist

- [ ] Run `composer update --no-dev` and check if there is any relevant update. Check if you need to lock the current version for any dependency.
- [ ] Commit changes to the `development` branch
- [ ] Update the changelog - make sure all the changes are there with a user-friendly description
- [ ] Update the version number to the next stable version. Use `$ phing set-version`
- [ ] Pull to the `development` branch
- [ ] Build the zip using `$ phing build`
- [ ] Send to the team for testing

### Release Checklist

- [ ] Create a Pull Request and merge it into the `master` branch
- [ ] Create the Github release (make sure it is based on the `master` branch and correct tag)
- [ ] Update EDD registry and upload the new package
- [ ] Make the final test updating the plugin in a staging site
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Thumbs.db
*.sublime-workspace

# Ignores the "dev" composer file
/src/vendor
/vendor
/packages

codeception.yml
Expand Down
36 changes: 18 additions & 18 deletions .ide.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace {

if ( ! class_exists(PP_Multiple_authors_plugin::class)) {
if (!class_exists(PP_Multiple_authors_plugin::class)) {
/**
* Class PP_Multiple_authors_plugin
*
Expand All @@ -26,7 +26,7 @@ class PP_Multiple_authors_plugin

namespace PublishPress\Addon\Multiple_authors {

if ( ! class_exists(Container::class)) {
if (!class_exists(Container::class)) {
/**
* Class PublishPress
*
Expand All @@ -37,7 +37,7 @@ class Container
}
}

if ( ! class_exists(Factory::class)) {
if (!class_exists(Factory::class)) {
/**
* Class PublishPress
*
Expand All @@ -48,7 +48,7 @@ class Factory
}
}

if ( ! class_exists(Services::class)) {
if (!class_exists(Services::class)) {
/**
* Class PublishPress
*
Expand All @@ -59,7 +59,7 @@ class Services
}
}

if ( ! class_exists(Widget::class)) {
if (!class_exists(Widget::class)) {
/**
* Class PublishPress
*
Expand All @@ -70,7 +70,7 @@ class Widget
}
}

if ( ! class_exists(WP_Cli::class)) {
if (!class_exists(WP_Cli::class)) {
/**
* Class PublishPress
*
Expand All @@ -84,7 +84,7 @@ class WP_Cli

namespace PublishPress\Addon\Multiple_authors\Classes {

if ( ! class_exists(Admin_Ajax::class)) {
if (!class_exists(Admin_Ajax::class)) {
/**
* Class PublishPress
*
Expand All @@ -95,7 +95,7 @@ class Admin_Ajax
}
}

if ( ! class_exists(Author_Editor::class)) {
if (!class_exists(Author_Editor::class)) {
/**
* Class PublishPress
*
Expand All @@ -106,7 +106,7 @@ class Author_Editor
}
}

if ( ! class_exists(Authors_Iterator::class)) {
if (!class_exists(Authors_Iterator::class)) {
/**
* Class PublishPress
*
Expand All @@ -117,7 +117,7 @@ class Authors_Iterator
}
}

if ( ! class_exists(CLI::class)) {
if (!class_exists(CLI::class)) {
/**
* Class PublishPress
*
Expand All @@ -128,7 +128,7 @@ class CLI
}
}

if ( ! class_exists(Content_Model::class)) {
if (!class_exists(Content_Model::class)) {
/**
* Class PublishPress
*
Expand All @@ -139,7 +139,7 @@ class Content_Model
}
}

if ( ! class_exists(Installer::class)) {
if (!class_exists(Installer::class)) {
/**
* Class PublishPress
*
Expand All @@ -150,7 +150,7 @@ class Installer
}
}

if ( ! class_exists(Post_Editor::class)) {
if (!class_exists(Post_Editor::class)) {
/**
* Class PublishPress
*
Expand All @@ -161,7 +161,7 @@ class Post_Editor
}
}

if ( ! class_exists(Query::class)) {
if (!class_exists(Query::class)) {
/**
* Class PublishPress
*
Expand All @@ -172,7 +172,7 @@ class Query
}
}

if ( ! class_exists(Utils::class)) {
if (!class_exists(Utils::class)) {
/**
* Class PublishPress
*
Expand All @@ -186,7 +186,7 @@ class Utils

namespace PublishPress\Addon\Multiple_authors\Classes\Objects {

if ( ! class_exists(Author::class)) {
if (!class_exists(Author::class)) {
/**
* Class PublishPress
*
Expand All @@ -200,7 +200,7 @@ class Author

namespace PublishPress\Addon\Multiple_authors\Classes\Integrations {

if ( ! class_exists(RSS::class)) {
if (!class_exists(RSS::class)) {
/**
* Class PublishPress
*
Expand All @@ -211,7 +211,7 @@ class RSS
}
}

if ( ! class_exists(Theme::class)) {
if (!class_exists(Theme::class)) {
/**
* Class PublishPress
*
Expand Down
44 changes: 0 additions & 44 deletions assets/lib/chosen-v1.8.3/bower.json

This file was deleted.

Loading

0 comments on commit b7da3ad

Please sign in to comment.