Skip to content

Releases: eighty20results/e20r-members-list

v8.6.0 🌈

27 Mar 17:06
7b507c6
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v8.5.0 🌈

04 Feb 14:04
Compare
Choose a tag to compare

Changes

BUG FIX: Kept trying to build for main branch in the test workstream (Eighty/20Results Bot on Github)
BUG FIX: Attempting to remove the wrong build directory (Eighty/20Results Bot on Github)
BUG FIX: Provide feedback if .zip file exists (Eighty/20Results Bot on Github)
BUG FIX: Clean up line lengths (Eighty/20Results Bot on Github)
BUG FIX: Trying to figure out why the test deployment workflow fails (Eighty/20Results Bot on Github)
BUG FIX: Remove unused variable (Eighty/20Results Bot on Github)
BUG FIX: Clean up workflow definitions (Eighty/20Results Bot on Github)
BUG FIX: Typo in remove_update.sh (Eighty/20Results Bot on Github)
BUG FIX: Refactored the remove_update.sh script which strips the non-WP approved one-click updater (Eighty/20Results Bot on Github)
BUG FIX: Fix path for skeleton files in .gitignore and update URL for docs (Eighty/20Results Bot on Github)
BUG FIX: Update .gitattributes with new CI/CD helpers (Eighty/20Results Bot on Github)
BUG FIX: Clean up the workflow file and add hints about how to trigger different deployment outcomes (Eighty/20Results Bot on Github)
BUG FIX: Fix path to FILTERS.md and ACTIONS.md in README.{md,txt} (Eighty/20Results Bot on Github)
BUG FIX: Still relying on BUILD_DIR which isn't needed! (Eighty/20Results Bot on Github)
BUG FIX: Run dependabot on a cron schedule (6am every day) (Eighty/20Results Bot on Github)
BUG FIX: Run dependabot whenever we push to the repo. (Eighty/20Results Bot on Github)
BUG FIX: Don't need a separate deploy-to-wp action for GitHub (Eighty/20Results Bot on Github)
BUG FIX: Don't need a separate deploy-to-wp action for GitHub (Eighty/20Results Bot on Github)
BUG FIX: Various updates for the build/deploy process (Eighty/20Results Bot on Github)
BUG FIX: Various updates to make the wordpress.org deployment work as expected (Eighty/20Results Bot on Github)
BUG FIX: deploy.sh didn't work as expected (Eighty/20Results Bot on Github)
BUG FIX: Make sure the .zip file exists as part of the build step (Eighty/20Results Bot on Github)
BUG FIX: Skip all of the stuff we don't need in the SVN repo (Eighty/20Results Bot on Github)
Add .gitattributes file (Eighty/20Results Bot on Github)
BUG FIX: Several fixes for deployment script(s) (Eighty/20Results Bot on Github)
BUG FIX: Include needed utilities for deploy.sh in Dockerfile.unittest (Eighty/20Results Bot on Github)
Add .gitattributes file (Eighty/20Results Bot on Github)
BUG FIX: More deploy.sh script fixes (Thomas Sjolshagen)
BUG FIX: deploy.sh fixes for wordpress.org deployment (Thomas Sjolshagen)
BUG FIX: Workflow step-conditional clean-up. (Thomas Sjolshagen)
BUG FIX: Remove the concept of binaries in a BUILD_DIR for wordpress.org deployments (Thomas Sjolshagen)
BUG FIX: Updates to properly trigger the deploy.sh script (Thomas Sjolshagen)
BUG FIX: Make sure the BUILD_DIR environment variable is set for the deploy target (Thomas Sjolshagen)
BUG FIX: Make sure we mock the svn command too when running against a non-release branch/tag (Thomas Sjolshagen)
BUG FIX: Needed the BUILD_DIR environment variable to be set (Thomas Sjolshagen)
BUG FIX: Clean up step names (Thomas Sjolshagen)
BUG FIX: Just won't check if the SSH hostname is set without failing (Thomas Sjolshagen)
BUG FIX: Updated name of workflow to reflect its test status (Thomas Sjolshagen)
BUG FIX: Simplify env variable presence check(s) (Thomas Sjølshagen)
BUG FIX: One more place where the wrong keyword was used (Thomas Sjolshagen)
BUG FIX: Workflow file doesn't parse (Thomas Sjolshagen)
BUG FIX: Set bash as default shell in workflow (Thomas Sjølshagen)
Testing the workflow editor (Thomas Sjølshagen)
BUG FIX: Trying to fix a syntax error in test github action (Thomas Sjolshagen)
BUG FIX: Refactored the environment variable definitions (Thomas Sjolshagen)
BUG FIX: Too broad brushed the update to the test workflow (Thomas Sjolshagen)
BUG FIX: Separate deployment to wordpress.org and WooCommerce store (Thomas Sjolshagen)
BUG FIX: Separate deployment to wordpress.org and WooCommerce store (Thomas Sjolshagen)
BUG FIX: Separate deployment to wordpress.org and WooCommerce store (Thomas Sjolshagen)
Updated the changelog source file (Thomas Sjolshagen)
BUG FIX: Updated metadata.json for v8.5 and WP 5.9 (Thomas Sjolshagen)
BUG FIX: Updated README info (v8.5 for WP 5.9) (Thomas Sjolshagen)
BUG FIX: Updated CHANGELOG (v8.5 for WP 5.9) (Thomas Sjolshagen)
BUG FIX: Couldn't always build a git log (set MAIN_BRANCH_NAME := main in Makefile config) (Thomas Sjolshagen)
🔄 Generated POT File (WordPress .pot File Generator)
BUG FIX: Typos in the plugin list to activate (Thomas Sjolshagen)
BUG FIX: Disallow loading the same plugin source twice in ActivateUtilitiesPlugin() (Thomas Sjolshagen)
BUG FIX: Clean up docker-compose file for manual testing (Thomas Sjolshagen)
BUG FIX: Refactored to include all plugin dependencies (Thomas Sjolshagen)
BUG FIX: Include the WooCommerce dependency (Thomas Sjolshagen)
BUG FIX: WPCS compliance update (Thomas Sjolshagen)
BUG FIX: Update unit tests for full coverage (Thomas Sjolshagen)
BUG FIX: Update PHPDoc string for get_members() method (Thomas Sjolshagen)
BUG FIX: Fix unit tests for the Bulk_Cancel() and Bulk_Operations() classes (Thomas Sjolshagen)
BUG FIX: Use more clear request variable name for user IDs to perform bulk operations against and refactor the custom bulk action trigger (Thomas Sjolshagen)
BUG FIX: Didn't show the missing parameter in exception message (Thomas Sjolshagen)
BUG FIX: PHPdoc for execute() method and skip error message if no level IDs were specified as failed. (Thomas Sjolshagen)
BUG FIX: Refactored export button and bulk-export functionality in e20r-memberslist-page.js (Thomas Sjolshagen)
BUG FIX: Documentation describing how to add and process custom bulk action(s) for selected users. (Thomas Sjolshagen)
BUG FIX: Now passing it_tries_to_cancel_membership_for_the_specified_wpuser_id (Thomas Sjolshagen)
BUG FIX: Regenerated UnitTesterActions.php (Thomas Sjolshagen)
BUG FIX: Use exception when PMPro is not detected (Thomas Sjolshagen)
BUG FIX: Didn't ignore the PHPUnit cache (Thomas Sjolshagen)
BUG FIX: Add the php-mock composer package (Thomas Sjolshagen)
BUG FIX: Typo in bootstrap setting (Thomas Sjolshagen)
BUG FIX: Initial commit for the PMProNotActive.php exception (Thomas Sjolshagen)
BUG FIX: Handle new exceptions and Bulk_() operation class refactoring (Thomas Sjolshagen)
BUG FIX: Refactored for different Bulk_
operation classes with common base class Bulk_Operations() (Thomas Sjolshagen)
BUG FIX: Initial commit of parent Bulk_Operations() class (Thomas Sjolshagen)
BUG FIX: Initial commit of InvalidProperty() class (Thomas Sjolshagen)
BUG FIX: Invalid @Package description (Thomas Sjolshagen)
BUG FIX: Stopped using CircleCI for testing (Thomas Sjolshagen)
BUG FIX: Don't include our own build file in the container (Thomas Sjolshagen)
BUG FIX: Initial commit of Bulk_Cancel_UnitTest.php (Thomas Sjolshagen)
BUG FIX: Add required Namespaces for unit tests (Thomas Sjolshagen)
BUG FIX: Removed wpunit.suite.yml since we now call those types of tests integration tests (Thomas Sjolshagen)
BUG FIX: Wrong filename for the Codeception bootstrap loader (Thomas Sjolshagen)
BUG FIX: Make sure we load the required Utilities class definition for testing purposes (Thomas Sjolshagen)
BUG FIX: Remove ignores for fixed PHPStan errors (Thomas Sjolshagen)
BUG FIX: Refactored cancel_member() method in Bulk_Cancel.php (Thomas Sjolshagen)
BUG FIX: Document filters and actions in Bulk_Cancel() (Thomas Sjolshagen)
BUG FIX: Remove stale/unused code in Bulk_Cancel.php (Thomas Sjolshagen)
BUG FIX: Document filters and actions in Bulk_Update() (Thomas Sjolshagen)
BUG FIX: Remove stale/unused code (Thomas Sjolshagen)
BUG FIX: Clean up and fix tests after refactoring (Thomas Sjolshagen)
BUG FIX: Add try/catch for MixpanelConnector() instantiation (Thomas Sjolshagen)
BUG FIX: Make sure default value is something other than false (Thomas Sjolshagen)
BUG FIX: Autogenerated and updated (Thomas Sjolshagen)
BUG FIX: No longer using a custom autoloader and moved tests (Thomas Sjolshagen)
BUG FIX: Allowed whitespace with numeric membership level(s) for generating SQL (Thomas Sjolshagen)
BUG FIX: Didn't load the plugin(s) in the expected order (Thomas Sjolshagen)
BUG FIX: Add the Utilities and PMPro plugin paths to the docker-compose.yml file (Thomas Sjolshagen)
BUG FIX: Refactored sources not accounted for in codeception.dist.yml (Thomas Sjolshagen)
BUG FIX: Add support for the E20R Utilities Module to be mounted into the test container (Thomas Sjolshagen)
BUG FIX: Didn't activate WP plugins we depend on (Thomas Sjolshagen)
BUG FIX: 'level' should default to 'active' or whatever the developer chose via the filter (Thomas Sjolshagen)
BUG FIX: Didn't include level in search and using URL redirect to handle search & level update(s) (Thomas Sjolshagen)
BUG FIX: Typo in workflow name (Thomas Sjolshagen)
BUG FIX: Refactored autoloader and ActivateUtilitiesPlugin() loader (Thomas Sjolshagen)
BUG FIX: Fix readme templates and files (adding badges, tags) (Thomas Sjolshagen)
BUG FIX: Activating wrong plugin for integration testing (Thomas Sjolshagen)
BUG FIX: Use local paths for plugin and dependencies for dockerized testing on laptop (Thomas Sjolshagen)
BUG FIX: Workflows now using standard scripts (Thomas Sjolshagen)
BUG FIX: Clean up the composer.json file (Thomas Sjolshagen)
BUG FIX: Clean up _bootstrap.php files (Thomas Sjolshagen)
BUG FIX: Always triggering die() due to misconfigured check for certain constants (Thomas Sjolshagen)
BUG FIX: PHPStan detected errors/problems (Thomas Sjolshagen)
BUG FIX: ignoreErrors entry for poorly documented function in related plugin (Thomas Sjolshagen)
BUG FIX: Allow PHPStan testing without exiting for Sort_By_Meta.php and fix PHPStan indicated error (Thomas Sjolshagen)...

