Skip to content

Commit

Permalink
Release 3.3.2 (#150)
Browse files Browse the repository at this point in the history
* Update the tests for allowing custom test wp domain

* Remove .env.testing file

* Update the min PHP version and the WP version tested up to

* Fix #142, converting to guest authors when a user is deleted

* Fix the textdomain loading, fixing translations

* Update version to 3.3.2-beta.1

* Update the changelog

* Update version to 3.3.2-rc.1

* Fix #143, fix infinity loop when user's and author's slugs are different

* Bump version to 3.3.2-beta.2

* Update the changelog

* Fix #144 related to missed Authors_Iterator class

* Fix syntax removing an invalid char

* Fix syntax removing invalid char

* Fix #144, removing fixed table prefix

* Bump beta version to 3.3.2-beta.3

* Update the changelog

* Fix the load plugin textdomain call

Fix translations

* Update version to rc.1

* Update the file header comment and add text domain

* Bump version to 3.3.2

* Update polyfill-ctype library and others

* Update the changelog
  • Loading branch information
andergmartins authored Jul 13, 2020
1 parent 08e7e4c commit ee97f17
Show file tree
Hide file tree
Showing 42 changed files with 3,972 additions and 4,330 deletions.
18 changes: 0 additions & 18 deletions .env.testing

This file was deleted.

17 changes: 9 additions & 8 deletions .env.testing.dist
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
WP_ROOT_FOLDER="/Users/anderson/Volumes/wordpress_tests"
WP_ROOT_FOLDER="/Users/anderson/Local Sites/tests/app/public/"
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_NAME="local"
TEST_SITE_DB_DSN_PREFIX="host"
TEST_SITE_DB_HOST=":/Users/anderson/Library/Application Support/Local/run/vMY-HAzR7/mysql/mysqld.sock"
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_NAME="local"
TEST_DB_HOST=":/Users/anderson/Library/Application Support/Local/run/vMY-HAzR7/mysql/mysqld.sock"
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_WP_URL="https://tests.local"
TEST_SITE_WP_DOMAIN="tests.local"
TEST_SITE_ADMIN_EMAIL="[email protected]"
TEST_SITE_ADMIN_USERNAME="admin"
TEST_SITE_ADMIN_PASSWORD="admin"
PUBLISHPRESS_API_URL="https://publishpress.com"
PUBLISHPRESS_API_URL="https://publishpress.com"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ node_modules
/vendor
.idea
/dist
.env.testing
Loading

0 comments on commit ee97f17

Please sign in to comment.