-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update the plugin version in the npm files * Apply PSR-12 code style * Add step to build JS files for production Add periods to the end of steps * Update package-lock.json file * Fix the default action in the Gutenberg metabox * Update composer.json file code style * Install codeception for acceptance tests * Add test for the Settings submenu * Add the missed scenario * Add simple test for the component panel in Gutenberg * Fix the "category replace" on Gutenberg, #127 * Update version to 2.6.1-beta.1 * Create distinct npm build commands for dev With and without the --watch param. * Fix the requests that load categories in the Gutenberg panel, #133 * Fix expiration data and cron on Gutenberg, #136, #156 * Show only the plugins cron events in the Diagnostics, #153 * Add review request banner, #103 * Bump version to 2.6.1-beta.2 * Fix code style * Fix default data not being saved if user doesn't customize it, #159, #158 * Bump version to v2.6.1-beta.3 * Add basic post data to the cron schedule, #164 * Improve the style of the diagnostics tab * Update the changelog * Update the reviews library and restore the composer.lock file * Update the version number to 2.6.1
- Loading branch information
1 parent
9fa017d
commit 9d9b061
Showing
53 changed files
with
15,958 additions
and
32,080 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
TEST_SITE_DB_DSN="mysql:unix_socket=/Users/anderson/Library/Application Support/Local/run/MS_83oTyx/mysql/mysqld.sock;dbname=ui_tests" | ||
TEST_SITE_DB_NAME="ui_tests" | ||
TEST_SITE_DB_USER="root" | ||
TEST_SITE_DB_PASSWORD="root" | ||
TEST_SITE_TABLE_PREFIX="wp_" | ||
TEST_SITE_ADMIN_USERNAME="admin" | ||
TEST_SITE_ADMIN_PASSWORD="admin" | ||
TEST_SITE_WP_ADMIN_PATH="/wp-admin" | ||
WP_ROOT_FOLDER="/Users/anderson/Local Sites/tests/app/public/" | ||
TEST_DB_NAME="local" | ||
TEST_DB_HOST="localhost:/Users/anderson/Library/Application Support/Local/run/MS_83oTyx/mysql/mysqld.sock" | ||
TEST_DB_USER="root" | ||
TEST_DB_PASSWORD="root" | ||
TEST_TABLE_PREFIX="wp_" | ||
TEST_SITE_WP_URL="https://tests.local" | ||
TEST_SITE_WP_DOMAIN="tests.local" | ||
TEST_SITE_ADMIN_EMAIL="admin@tests.local" | ||
PUBLISHPRESS_API_URL="https://publishpress.com" | ||
CHROME_BIN_PATH="/Applications/Brave\ Browser.app/Contents/MacOS/Brave\ Browser" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.