Read more

v8.4

21 Mar 16:52
1f936d0
Compare
Choose a tag to compare
  • BUG FIX: Remove old one-click updater (Thomas Sjolshagen)

v8.3

21 Mar 14:00
f0b82b6
Compare
Choose a tag to compare
  • BUG FIX: Didn't remove the custom one-click updater properly (Thomas Sjolshagen)
  • BUG FIX: Updated version number (Thomas Sjolshagen)
  • BUG FIX: Incorrect version updated during build (v8.3 for WP 5.7) (Thomas Sjolshagen)

v8.2

21 Mar 13:38
2b83150
Compare
Choose a tag to compare

BUG FIX: Incorrect version updated during build (v8.2 for WP 5.7) (Thomas Sjolshagen)
BUG FIX: Not enough whitespace in changelog.md (Thomas Sjolshagen)
BUG FIX: metadata.json not being updated correctly (Thomas Sjolshagen)
BUG FIX: Updated version info (Thomas Sjolshagen)
BUG FIX: Typo for codeception config file and didn't exclude docker dir from svn (Thomas Sjolshagen)
BUG FIX: Wrong format for time command (Thomas Sjolshagen)

v8.1

21 Mar 12:08
4a7b7ed
Compare
Choose a tag to compare
  • BUG FIX: Updated version to 8.1 (Thomas Sjolshagen)
  • BUG FIX: Didn't remove all of the non-essential files before pushing to the WP SVN (Thomas Sjolshagen)

v8.0

21 Mar 11:39
dce9f30
Compare
Choose a tag to compare
  • BUG FIX: Auto-generate the change log from the commit log (Thomas Sjolshagen)
  • BUG FIX: Didn't have coverage set up correctly (Thomas Sjolshagen)
  • BUG FIX: Errors generating changelog.md (Thomas Sjolshagen)
  • BUG FIX: Various bugs in build scripts (Thomas Sjolshagen)
  • BUG FIX: Added some very basic unit tests for the auto_loader() function (Thomas Sjolshagen)
  • BUG FIX: Renamed the plugin source file so updated the .pot header (Thomas Sjolshagen)
  • BUG FIX: Various updates to get PHPCS WPCS syntax checking to work as expected and Unit tests to pass (Thomas Sjolshagen)
  • BUG FIX: Not allowed to override require_once (Thomas Sjolshagen)
  • BUG FIX: Warnings when there are no member records (Thomas Sjolshagen)
  • BUG FIX: Unit tests for load_hooks() and get_instance() (Thomas Sjolshagen)
  • BUG FIX: Setting the record count in the constructor is silly (Thomas Sjolshagen)
  • BUG FIX: Adding and allowing execution of first (local) Unit test (Thomas Sjolshagen)
  • BUG FIX: Wrong path to utilities classes after renaming directory from class to src (Thomas Sjolshagen)
  • BUG FIX: Not checking if Utilities module is present (Thomas Sjolshagen)
  • BUG FIX: Various refactoring and adding unit test framework (Thomas Sjolshagen)
  • BUG FIX: WPCS compliance updates (Thomas Sjolshagen)
  • BUG FIX: Initial work on fixing some of issues with the search functionality (Thomas Sjolshagen)
  • BUG FIX: Added ability to create a release from a commit/action (Thomas Sjolshagen)
  • BUG FIX: Didn't make sure the data is avilable before exporting (Thomas Sjolshagen)
  • BUG FIX: Exclude the .lock file (Thomas Sjolshagen)
  • BUG FIX: Catch autoLoader() exceptions (Thomas Sjolshagen)
  • BUG FIX: Auto-generate required documentation files (README, CHANGELOG and metadata.json files) (Thomas Sjolshagen)
  • BUG FIX: Didn't include the (new) CHANGELOG.md file in the plugin build script (Thomas Sjolshagen)
  • BUG FIX: Using the github.com Issues page for the plugin (Thomas Sjolshagen)
  • ENH: Added skeleton (template) files for documentation, etc. (Thomas Sjolshagen)
  • BUG FIX: Didn't install the composer dependencies (Thomas Sjolshagen)
  • BUG FIX: Exclude the inc/ directory from the Wordpress.org repo (Thomas Sjolshagen)
  • ENH: Adding composer file for unit testing, CircleCI integration, etc (Thomas Sjolshagen)
  • BUG FIX: Didn't exclude everything (Thomas Sjolshagen)
  • BUG FIX: Didn't exclude everything (Thomas Sjolshagen)
  • BUG FIX: Allow IDE to connect to docker hosted DB (Thomas Sjolshagen)
  • BUG FIX: Refactored (Thomas Sjolshagen)
  • ENH: Adding new filter to documentation secton (Thomas Sjolshagen)
  • ENH: Adding support for filter to set default sort order - e20r_memberslist_default_sort_order (Thomas Sjolshagen)
  • BUG FIX: Using explicit namespace paths (Thomas Sjolshagen)
  • BUG FIX: Refactored to use Class::plugin_slug for translation strings (Thomas Sjolshagen)
  • BUG FIX: Refactored for silly max-char (self enforced) limits (Thomas Sjolshagen)
  • BUG FIX: Removed stale commented code (Thomas Sjolshagen)
  • BUG FIX: Implicitly defined variable fixes (Thomas Sjolshagen)
  • BUG FIX: Didn't automatically search for levels only when selected level is changed (Thomas Sjolshagen)

v7.5

14 Feb 11:49
4550b68
Compare
Choose a tag to compare
  • BUG FIX: Didn't automatically search for levels only when selected level is changed

v7.4

14 Feb 11:21
21bf3ee
Compare
Choose a tag to compare

ENH: Adding script to remove local & upstream tasks based on string pattern
ENH: Adding support for auto-labeling of Pull Requests upon commit
ENH: Adding automated release draft creation action
ENH: Do not include the test and build_env directories
ENH: Initial dockerfile for unittests
ENH: Refactored to support autoloader
BUG FIX: Make it work on the new hosting account
BUG FIX: Didn't handle return key press for search functionality
BUG FIX: Didn't reset the URI when clicking "Clear Search"
BUG FIX: Updated autoloader to support new file name structure

v7.3

23 Jan 11:01
7aa2b05
Compare
Choose a tag to compare

BUG FIX: Didn't remove one-click utility library correctly