diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..722a05127 --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1,46 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at mtrutledge@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] + +[homepage]: http://contributor-covenant.org +[version]: http://contributor-covenant.org/version/1/4/ diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000..ccfb31b6c --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,64 @@ +# How to contribute + +Community contributions are essential part of any open source project. The community has access to a large number of unique configurations which would be extremely difficult for the core maintainers to reproduce. We want to keep it as easy as possible to contribute changes that get things working in your environment. There are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things. + +Make sure you have a [GitHub account](https://github.com/signup/free) to start with. + +## Level 1 contributions: easy ways to contribute +There are several ways to contribute, depending on your background, level of expertise and willingness to spend some time. Everybody should be able to contribute on a minimal level: +* Create or document issues +* Create or improve documentation +* Be a tester + +### Create issues +Anybody with a GutHub account can create new issues. Please verify that a simlar issue has not been created before. Clearly describe the issue you encounter. + +### Create or improve documentation +Create an issue with suggestions for document improvements. If you have an idea about the new documenation, add that text (prefereably in markdown format) in the issue as proposed new or improved documentation. + +### Be a tester +Download an install version of the extension and test it in your own environment. If you are reviewing issues, try to reproduce issues that have been created and enhance documentation of the issue to reproduce any bugs. + +If there is a new version of an extension, be one of the first to test that new version on a fresh install and as an upgrade of a previous version. Report your findings as issues. + +# Level 2 contributions: Provide improved or new code +If you are commited as community member and have programming skills, there is more that you can do: +* Create code fixes +* Create new functionality + +We asume that you have some basic Git(Hub) knowledge and know how to work with fork, clone, create issue, commit, push, pull requests + +## Get started with code contributions + +### Fork the repository on GitHub +If this is your first time working with the repository, you will need to fork the repository to get your system configured for local development. + +If you are new to Dnn Development, you can start by watching this video playlist which explains how to setup the required tools, your development environment and submit pull requests for modules, the Platform and the Persona Bar. +[How to make a pull requests playlist](https://www.youtube.com/playlist?list=PLIx1M8IdVvqZ0bnODGqJyxvONNPj5BzMP) + +* Click fork on the project. You will get a fork of the repository in your own GitHub account +* Clone your fork locally with `git clone +* Add the *upstream connection* to the original repository, so you can rebase and update your fork with `git remote add upstream` to the base (the original) repository +* To update your fork to the latest, you can then run `git fetch upstream` followed by `git push` + +## Making Changes +* Create a topic branch from where you want to base your work. This is usually a branch linked to the *issue #* your are trying to solve +* Make commits of logical units +* When ready to publish your changes, you can with `git push -u origin my_contribution` +* Make sure your pull request description tags the GitHub issue ID, so it is clear what issue you have fixed +* Make sure your commit messages are in the proper format + +## Submitting changes +* Push your changes to a topic branch in your fork of the repository +* Submit a pull request to the original (upstream( repository +* The committers will handle updating the associated issue in the DNN Tracker to ensure it gets the necessary code review and QA + +## Acceptance of your changes +* We have a group of fellow developers that review pull requests submitted by developers like yourself +* If your changes look good, then changes are merged to an appropriate release +* You should get an email notification as we complete processing of your pull request + +# Level 3 contributions: Become a repository custodian +If you are really commited, want to work with highly commited team members (like yourself?) and want to contibute by taking care of one or more repositories, you might want to become a *repository custodian*. + +Contact one of the team members of the organisation and discuss the opportunities. diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index d28427e20..e622fdc53 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1 @@ -github: hismightiness -patreon: willstrohl -custom: ["https://venmo.com/Will-Strohl","https://amzn.to/2WcD0jZ"] +github: UpendoVentures diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 2039b5dc3..a0066b7fd 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,37 +1,52 @@ ---- -name: Bug Report -about: Create a report to help us improve - ---- - -## Describe the bug -A clear and concise description of what the bug is. - -## Software Versions -- DNN: 00.00.00 -- Hotcakes: 00.00.00 - -## To Reproduce -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -## Expected behavior -A clear and concise description of what you expected to happen. - -## Actual behavior -A clear and concise description of what happened instead. - -## Screenshots -If applicable, add screenshots to help explain your problem. - -## Error log -**Note: Debug DLL's** -Please replace the current extension DLL's with the debug DLL's (if these are available with the release) and reproduce the error with the debug DLL's before pasting the error log. - -Paste the error log that is related to this issue. - -## Additional context -Add any other context about the problem here. +--- +name: Bug Report +about: Create a report to help us improve + +--- + +## Sponsorship + + +If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to [sponsor the effot via GitHub Sponsors](https://github.com/sponsors/UpendoVentures): + +- [ ] None, please continute to work for me for free :P +- [ ] Absolutely, I get value out of this! +- [ ] Maybe later +- [ ] I'm already a sponsor... Woot! + +## Describe the bug +A clear and concise description of what the bug is. + +## Software Versions +- DNN: 00.00.00 +- Hotcakes: 00.00.00 + +## To Reproduce +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +## Expected behavior +A clear and concise description of what you expected to happen. + +## Actual behavior +A clear and concise description of what happened instead. + +## Screenshots +If applicable, add screenshots to help explain your problem. + +## Error log +**Note: Debug DLL's** +Please replace the current extension DLL's with the debug DLL's (if these are available with the release) and reproduce the error with the debug DLL's before pasting the error log. + +Paste the error log that is related to this issue. + +## Additional context +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 25de4dda0..2164e1e07 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,18 +1,33 @@ ---- -name: Feature Request -about: Suggest an idea for this project - ---- - -## 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. +--- +name: Feature Request +about: Suggest an idea for this project + +--- + +## Sponsorship + + +If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to [sponsor the effot via GitHub Sponsors](https://github.com/sponsors/UpendoVentures): + +- [ ] None, please continute to work for me for free :P +- [ ] Absolutely, I get value out of this! +- [ ] Maybe later +- [ ] I'm already a sponsor... Woot! + +## 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. diff --git a/.github/ISSUE_TEMPLATE/help-and-other-questions.md b/.github/ISSUE_TEMPLATE/help-and-other-questions.md index 99cdc3b30..2afae571a 100644 --- a/.github/ISSUE_TEMPLATE/help-and-other-questions.md +++ b/.github/ISSUE_TEMPLATE/help-and-other-questions.md @@ -1,16 +1,31 @@ ---- -name: Help and Other Questions -about: Use this to ask questions that don't relate to features and bug reports - ---- - -## Please summarize your question in one sentence - - -## Give a more extended description - - -## Steps to reproduce (if needed) - - -## Other comments or remarks +--- +name: Help and Other Questions +about: Use this to ask questions that don't relate to features and bug reports + +--- + +## Sponsorship + + +If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to [sponsor the effot via GitHub Sponsors](https://github.com/sponsors/UpendoVentures): + +- [ ] None, please continute to work for me for free :P +- [ ] Absolutely, I get value out of this! +- [ ] Maybe later +- [ ] I'm already a sponsor... Woot! + +## Please summarize your question in one sentence + + +## Give a more extended description + + +## Steps to reproduce (if needed) + + +## Other comments or remarks diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..fdbbb4598 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,26 @@ + +## Related to Issue +Fixes # + +## Description + + +## How Has This Been Tested? + + + + +## Screenshots (if appropriate): + +## Types of changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) + +## Checklist: + + +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. \ No newline at end of file diff --git a/Build.proj b/Build.proj index b93a5747c..ae8b35555 100644 --- a/Build.proj +++ b/Build.proj @@ -12,14 +12,14 @@ - 03.07.00 + 03.08.00 01.00.00 01.00.00 - 03.07.00 + 03.08.00 $(BUILD_NUMBER) $(BUILD_NUMBER) diff --git a/CommonAssemblyInfo.cs b/CommonAssemblyInfo.cs index e4ab098f5..67ba8c5e7 100644 --- a/CommonAssemblyInfo.cs +++ b/CommonAssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: CLSCompliant(false)] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("3.07.00")] +[assembly: AssemblyVersion("3.08.00")] [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile("")] [assembly: AssemblyKeyName("")] diff --git a/DevSamples/AuthorizeNetEmulator/AuthorizeNetEmulator.csproj b/DevSamples/AuthorizeNetEmulator/AuthorizeNetEmulator.csproj index b55863437..e9f3feca9 100644 --- a/DevSamples/AuthorizeNetEmulator/AuthorizeNetEmulator.csproj +++ b/DevSamples/AuthorizeNetEmulator/AuthorizeNetEmulator.csproj @@ -103,7 +103,7 @@ - 12.0 + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) diff --git a/DevSamples/MyGiftCardGateway/MyCompany.MyGiftCardGateway.csproj b/DevSamples/MyGiftCardGateway/MyCompany.MyGiftCardGateway.csproj index f94430b24..252a1cb56 100644 --- a/DevSamples/MyGiftCardGateway/MyCompany.MyGiftCardGateway.csproj +++ b/DevSamples/MyGiftCardGateway/MyCompany.MyGiftCardGateway.csproj @@ -103,7 +103,7 @@ - 12.0 + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) diff --git a/DevSamples/MyPaymentMethod/MyCompany.MyPaymentMethod.csproj b/DevSamples/MyPaymentMethod/MyCompany.MyPaymentMethod.csproj index 738bffc19..4c3f77713 100644 --- a/DevSamples/MyPaymentMethod/MyCompany.MyPaymentMethod.csproj +++ b/DevSamples/MyPaymentMethod/MyCompany.MyPaymentMethod.csproj @@ -122,7 +122,7 @@ - 12.0 + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) diff --git a/DevSamples/MyTaxProvider/MyCompany.MyTaxProvider.csproj b/DevSamples/MyTaxProvider/MyCompany.MyTaxProvider.csproj index 04285f904..65b433763 100644 --- a/DevSamples/MyTaxProvider/MyCompany.MyTaxProvider.csproj +++ b/DevSamples/MyTaxProvider/MyCompany.MyTaxProvider.csproj @@ -111,7 +111,7 @@ - 12.0 + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) diff --git a/DevSamples/MyViewSet/MyCompany.MyViewSet.csproj b/DevSamples/MyViewSet/MyCompany.MyViewSet.csproj index b682d00b3..b55e5bb03 100644 --- a/DevSamples/MyViewSet/MyCompany.MyViewSet.csproj +++ b/DevSamples/MyViewSet/MyCompany.MyViewSet.csproj @@ -1227,7 +1227,7 @@ - 12.0 + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index 49405e0e8..f8f91fd62 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -12,7 +12,7 @@ [assembly: System.Reflection.AssemblyConfiguration("Release")] [assembly: System.Reflection.AssemblyCopyright("Copyright © 2023. All rights reserved.")] [assembly: System.Reflection.AssemblyFileVersion("01.00.00")] -[assembly: System.Reflection.AssemblyVersion("03.07.00")] +[assembly: System.Reflection.AssemblyVersion("03.08.00")] @@ -26,7 +26,7 @@ internal sealed partial class ThisAssembly { internal const string AssemblyFileVersion = "01.00.00"; - internal const string AssemblyVersion = "03.07.00"; + internal const string AssemblyVersion = "03.08.00"; private ThisAssembly() { } diff --git a/Libraries/Hotcakes.Avalara/Hotcakes.Avalara.csproj b/Libraries/Hotcakes.Avalara/Hotcakes.Avalara.csproj index fd3fa7944..8ed265b2f 100644 --- a/Libraries/Hotcakes.Avalara/Hotcakes.Avalara.csproj +++ b/Libraries/Hotcakes.Avalara/Hotcakes.Avalara.csproj @@ -10,7 +10,7 @@ Properties Hotcakes.Avalara Hotcakes.Avalara - v4.5 + v4.7.2 512 SAK SAK diff --git a/Libraries/Hotcakes.Commerce.Dnn/DnnAccountService.cs b/Libraries/Hotcakes.Commerce.Dnn/DnnAccountService.cs index 9764ede49..7c833c279 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/DnnAccountService.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/DnnAccountService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/DnnAffiliateRepository.cs b/Libraries/Hotcakes.Commerce.Dnn/DnnAffiliateRepository.cs index ad558de83..c4dbe062f 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/DnnAffiliateRepository.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/DnnAffiliateRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/DnnCatalogService.cs b/Libraries/Hotcakes.Commerce.Dnn/DnnCatalogService.cs index cc84fa3b3..8224aded1 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/DnnCatalogService.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/DnnCatalogService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/DnnCategoryRepository.cs b/Libraries/Hotcakes.Commerce.Dnn/DnnCategoryRepository.cs index 55b55979d..e8087cc04 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/DnnCategoryRepository.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/DnnCategoryRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/DnnContactService.cs b/Libraries/Hotcakes.Commerce.Dnn/DnnContactService.cs index 163ec6497..37a1c72fd 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/DnnContactService.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/DnnContactService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/DnnFactory.cs b/Libraries/Hotcakes.Commerce.Dnn/DnnFactory.cs index e85fd3955..9de5302e5 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/DnnFactory.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/DnnFactory.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/DnnHostSettingsProvider.cs b/Libraries/Hotcakes.Commerce.Dnn/DnnHostSettingsProvider.cs index b6ddfc194..ef246bc4e 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/DnnHostSettingsProvider.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/DnnHostSettingsProvider.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/DnnMembershipServices.cs b/Libraries/Hotcakes.Commerce.Dnn/DnnMembershipServices.cs index 218450072..adbd0bcb4 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/DnnMembershipServices.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/DnnMembershipServices.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/DnnProductRepository.cs b/Libraries/Hotcakes.Commerce.Dnn/DnnProductRepository.cs index 26fa98503..fa2facb6e 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/DnnProductRepository.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/DnnProductRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/DnnProductReviewRepository.cs b/Libraries/Hotcakes.Commerce.Dnn/DnnProductReviewRepository.cs index 07769db61..b66a4d4f3 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/DnnProductReviewRepository.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/DnnProductReviewRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Prompt/ClearCache.cs b/Libraries/Hotcakes.Commerce.Dnn/Prompt/ClearCache.cs index 7a2c0b10d..5946fcb07 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Prompt/ClearCache.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Prompt/ClearCache.cs @@ -2,7 +2,7 @@ // Distributed under the MIT License // ============================================================ -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Prompt/Constants.cs b/Libraries/Hotcakes.Commerce.Dnn/Prompt/Constants.cs index 8d7307c59..a1be05a73 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Prompt/Constants.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Prompt/Constants.cs @@ -2,7 +2,7 @@ // Distributed under the MIT License // ============================================================ -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Prompt/ListCategories.cs b/Libraries/Hotcakes.Commerce.Dnn/Prompt/ListCategories.cs index 7b98cd579..1fba85880 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Prompt/ListCategories.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Prompt/ListCategories.cs @@ -2,7 +2,7 @@ // Distributed under the MIT License // ============================================================ -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Prompt/ListProducts.cs b/Libraries/Hotcakes.Commerce.Dnn/Prompt/ListProducts.cs index 4526147a0..d1874a3af 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Prompt/ListProducts.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Prompt/ListProducts.cs @@ -2,7 +2,7 @@ // Distributed under the MIT License // ============================================================ -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Prompt/PromptBase.cs b/Libraries/Hotcakes.Commerce.Dnn/Prompt/PromptBase.cs index 3c8271e96..f5a741b89 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Prompt/PromptBase.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Prompt/PromptBase.cs @@ -2,7 +2,7 @@ // Distributed under the MIT License // ============================================================ -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Prompt/PromptMessage.cs b/Libraries/Hotcakes.Commerce.Dnn/Prompt/PromptMessage.cs index f4d769224..2f2b156cb 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Prompt/PromptMessage.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Prompt/PromptMessage.cs @@ -2,7 +2,7 @@ // Distributed under the MIT License // ============================================================ -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Prompt/SalesSummary.cs b/Libraries/Hotcakes.Commerce.Dnn/Prompt/SalesSummary.cs index 0441f8bd1..5e78ea71c 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Prompt/SalesSummary.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Prompt/SalesSummary.cs @@ -2,7 +2,7 @@ // Distributed under the MIT License // ============================================================ -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Providers/HccFriendlyUrlProvider.cs b/Libraries/Hotcakes.Commerce.Dnn/Providers/HccFriendlyUrlProvider.cs index 0af20e040..584d64e81 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Providers/HccFriendlyUrlProvider.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Providers/HccFriendlyUrlProvider.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Providers/HccUrlRoutingModule.cs b/Libraries/Hotcakes.Commerce.Dnn/Providers/HccUrlRoutingModule.cs index 35de0d478..258101826 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Providers/HccUrlRoutingModule.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Providers/HccUrlRoutingModule.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Providers/ServiceRouteMapper.cs b/Libraries/Hotcakes.Commerce.Dnn/Providers/ServiceRouteMapper.cs index f7d43f292..61666aa38 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Providers/ServiceRouteMapper.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Providers/ServiceRouteMapper.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Social/SocialServiceBase.cs b/Libraries/Hotcakes.Commerce.Dnn/Social/SocialServiceBase.cs index 779ac271b..82aeb4e3d 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Social/SocialServiceBase.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Social/SocialServiceBase.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Social/SocialServiceImpl.cs b/Libraries/Hotcakes.Commerce.Dnn/Social/SocialServiceImpl.cs index f75ce6f43..0cbcbdab4 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Social/SocialServiceImpl.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Social/SocialServiceImpl.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Utils/CultureSwitch.cs b/Libraries/Hotcakes.Commerce.Dnn/Utils/CultureSwitch.cs index def7cf626..f2804a159 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Utils/CultureSwitch.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Utils/CultureSwitch.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Web/HotcakesModuleBase.cs b/Libraries/Hotcakes.Commerce.Dnn/Web/HotcakesModuleBase.cs index 841a951ac..a80f99eb3 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Web/HotcakesModuleBase.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Web/HotcakesModuleBase.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.Dnn/Workflow/DnnWorkflowFactory.cs b/Libraries/Hotcakes.Commerce.Dnn/Workflow/DnnWorkflowFactory.cs index 235b1f83e..3724c480f 100644 --- a/Libraries/Hotcakes.Commerce.Dnn/Workflow/DnnWorkflowFactory.cs +++ b/Libraries/Hotcakes.Commerce.Dnn/Workflow/DnnWorkflowFactory.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.NoCms/Accounts/MvcAccountService.cs b/Libraries/Hotcakes.Commerce.NoCms/Accounts/MvcAccountService.cs index 2205fb734..deeef8074 100644 --- a/Libraries/Hotcakes.Commerce.NoCms/Accounts/MvcAccountService.cs +++ b/Libraries/Hotcakes.Commerce.NoCms/Accounts/MvcAccountService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.NoCms/Membership/CustomerAccountRepository.cs b/Libraries/Hotcakes.Commerce.NoCms/Membership/CustomerAccountRepository.cs index d8d4b75ed..f719e81a1 100644 --- a/Libraries/Hotcakes.Commerce.NoCms/Membership/CustomerAccountRepository.cs +++ b/Libraries/Hotcakes.Commerce.NoCms/Membership/CustomerAccountRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.NoCms/Membership/MvcMembershipService.cs b/Libraries/Hotcakes.Commerce.NoCms/Membership/MvcMembershipService.cs index 376d57f6d..ee78397c9 100644 --- a/Libraries/Hotcakes.Commerce.NoCms/Membership/MvcMembershipService.cs +++ b/Libraries/Hotcakes.Commerce.NoCms/Membership/MvcMembershipService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.NoCms/MvcFactoryImpl.cs b/Libraries/Hotcakes.Commerce.NoCms/MvcFactoryImpl.cs index f3a46dfd6..7c8c8fadd 100644 --- a/Libraries/Hotcakes.Commerce.NoCms/MvcFactoryImpl.cs +++ b/Libraries/Hotcakes.Commerce.NoCms/MvcFactoryImpl.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce.NoCms/UserAccountRepository.cs b/Libraries/Hotcakes.Commerce.NoCms/UserAccountRepository.cs index 77cb6803e..7a095153c 100644 --- a/Libraries/Hotcakes.Commerce.NoCms/UserAccountRepository.cs +++ b/Libraries/Hotcakes.Commerce.NoCms/UserAccountRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Accounts/AccountService.cs b/Libraries/Hotcakes.Commerce/Accounts/AccountService.cs index 8f8d33b1e..53bc1e430 100644 --- a/Libraries/Hotcakes.Commerce/Accounts/AccountService.cs +++ b/Libraries/Hotcakes.Commerce/Accounts/AccountService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Accounts/ApiKeyRepository.cs b/Libraries/Hotcakes.Commerce/Accounts/ApiKeyRepository.cs index 48ce893f8..80c03d5f3 100644 --- a/Libraries/Hotcakes.Commerce/Accounts/ApiKeyRepository.cs +++ b/Libraries/Hotcakes.Commerce/Accounts/ApiKeyRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Accounts/AuthTokenRepository.cs b/Libraries/Hotcakes.Commerce/Accounts/AuthTokenRepository.cs index db355a914..4744ded25 100644 --- a/Libraries/Hotcakes.Commerce/Accounts/AuthTokenRepository.cs +++ b/Libraries/Hotcakes.Commerce/Accounts/AuthTokenRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Accounts/StoreDomainRepository.cs b/Libraries/Hotcakes.Commerce/Accounts/StoreDomainRepository.cs index 10fb64614..7055ab322 100644 --- a/Libraries/Hotcakes.Commerce/Accounts/StoreDomainRepository.cs +++ b/Libraries/Hotcakes.Commerce/Accounts/StoreDomainRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Accounts/StoreRepository.cs b/Libraries/Hotcakes.Commerce/Accounts/StoreRepository.cs index 54b2e8621..9c12e479f 100644 --- a/Libraries/Hotcakes.Commerce/Accounts/StoreRepository.cs +++ b/Libraries/Hotcakes.Commerce/Accounts/StoreRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Accounts/StoreSettings.cs b/Libraries/Hotcakes.Commerce/Accounts/StoreSettings.cs index 02b9007ba..bfd500316 100644 --- a/Libraries/Hotcakes.Commerce/Accounts/StoreSettings.cs +++ b/Libraries/Hotcakes.Commerce/Accounts/StoreSettings.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Accounts/StoreSettingsRepository.cs b/Libraries/Hotcakes.Commerce/Accounts/StoreSettingsRepository.cs index 0393ca2a5..04e1e7fc1 100644 --- a/Libraries/Hotcakes.Commerce/Accounts/StoreSettingsRepository.cs +++ b/Libraries/Hotcakes.Commerce/Accounts/StoreSettingsRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Accounts/StoreUserRelationshipRepository.cs b/Libraries/Hotcakes.Commerce/Accounts/StoreUserRelationshipRepository.cs index 0d5d3d460..2817f3697 100644 --- a/Libraries/Hotcakes.Commerce/Accounts/StoreUserRelationshipRepository.cs +++ b/Libraries/Hotcakes.Commerce/Accounts/StoreUserRelationshipRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Analytics/AnalyticsEventsRepository.cs b/Libraries/Hotcakes.Commerce/Analytics/AnalyticsEventsRepository.cs index 1a7ea4fed..533fc16e9 100644 --- a/Libraries/Hotcakes.Commerce/Analytics/AnalyticsEventsRepository.cs +++ b/Libraries/Hotcakes.Commerce/Analytics/AnalyticsEventsRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Analytics/AnalyticsService.cs b/Libraries/Hotcakes.Commerce/Analytics/AnalyticsService.cs index 3a802fc5b..26a18ecf5 100644 --- a/Libraries/Hotcakes.Commerce/Analytics/AnalyticsService.cs +++ b/Libraries/Hotcakes.Commerce/Analytics/AnalyticsService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/BusinessRules/OrderTaskContext.cs b/Libraries/Hotcakes.Commerce/BusinessRules/OrderTaskContext.cs index c15b1c197..3048206eb 100644 --- a/Libraries/Hotcakes.Commerce/BusinessRules/OrderTaskContext.cs +++ b/Libraries/Hotcakes.Commerce/BusinessRules/OrderTaskContext.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/BusinessRules/WorkflowFactory.cs b/Libraries/Hotcakes.Commerce/BusinessRules/WorkflowFactory.cs index 9e0a35da1..f29b4f64b 100644 --- a/Libraries/Hotcakes.Commerce/BusinessRules/WorkflowFactory.cs +++ b/Libraries/Hotcakes.Commerce/BusinessRules/WorkflowFactory.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/CatalogImport.cs b/Libraries/Hotcakes.Commerce/Catalog/CatalogImport.cs index 98dbf174a..6604ac5b0 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/CatalogImport.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/CatalogImport.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/CatalogService.cs b/Libraries/Hotcakes.Commerce/Catalog/CatalogService.cs index 1f9d15d45..1887d88e1 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/CatalogService.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/CatalogService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/Category.cs b/Libraries/Hotcakes.Commerce/Catalog/Category.cs index d3631de08..bc7aa31c9 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/Category.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/Category.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/CategoryFacetManager.cs b/Libraries/Hotcakes.Commerce/Catalog/CategoryFacetManager.cs index fd608545d..4e1463774 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/CategoryFacetManager.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/CategoryFacetManager.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/CategoryProductAssociationRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/CategoryProductAssociationRepository.cs index 832614a41..c7a863b24 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/CategoryProductAssociationRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/CategoryProductAssociationRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/CategoryRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/CategoryRepository.cs index 1ee9c2d5e..47a881d33 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/CategoryRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/CategoryRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/GiftCardRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/GiftCardRepository.cs index 79946b404..9b29e8187 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/GiftCardRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/GiftCardRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ICategoryRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ICategoryRepository.cs index bbe2eee37..feb805c6c 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ICategoryRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ICategoryRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/IOptionProcessor.cs b/Libraries/Hotcakes.Commerce/Catalog/IOptionProcessor.cs index df79c3dc9..5db47d3af 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/IOptionProcessor.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/IOptionProcessor.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/MembershipProductTypeRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/MembershipProductTypeRepository.cs index ac0d9401c..ef918b973 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/MembershipProductTypeRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/MembershipProductTypeRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/Option.cs b/Libraries/Hotcakes.Commerce/Catalog/Option.cs index 52ede0b9d..a87925431 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/Option.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/Option.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/OptionItemRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/OptionItemRepository.cs index f92e4defd..79719e0d1 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/OptionItemRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/OptionItemRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/OptionRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/OptionRepository.cs index 218d625c9..3217ba2eb 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/OptionRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/OptionRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/OptionSelections.cs b/Libraries/Hotcakes.Commerce/Catalog/OptionSelections.cs index f657b95e6..44ae410f5 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/OptionSelections.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/OptionSelections.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/Options/CheckBoxes.cs b/Libraries/Hotcakes.Commerce/Catalog/Options/CheckBoxes.cs index 2feca2265..f9c5000d6 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/Options/CheckBoxes.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/Options/CheckBoxes.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/Options/DropDownList.cs b/Libraries/Hotcakes.Commerce/Catalog/Options/DropDownList.cs index c44211634..a5d12c2b4 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/Options/DropDownList.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/Options/DropDownList.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/Options/FileUpload.cs b/Libraries/Hotcakes.Commerce/Catalog/Options/FileUpload.cs index d36fe4560..9f8e52da5 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/Options/FileUpload.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/Options/FileUpload.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/Options/Html.cs b/Libraries/Hotcakes.Commerce/Catalog/Options/Html.cs index 4fa1b932e..b2eb17645 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/Options/Html.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/Options/Html.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/Options/RadioButtonList.cs b/Libraries/Hotcakes.Commerce/Catalog/Options/RadioButtonList.cs index 201a788ec..88c367446 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/Options/RadioButtonList.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/Options/RadioButtonList.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/Options/TextInput.cs b/Libraries/Hotcakes.Commerce/Catalog/Options/TextInput.cs index db7f10b10..f9c20e4e0 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/Options/TextInput.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/Options/TextInput.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/Product.cs b/Libraries/Hotcakes.Commerce/Catalog/Product.cs index 7c8a5da1b..c22bf21dc 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/Product.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/Product.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductFileAssociationRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductFileAssociationRepository.cs index a5c195a4b..d925d40a3 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductFileAssociationRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductFileAssociationRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductFileRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductFileRepository.cs index 4200c7cb0..a2e06a931 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductFileRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductFileRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductImageRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductImageRepository.cs index 501554d5c..21a2a73ea 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductImageRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductImageRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductInventoryRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductInventoryRepository.cs index 42dea08b3..33d853017 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductInventoryRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductInventoryRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductOptionAssociationRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductOptionAssociationRepository.cs index 3129f5993..fd060e5ec 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductOptionAssociationRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductOptionAssociationRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductPropertyChoiceRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductPropertyChoiceRepository.cs index 8f8ca3843..89adac182 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductPropertyChoiceRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductPropertyChoiceRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductPropertyRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductPropertyRepository.cs index 3a9f93e15..019f40b22 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductPropertyRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductPropertyRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductPropertyValueRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductPropertyValueRepository.cs index ffa09e836..f3f3048b6 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductPropertyValueRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductPropertyValueRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductRelationshipRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductRelationshipRepository.cs index 9b847ca42..8a4f5375d 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductRelationshipRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductRelationshipRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductRepository.cs index 716405c60..df287d89a 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductReview.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductReview.cs index 6fa9c3678..66b6b5e08 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductReview.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductReview.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductReviewRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductReviewRepository.cs index 7a7e16cd7..bffdabd65 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductReviewRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductReviewRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductType.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductType.cs index e9cd9341a..5fd260c5e 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductType.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductType.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductTypePropertyAssociationRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductTypePropertyAssociationRepository.cs index 12dba9af4..e09234111 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductTypePropertyAssociationRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductTypePropertyAssociationRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductTypeRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductTypeRepository.cs index 0c77f1940..bb8c9953a 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductTypeRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductTypeRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/ProductVolumeDiscountRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/ProductVolumeDiscountRepository.cs index 596c07b98..e8a94f1af 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/ProductVolumeDiscountRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/ProductVolumeDiscountRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/VariantRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/VariantRepository.cs index fdfd64169..f2cdc1933 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/VariantRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/VariantRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/WishListItem.cs b/Libraries/Hotcakes.Commerce/Catalog/WishListItem.cs index 873938aa2..d455ea607 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/WishListItem.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/WishListItem.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Catalog/WishListItemRepository.cs b/Libraries/Hotcakes.Commerce/Catalog/WishListItemRepository.cs index 2fb29ef71..10cc47244 100644 --- a/Libraries/Hotcakes.Commerce/Catalog/WishListItemRepository.cs +++ b/Libraries/Hotcakes.Commerce/Catalog/WishListItemRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Contacts/AddressRepository.cs b/Libraries/Hotcakes.Commerce/Contacts/AddressRepository.cs index 8fe8bc73a..d7d12b483 100644 --- a/Libraries/Hotcakes.Commerce/Contacts/AddressRepository.cs +++ b/Libraries/Hotcakes.Commerce/Contacts/AddressRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Contacts/Affiliate.cs b/Libraries/Hotcakes.Commerce/Contacts/Affiliate.cs index 55caf4bdf..c5849e825 100644 --- a/Libraries/Hotcakes.Commerce/Contacts/Affiliate.cs +++ b/Libraries/Hotcakes.Commerce/Contacts/Affiliate.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Contacts/AffiliatePaymentRepository.cs b/Libraries/Hotcakes.Commerce/Contacts/AffiliatePaymentRepository.cs index 059c14e18..f5cba4082 100644 --- a/Libraries/Hotcakes.Commerce/Contacts/AffiliatePaymentRepository.cs +++ b/Libraries/Hotcakes.Commerce/Contacts/AffiliatePaymentRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Contacts/AffiliateReferralRepository.cs b/Libraries/Hotcakes.Commerce/Contacts/AffiliateReferralRepository.cs index 44776f659..f9cb7f63e 100644 --- a/Libraries/Hotcakes.Commerce/Contacts/AffiliateReferralRepository.cs +++ b/Libraries/Hotcakes.Commerce/Contacts/AffiliateReferralRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Contacts/AffiliateRepository.cs b/Libraries/Hotcakes.Commerce/Contacts/AffiliateRepository.cs index dd9da5a5e..f09552f80 100644 --- a/Libraries/Hotcakes.Commerce/Contacts/AffiliateRepository.cs +++ b/Libraries/Hotcakes.Commerce/Contacts/AffiliateRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Contacts/ContactService.cs b/Libraries/Hotcakes.Commerce/Contacts/ContactService.cs index 58a44d358..9e35ebc7c 100644 --- a/Libraries/Hotcakes.Commerce/Contacts/ContactService.cs +++ b/Libraries/Hotcakes.Commerce/Contacts/ContactService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Contacts/MailingListRepository.cs b/Libraries/Hotcakes.Commerce/Contacts/MailingListRepository.cs index 5b69cb2a5..f2413b222 100644 --- a/Libraries/Hotcakes.Commerce/Contacts/MailingListRepository.cs +++ b/Libraries/Hotcakes.Commerce/Contacts/MailingListRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Contacts/ManufacturerRepository.cs b/Libraries/Hotcakes.Commerce/Contacts/ManufacturerRepository.cs index 8cb02f583..32c8e6361 100644 --- a/Libraries/Hotcakes.Commerce/Contacts/ManufacturerRepository.cs +++ b/Libraries/Hotcakes.Commerce/Contacts/ManufacturerRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Contacts/PriceGroupRepository.cs b/Libraries/Hotcakes.Commerce/Contacts/PriceGroupRepository.cs index 8f6bd4452..a15ba6168 100644 --- a/Libraries/Hotcakes.Commerce/Contacts/PriceGroupRepository.cs +++ b/Libraries/Hotcakes.Commerce/Contacts/PriceGroupRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Contacts/VendorManufacturer.cs b/Libraries/Hotcakes.Commerce/Contacts/VendorManufacturer.cs index 0c4c27f9e..67a645e79 100644 --- a/Libraries/Hotcakes.Commerce/Contacts/VendorManufacturer.cs +++ b/Libraries/Hotcakes.Commerce/Contacts/VendorManufacturer.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Contacts/VendorRepository.cs b/Libraries/Hotcakes.Commerce/Contacts/VendorRepository.cs index c46f0c92b..1f7bab525 100644 --- a/Libraries/Hotcakes.Commerce/Contacts/VendorRepository.cs +++ b/Libraries/Hotcakes.Commerce/Contacts/VendorRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Content/ContentBlockRepository.cs b/Libraries/Hotcakes.Commerce/Content/ContentBlockRepository.cs index 18ff84c31..54a1d6c95 100644 --- a/Libraries/Hotcakes.Commerce/Content/ContentBlockRepository.cs +++ b/Libraries/Hotcakes.Commerce/Content/ContentBlockRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Content/ContentColumnRepository.cs b/Libraries/Hotcakes.Commerce/Content/ContentColumnRepository.cs index f7b6a9b4c..b88197e41 100644 --- a/Libraries/Hotcakes.Commerce/Content/ContentColumnRepository.cs +++ b/Libraries/Hotcakes.Commerce/Content/ContentColumnRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Content/ContentService.cs b/Libraries/Hotcakes.Commerce/Content/ContentService.cs index 955aa916d..03ea74e2e 100644 --- a/Libraries/Hotcakes.Commerce/Content/ContentService.cs +++ b/Libraries/Hotcakes.Commerce/Content/ContentService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Content/CustomUrlRepository.cs b/Libraries/Hotcakes.Commerce/Content/CustomUrlRepository.cs index 83cafdcc8..f956d1e8c 100644 --- a/Libraries/Hotcakes.Commerce/Content/CustomUrlRepository.cs +++ b/Libraries/Hotcakes.Commerce/Content/CustomUrlRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Content/HtmlTemplate.cs b/Libraries/Hotcakes.Commerce/Content/HtmlTemplate.cs index 842f94054..e05e687ae 100644 --- a/Libraries/Hotcakes.Commerce/Content/HtmlTemplate.cs +++ b/Libraries/Hotcakes.Commerce/Content/HtmlTemplate.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Content/HtmlTemplateRepository.cs b/Libraries/Hotcakes.Commerce/Content/HtmlTemplateRepository.cs index c7919e961..048c0d10e 100644 --- a/Libraries/Hotcakes.Commerce/Content/HtmlTemplateRepository.cs +++ b/Libraries/Hotcakes.Commerce/Content/HtmlTemplateRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Factory.cs b/Libraries/Hotcakes.Commerce/Factory.cs index b0761f942..9f7a0c551 100644 --- a/Libraries/Hotcakes.Commerce/Factory.cs +++ b/Libraries/Hotcakes.Commerce/Factory.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/FactoryBase.cs b/Libraries/Hotcakes.Commerce/FactoryBase.cs index c354ab88c..5171b61d2 100644 --- a/Libraries/Hotcakes.Commerce/FactoryBase.cs +++ b/Libraries/Hotcakes.Commerce/FactoryBase.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Globalization/GlobalizationService.cs b/Libraries/Hotcakes.Commerce/Globalization/GlobalizationService.cs index 4ab1ce6a5..0f273826b 100644 --- a/Libraries/Hotcakes.Commerce/Globalization/GlobalizationService.cs +++ b/Libraries/Hotcakes.Commerce/Globalization/GlobalizationService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Globalization/LocalizationUtils.cs b/Libraries/Hotcakes.Commerce/Globalization/LocalizationUtils.cs index 366d5511f..c353e1727 100644 --- a/Libraries/Hotcakes.Commerce/Globalization/LocalizationUtils.cs +++ b/Libraries/Hotcakes.Commerce/Globalization/LocalizationUtils.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/HccRequestContext.cs b/Libraries/Hotcakes.Commerce/HccRequestContext.cs index 5f04bd076..bb54efa8f 100644 --- a/Libraries/Hotcakes.Commerce/HccRequestContext.cs +++ b/Libraries/Hotcakes.Commerce/HccRequestContext.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, @@ -85,7 +85,10 @@ public static HccRequestContext Current get { if (HttpContext.Current == null) + { + _current = new HccRequestContext(); return _current; + } return (HccRequestContext) HttpContext.Current.Items[CONTEXT_KEY]; } set diff --git a/Libraries/Hotcakes.Commerce/Hotcakes.Commerce.csproj b/Libraries/Hotcakes.Commerce/Hotcakes.Commerce.csproj index 4cc92c921..946092f6a 100644 --- a/Libraries/Hotcakes.Commerce/Hotcakes.Commerce.csproj +++ b/Libraries/Hotcakes.Commerce/Hotcakes.Commerce.csproj @@ -105,9 +105,7 @@ - - 3.5 - + @@ -132,9 +130,7 @@ False ..\..\References\Dnn\System.Web.WebPages.dll - - 3.5 - + diff --git a/Libraries/Hotcakes.Commerce/HotcakesApplication.cs b/Libraries/Hotcakes.Commerce/HotcakesApplication.cs index 2a47d26e7..f16e85760 100644 --- a/Libraries/Hotcakes.Commerce/HotcakesApplication.cs +++ b/Libraries/Hotcakes.Commerce/HotcakesApplication.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/IFactory.cs b/Libraries/Hotcakes.Commerce/IFactory.cs index d3a73b224..49de6c431 100644 --- a/Libraries/Hotcakes.Commerce/IFactory.cs +++ b/Libraries/Hotcakes.Commerce/IFactory.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/IHostSettingsProvider.cs b/Libraries/Hotcakes.Commerce/IHostSettingsProvider.cs index d8683fe5b..5a7e383ff 100644 --- a/Libraries/Hotcakes.Commerce/IHostSettingsProvider.cs +++ b/Libraries/Hotcakes.Commerce/IHostSettingsProvider.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Marketing/MarketingService.cs b/Libraries/Hotcakes.Commerce/Marketing/MarketingService.cs index 0ddb9bcb1..d56a8f169 100644 --- a/Libraries/Hotcakes.Commerce/Marketing/MarketingService.cs +++ b/Libraries/Hotcakes.Commerce/Marketing/MarketingService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Marketing/Promotion.cs b/Libraries/Hotcakes.Commerce/Marketing/Promotion.cs index af79dd8d3..088fd07c0 100644 --- a/Libraries/Hotcakes.Commerce/Marketing/Promotion.cs +++ b/Libraries/Hotcakes.Commerce/Marketing/Promotion.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Marketing/PromotionContext.cs b/Libraries/Hotcakes.Commerce/Marketing/PromotionContext.cs index c88bab745..ad1d16759 100644 --- a/Libraries/Hotcakes.Commerce/Marketing/PromotionContext.cs +++ b/Libraries/Hotcakes.Commerce/Marketing/PromotionContext.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Marketing/PromotionRepository.cs b/Libraries/Hotcakes.Commerce/Marketing/PromotionRepository.cs index cf0035a46..65324b207 100644 --- a/Libraries/Hotcakes.Commerce/Marketing/PromotionRepository.cs +++ b/Libraries/Hotcakes.Commerce/Marketing/PromotionRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Marketing/PromotionType.cs b/Libraries/Hotcakes.Commerce/Marketing/PromotionType.cs index 59083f75c..59a7ac7fc 100644 --- a/Libraries/Hotcakes.Commerce/Marketing/PromotionType.cs +++ b/Libraries/Hotcakes.Commerce/Marketing/PromotionType.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Membership/CustomerAccount.cs b/Libraries/Hotcakes.Commerce/Membership/CustomerAccount.cs index 73ee77dd0..a286bd37f 100644 --- a/Libraries/Hotcakes.Commerce/Membership/CustomerAccount.cs +++ b/Libraries/Hotcakes.Commerce/Membership/CustomerAccount.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Membership/MembershipServices.cs b/Libraries/Hotcakes.Commerce/Membership/MembershipServices.cs index dcc71bc13..32be5a1d3 100644 --- a/Libraries/Hotcakes.Commerce/Membership/MembershipServices.cs +++ b/Libraries/Hotcakes.Commerce/Membership/MembershipServices.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Membership/UserQuestionRepository.cs b/Libraries/Hotcakes.Commerce/Membership/UserQuestionRepository.cs index 5e96fc890..dd4a16982 100644 --- a/Libraries/Hotcakes.Commerce/Membership/UserQuestionRepository.cs +++ b/Libraries/Hotcakes.Commerce/Membership/UserQuestionRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Metrics/MetricsServices.cs b/Libraries/Hotcakes.Commerce/Metrics/MetricsServices.cs index 5d989c6a5..753be1d92 100644 --- a/Libraries/Hotcakes.Commerce/Metrics/MetricsServices.cs +++ b/Libraries/Hotcakes.Commerce/Metrics/MetricsServices.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Metrics/SearchQueryRepository.cs b/Libraries/Hotcakes.Commerce/Metrics/SearchQueryRepository.cs index 8bcf0a978..8f8dbc498 100644 --- a/Libraries/Hotcakes.Commerce/Metrics/SearchQueryRepository.cs +++ b/Libraries/Hotcakes.Commerce/Metrics/SearchQueryRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Orders/LineItem.cs b/Libraries/Hotcakes.Commerce/Orders/LineItem.cs index 718cb566a..436b2f654 100644 --- a/Libraries/Hotcakes.Commerce/Orders/LineItem.cs +++ b/Libraries/Hotcakes.Commerce/Orders/LineItem.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Orders/LineItemRepository.cs b/Libraries/Hotcakes.Commerce/Orders/LineItemRepository.cs index ace9c37c6..7d17eb07d 100644 --- a/Libraries/Hotcakes.Commerce/Orders/LineItemRepository.cs +++ b/Libraries/Hotcakes.Commerce/Orders/LineItemRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Orders/Order.cs b/Libraries/Hotcakes.Commerce/Orders/Order.cs index 52435841d..26514fcc1 100644 --- a/Libraries/Hotcakes.Commerce/Orders/Order.cs +++ b/Libraries/Hotcakes.Commerce/Orders/Order.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Orders/OrderCouponRepository.cs b/Libraries/Hotcakes.Commerce/Orders/OrderCouponRepository.cs index cf61fd8ca..84bc16703 100644 --- a/Libraries/Hotcakes.Commerce/Orders/OrderCouponRepository.cs +++ b/Libraries/Hotcakes.Commerce/Orders/OrderCouponRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Orders/OrderNoteRepository.cs b/Libraries/Hotcakes.Commerce/Orders/OrderNoteRepository.cs index 7dcad488c..bf653a12c 100644 --- a/Libraries/Hotcakes.Commerce/Orders/OrderNoteRepository.cs +++ b/Libraries/Hotcakes.Commerce/Orders/OrderNoteRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Orders/OrderPackageRepository.cs b/Libraries/Hotcakes.Commerce/Orders/OrderPackageRepository.cs index d32473479..68b5684e6 100644 --- a/Libraries/Hotcakes.Commerce/Orders/OrderPackageRepository.cs +++ b/Libraries/Hotcakes.Commerce/Orders/OrderPackageRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Orders/OrderRepository.cs b/Libraries/Hotcakes.Commerce/Orders/OrderRepository.cs index 584ce0914..7b5f6fdef 100644 --- a/Libraries/Hotcakes.Commerce/Orders/OrderRepository.cs +++ b/Libraries/Hotcakes.Commerce/Orders/OrderRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Orders/OrderService.cs b/Libraries/Hotcakes.Commerce/Orders/OrderService.cs index e43f8a9aa..46e16d56a 100644 --- a/Libraries/Hotcakes.Commerce/Orders/OrderService.cs +++ b/Libraries/Hotcakes.Commerce/Orders/OrderService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Orders/OrderTransactionRepository.cs b/Libraries/Hotcakes.Commerce/Orders/OrderTransactionRepository.cs index f3a461eff..642a32127 100644 --- a/Libraries/Hotcakes.Commerce/Orders/OrderTransactionRepository.cs +++ b/Libraries/Hotcakes.Commerce/Orders/OrderTransactionRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Orders/RMAItemRepository.cs b/Libraries/Hotcakes.Commerce/Orders/RMAItemRepository.cs index 8d4d61df8..da6d019c2 100644 --- a/Libraries/Hotcakes.Commerce/Orders/RMAItemRepository.cs +++ b/Libraries/Hotcakes.Commerce/Orders/RMAItemRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Orders/RMARepository.cs b/Libraries/Hotcakes.Commerce/Orders/RMARepository.cs index 4657d29b0..38aeb6cf8 100644 --- a/Libraries/Hotcakes.Commerce/Orders/RMARepository.cs +++ b/Libraries/Hotcakes.Commerce/Orders/RMARepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Payment/CustomerPointsManager.cs b/Libraries/Hotcakes.Commerce/Payment/CustomerPointsManager.cs index daf6d28f8..af8be7d13 100644 --- a/Libraries/Hotcakes.Commerce/Payment/CustomerPointsManager.cs +++ b/Libraries/Hotcakes.Commerce/Payment/CustomerPointsManager.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Reporting/AbandonedProduct.cs b/Libraries/Hotcakes.Commerce/Reporting/AbandonedProduct.cs index 7997024b6..aa0182f64 100644 --- a/Libraries/Hotcakes.Commerce/Reporting/AbandonedProduct.cs +++ b/Libraries/Hotcakes.Commerce/Reporting/AbandonedProduct.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Reporting/HccNewsMessageManager.cs b/Libraries/Hotcakes.Commerce/Reporting/HccNewsMessageManager.cs index 20bfd6a43..80abe05b7 100644 --- a/Libraries/Hotcakes.Commerce/Reporting/HccNewsMessageManager.cs +++ b/Libraries/Hotcakes.Commerce/Reporting/HccNewsMessageManager.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Reporting/ReportingService.cs b/Libraries/Hotcakes.Commerce/Reporting/ReportingService.cs index f77836361..41f36f72d 100644 --- a/Libraries/Hotcakes.Commerce/Reporting/ReportingService.cs +++ b/Libraries/Hotcakes.Commerce/Reporting/ReportingService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Scheduling/QueuedTaskRepository.cs b/Libraries/Hotcakes.Commerce/Scheduling/QueuedTaskRepository.cs index 87a9d4864..96eec38b4 100644 --- a/Libraries/Hotcakes.Commerce/Scheduling/QueuedTaskRepository.cs +++ b/Libraries/Hotcakes.Commerce/Scheduling/QueuedTaskRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Scheduling/ScheduleService.cs b/Libraries/Hotcakes.Commerce/Scheduling/ScheduleService.cs index a7123b89c..e239993ac 100644 --- a/Libraries/Hotcakes.Commerce/Scheduling/ScheduleService.cs +++ b/Libraries/Hotcakes.Commerce/Scheduling/ScheduleService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Search/FacetItem.cs b/Libraries/Hotcakes.Commerce/Search/FacetItem.cs index acca9e4db..372bee81b 100644 --- a/Libraries/Hotcakes.Commerce/Search/FacetItem.cs +++ b/Libraries/Hotcakes.Commerce/Search/FacetItem.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Search/ProductSearchHelper.cs b/Libraries/Hotcakes.Commerce/Search/ProductSearchHelper.cs index f91cca67c..0610f68b3 100644 --- a/Libraries/Hotcakes.Commerce/Search/ProductSearchHelper.cs +++ b/Libraries/Hotcakes.Commerce/Search/ProductSearchHelper.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Search/ProductSearchQueryAdv.cs b/Libraries/Hotcakes.Commerce/Search/ProductSearchQueryAdv.cs index 822248be7..1e959c2c3 100644 --- a/Libraries/Hotcakes.Commerce/Search/ProductSearchQueryAdv.cs +++ b/Libraries/Hotcakes.Commerce/Search/ProductSearchQueryAdv.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Search/ProductSearchResultAdv.cs b/Libraries/Hotcakes.Commerce/Search/ProductSearchResultAdv.cs index 9a3a1d3e2..2b196923d 100644 --- a/Libraries/Hotcakes.Commerce/Search/ProductSearchResultAdv.cs +++ b/Libraries/Hotcakes.Commerce/Search/ProductSearchResultAdv.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Search/PropertyFacetItem.cs b/Libraries/Hotcakes.Commerce/Search/PropertyFacetItem.cs index 60cacd4b4..fb70b8f35 100644 --- a/Libraries/Hotcakes.Commerce/Search/PropertyFacetItem.cs +++ b/Libraries/Hotcakes.Commerce/Search/PropertyFacetItem.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Search/SelectedFacetItem.cs b/Libraries/Hotcakes.Commerce/Search/SelectedFacetItem.cs index dd4bdbb33..34ed55fc8 100644 --- a/Libraries/Hotcakes.Commerce/Search/SelectedFacetItem.cs +++ b/Libraries/Hotcakes.Commerce/Search/SelectedFacetItem.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Search/SelectedPropertyFacetItem.cs b/Libraries/Hotcakes.Commerce/Search/SelectedPropertyFacetItem.cs index 4f528da81..0c7e4fc90 100644 --- a/Libraries/Hotcakes.Commerce/Search/SelectedPropertyFacetItem.cs +++ b/Libraries/Hotcakes.Commerce/Search/SelectedPropertyFacetItem.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Search/SqlSearchProvider.cs b/Libraries/Hotcakes.Commerce/Search/SqlSearchProvider.cs index 39a385e3f..6faeebc32 100644 --- a/Libraries/Hotcakes.Commerce/Search/SqlSearchProvider.cs +++ b/Libraries/Hotcakes.Commerce/Search/SqlSearchProvider.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Security/FraudRuleRepository.cs b/Libraries/Hotcakes.Commerce/Security/FraudRuleRepository.cs index 76dd159ef..4afb7aebd 100644 --- a/Libraries/Hotcakes.Commerce/Security/FraudRuleRepository.cs +++ b/Libraries/Hotcakes.Commerce/Security/FraudRuleRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/SessionManager.cs b/Libraries/Hotcakes.Commerce/SessionManager.cs index c42be1da5..12323fbb3 100644 --- a/Libraries/Hotcakes.Commerce/SessionManager.cs +++ b/Libraries/Hotcakes.Commerce/SessionManager.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Shipping/ShippingMethodRepository.cs b/Libraries/Hotcakes.Commerce/Shipping/ShippingMethodRepository.cs index cf8b03e0d..c2889f40a 100644 --- a/Libraries/Hotcakes.Commerce/Shipping/ShippingMethodRepository.cs +++ b/Libraries/Hotcakes.Commerce/Shipping/ShippingMethodRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Shipping/ZoneRepository.cs b/Libraries/Hotcakes.Commerce/Shipping/ZoneRepository.cs index 65365205e..c7a156a8f 100644 --- a/Libraries/Hotcakes.Commerce/Shipping/ZoneRepository.cs +++ b/Libraries/Hotcakes.Commerce/Shipping/ZoneRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Social/ISocialService.cs b/Libraries/Hotcakes.Commerce/Social/ISocialService.cs index 5dd3e3393..e626450be 100644 --- a/Libraries/Hotcakes.Commerce/Social/ISocialService.cs +++ b/Libraries/Hotcakes.Commerce/Social/ISocialService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Storage/DiskStorage.cs b/Libraries/Hotcakes.Commerce/Storage/DiskStorage.cs index 9d75dc292..55e905373 100644 --- a/Libraries/Hotcakes.Commerce/Storage/DiskStorage.cs +++ b/Libraries/Hotcakes.Commerce/Storage/DiskStorage.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Taxes/TaxRepository.cs b/Libraries/Hotcakes.Commerce/Taxes/TaxRepository.cs index d2ac9eb8f..dc58bd9e1 100644 --- a/Libraries/Hotcakes.Commerce/Taxes/TaxRepository.cs +++ b/Libraries/Hotcakes.Commerce/Taxes/TaxRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Taxes/TaxScheduleRepository.cs b/Libraries/Hotcakes.Commerce/Taxes/TaxScheduleRepository.cs index ac1ca0a2d..ecf182249 100644 --- a/Libraries/Hotcakes.Commerce/Taxes/TaxScheduleRepository.cs +++ b/Libraries/Hotcakes.Commerce/Taxes/TaxScheduleRepository.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Utilities/FileSystemHelper.cs b/Libraries/Hotcakes.Commerce/Utilities/FileSystemHelper.cs index 43c3c1bef..ee7a7e1d4 100644 --- a/Libraries/Hotcakes.Commerce/Utilities/FileSystemHelper.cs +++ b/Libraries/Hotcakes.Commerce/Utilities/FileSystemHelper.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Utilities/SSL.cs b/Libraries/Hotcakes.Commerce/Utilities/SSL.cs index ce0e87162..f5eb8206f 100644 --- a/Libraries/Hotcakes.Commerce/Utilities/SSL.cs +++ b/Libraries/Hotcakes.Commerce/Utilities/SSL.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Utilities/SampleData.cs b/Libraries/Hotcakes.Commerce/Utilities/SampleData.cs index 05c2ca40b..ed4cbdb19 100644 --- a/Libraries/Hotcakes.Commerce/Utilities/SampleData.cs +++ b/Libraries/Hotcakes.Commerce/Utilities/SampleData.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/Utilities/UrlRewriter.cs b/Libraries/Hotcakes.Commerce/Utilities/UrlRewriter.cs index 2cc86693c..dfbab2441 100644 --- a/Libraries/Hotcakes.Commerce/Utilities/UrlRewriter.cs +++ b/Libraries/Hotcakes.Commerce/Utilities/UrlRewriter.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Commerce/WebAppSettings.cs b/Libraries/Hotcakes.Commerce/WebAppSettings.cs index 4630333a6..0ec6c3d4c 100644 --- a/Libraries/Hotcakes.Commerce/WebAppSettings.cs +++ b/Libraries/Hotcakes.Commerce/WebAppSettings.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.CommerceDTO/v1/Contacts/AffiliateDTO.cs b/Libraries/Hotcakes.CommerceDTO/v1/Contacts/AffiliateDTO.cs index 46c635833..697ad04fb 100644 --- a/Libraries/Hotcakes.CommerceDTO/v1/Contacts/AffiliateDTO.cs +++ b/Libraries/Hotcakes.CommerceDTO/v1/Contacts/AffiliateDTO.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.CommerceDTO/v1/Contacts/VendorManufacturerDTO.cs b/Libraries/Hotcakes.CommerceDTO/v1/Contacts/VendorManufacturerDTO.cs index 32d4ce37b..6404c8567 100644 --- a/Libraries/Hotcakes.CommerceDTO/v1/Contacts/VendorManufacturerDTO.cs +++ b/Libraries/Hotcakes.CommerceDTO/v1/Contacts/VendorManufacturerDTO.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Payment/Hotcakes.Payment.csproj b/Libraries/Hotcakes.Payment/Hotcakes.Payment.csproj index 22030e851..e2f00aaa1 100644 --- a/Libraries/Hotcakes.Payment/Hotcakes.Payment.csproj +++ b/Libraries/Hotcakes.Payment/Hotcakes.Payment.csproj @@ -84,9 +84,7 @@ - - 3.5 - + ..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll @@ -103,12 +101,8 @@ - - 3.5 - - - 3.5 - + + diff --git a/Libraries/Hotcakes.PaypalWebServices/Hotcakes.PaypalWebServices.csproj b/Libraries/Hotcakes.PaypalWebServices/Hotcakes.PaypalWebServices.csproj index 1b40d207f..e315abbbe 100644 --- a/Libraries/Hotcakes.PaypalWebServices/Hotcakes.PaypalWebServices.csproj +++ b/Libraries/Hotcakes.PaypalWebServices/Hotcakes.PaypalWebServices.csproj @@ -77,9 +77,7 @@ - - 3.5 - + ..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll diff --git a/Libraries/Hotcakes.Shipping.Ups/UPSService.cs b/Libraries/Hotcakes.Shipping.Ups/UPSService.cs index f8aefccf7..8b38ff8c2 100644 --- a/Libraries/Hotcakes.Shipping.Ups/UPSService.cs +++ b/Libraries/Hotcakes.Shipping.Ups/UPSService.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Web/Text.cs b/Libraries/Hotcakes.Web/Text.cs index 477e643e0..3543d0590 100644 --- a/Libraries/Hotcakes.Web/Text.cs +++ b/Libraries/Hotcakes.Web/Text.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Libraries/Hotcakes.Web/Validation/ValidationHelper.cs b/Libraries/Hotcakes.Web/Validation/ValidationHelper.cs index bde203a99..9a2fe414b 100644 --- a/Libraries/Hotcakes.Web/Validation/ValidationHelper.cs +++ b/Libraries/Hotcakes.Web/Validation/ValidationHelper.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/README.md b/README.md index 3eddab8f1..adc6cf64f 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,16 @@ Quick Links How to Contribute ----------------- We encourage everyone to contribute. -All the details on contributing with Git and on our working methods can be found here in the wiki. +All the details on contributing with Git and on our working methods can be found here in the wiki. + +
+ +## `Sponsors == (typeOf superHuman) Awesome;` + +> Yes, it's not real code. It's just supposed to be fun. :P + +This solution is created and maintained by [Upendo Ventures](https://upendoventures.com/What/CMS/DNN) for the [DNN CMS Community](https://dnncommunity.org). Please consider [sponsoring us](https://github.com/sponsors/UpendoVentures) for this and [the many other open-source efforts we do](https://upendoventures.com/What/CMS/DNN/Extensions). It's a lot. :) + +- [Sponsor Us](https://github.com/sponsors/UpendoVentures) (we're grateful at any level 🙏🏽) + +
diff --git a/References/Dnn/CountryListBox.dll b/References/Dnn/CountryListBox.dll index d9b8a16c1..079d81ab7 100644 Binary files a/References/Dnn/CountryListBox.dll and b/References/Dnn/CountryListBox.dll differ diff --git a/References/Dnn/DNN.Connectors.GoogleAnalytics.dll b/References/Dnn/DNN.Connectors.GoogleAnalytics.dll new file mode 100644 index 000000000..bace5a087 Binary files /dev/null and b/References/Dnn/DNN.Connectors.GoogleAnalytics.dll differ diff --git a/References/Dnn/DNNConnect.CKEditorProvider.dll b/References/Dnn/DNNConnect.CKEditorProvider.dll index b42bb52b6..e9a07a0a4 100644 Binary files a/References/Dnn/DNNConnect.CKEditorProvider.dll and b/References/Dnn/DNNConnect.CKEditorProvider.dll differ diff --git a/References/Dnn/Dnn.AzureConnector.dll b/References/Dnn/Dnn.AzureConnector.dll index fb4157431..a86e03dc2 100644 Binary files a/References/Dnn/Dnn.AzureConnector.dll and b/References/Dnn/Dnn.AzureConnector.dll differ diff --git a/References/Dnn/Dnn.EditBar.Library.dll b/References/Dnn/Dnn.EditBar.Library.dll index 88f6f6074..01afdf901 100644 Binary files a/References/Dnn/Dnn.EditBar.Library.dll and b/References/Dnn/Dnn.EditBar.Library.dll differ diff --git a/References/Dnn/Dnn.EditBar.UI.dll b/References/Dnn/Dnn.EditBar.UI.dll index f7ee3821d..3465fe3fa 100644 Binary files a/References/Dnn/Dnn.EditBar.UI.dll and b/References/Dnn/Dnn.EditBar.UI.dll differ diff --git a/References/Dnn/Dnn.Modules.Console.dll b/References/Dnn/Dnn.Modules.Console.dll index 6161c6212..e6451a81f 100644 Binary files a/References/Dnn/Dnn.Modules.Console.dll and b/References/Dnn/Dnn.Modules.Console.dll differ diff --git a/References/Dnn/Dnn.Modules.ModuleCreator.dll b/References/Dnn/Dnn.Modules.ModuleCreator.dll index 578574bfc..1c2673b29 100644 Binary files a/References/Dnn/Dnn.Modules.ModuleCreator.dll and b/References/Dnn/Dnn.Modules.ModuleCreator.dll differ diff --git a/References/Dnn/Dnn.PersonaBar.AdminLogs.dll b/References/Dnn/Dnn.PersonaBar.AdminLogs.dll deleted file mode 100644 index e79544df5..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.AdminLogs.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.ConfigConsole.dll b/References/Dnn/Dnn.PersonaBar.ConfigConsole.dll deleted file mode 100644 index 34d78c5d1..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.ConfigConsole.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.Connectors.dll b/References/Dnn/Dnn.PersonaBar.Connectors.dll deleted file mode 100644 index 0ff1534ae..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.Connectors.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.CssEditor.dll b/References/Dnn/Dnn.PersonaBar.CssEditor.dll deleted file mode 100644 index a8604e939..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.CssEditor.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.Extensions.dll b/References/Dnn/Dnn.PersonaBar.Extensions.dll index 3f216e2a5..59106443b 100644 Binary files a/References/Dnn/Dnn.PersonaBar.Extensions.dll and b/References/Dnn/Dnn.PersonaBar.Extensions.dll differ diff --git a/References/Dnn/Dnn.PersonaBar.Library.dll b/References/Dnn/Dnn.PersonaBar.Library.dll index 8a008ef88..f594273b3 100644 Binary files a/References/Dnn/Dnn.PersonaBar.Library.dll and b/References/Dnn/Dnn.PersonaBar.Library.dll differ diff --git a/References/Dnn/Dnn.PersonaBar.Licensing.dll b/References/Dnn/Dnn.PersonaBar.Licensing.dll deleted file mode 100644 index b698b10e9..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.Licensing.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.Pages.dll b/References/Dnn/Dnn.PersonaBar.Pages.dll deleted file mode 100644 index e7a7a42e7..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.Pages.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.Prompt.dll b/References/Dnn/Dnn.PersonaBar.Prompt.dll deleted file mode 100644 index 64328f3c0..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.Prompt.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.Recyclebin.dll b/References/Dnn/Dnn.PersonaBar.Recyclebin.dll deleted file mode 100644 index ea5b0ba7e..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.Recyclebin.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.Roles.dll b/References/Dnn/Dnn.PersonaBar.Roles.dll deleted file mode 100644 index 6b2fd21f5..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.Roles.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.Security.dll b/References/Dnn/Dnn.PersonaBar.Security.dll deleted file mode 100644 index df5d3c29b..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.Security.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.Seo.dll b/References/Dnn/Dnn.PersonaBar.Seo.dll deleted file mode 100644 index 50582f4f5..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.Seo.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.Servers.dll b/References/Dnn/Dnn.PersonaBar.Servers.dll deleted file mode 100644 index 2f6472688..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.Servers.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.SiteImportExport.dll b/References/Dnn/Dnn.PersonaBar.SiteImportExport.dll deleted file mode 100644 index b95065f45..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.SiteImportExport.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.SiteSettings.dll b/References/Dnn/Dnn.PersonaBar.SiteSettings.dll deleted file mode 100644 index 93d245488..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.SiteSettings.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.Sites.dll b/References/Dnn/Dnn.PersonaBar.Sites.dll deleted file mode 100644 index 4d548e60c..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.Sites.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.SqlConsole.dll b/References/Dnn/Dnn.PersonaBar.SqlConsole.dll deleted file mode 100644 index 1a575d252..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.SqlConsole.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.TaskScheduler.dll b/References/Dnn/Dnn.PersonaBar.TaskScheduler.dll deleted file mode 100644 index f348cc7a4..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.TaskScheduler.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.Themes.dll b/References/Dnn/Dnn.PersonaBar.Themes.dll deleted file mode 100644 index 8d3eae664..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.Themes.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.UI.dll b/References/Dnn/Dnn.PersonaBar.UI.dll index 106ce8b8b..f21736cd0 100644 Binary files a/References/Dnn/Dnn.PersonaBar.UI.dll and b/References/Dnn/Dnn.PersonaBar.UI.dll differ diff --git a/References/Dnn/Dnn.PersonaBar.Users.dll b/References/Dnn/Dnn.PersonaBar.Users.dll deleted file mode 100644 index 98b2d9460..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.Users.dll and /dev/null differ diff --git a/References/Dnn/Dnn.PersonaBar.Vocabularies.dll b/References/Dnn/Dnn.PersonaBar.Vocabularies.dll deleted file mode 100644 index eb9c5b039..000000000 Binary files a/References/Dnn/Dnn.PersonaBar.Vocabularies.dll and /dev/null differ diff --git a/References/Dnn/DotNetNuke.Abstractions.deps.json b/References/Dnn/DotNetNuke.Abstractions.deps.json new file mode 100644 index 000000000..51d4d92e9 --- /dev/null +++ b/References/Dnn/DotNetNuke.Abstractions.deps.json @@ -0,0 +1,56 @@ +{ + "runtimeTarget": { + "name": ".NETStandard,Version=v2.0/", + "signature": "5a7e0a403cda02b9ab71e9ebf1bc99e2f8d3b779" + }, + "compilationOptions": {}, + "targets": { + ".NETStandard,Version=v2.0": {}, + ".NETStandard,Version=v2.0/": { + "DotNetNuke.Abstractions/1.0.0": { + "dependencies": { + "NETStandard.Library": "2.0.3", + "StyleCop.Analyzers": "1.1.118" + }, + "runtime": { + "DotNetNuke.Abstractions.dll": {} + } + }, + "Microsoft.NETCore.Platforms/1.1.0": {}, + "NETStandard.Library/2.0.3": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + } + }, + "StyleCop.Analyzers/1.1.118": {} + } + }, + "libraries": { + "DotNetNuke.Abstractions/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "path": "microsoft.netcore.platforms/1.1.0", + "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" + }, + "NETStandard.Library/2.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "path": "netstandard.library/2.0.3", + "hashPath": "netstandard.library.2.0.3.nupkg.sha512" + }, + "StyleCop.Analyzers/1.1.118": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Onx6ovGSqXSK07n/0eM3ZusiNdB6cIlJdabQhWGgJp3Vooy9AaLS/tigeybOJAobqbtggTamoWndz72JscZBvw==", + "path": "stylecop.analyzers/1.1.118", + "hashPath": "stylecop.analyzers.1.1.118.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/References/Dnn/DotNetNuke.Abstractions.dll b/References/Dnn/DotNetNuke.Abstractions.dll new file mode 100644 index 000000000..c568c5900 Binary files /dev/null and b/References/Dnn/DotNetNuke.Abstractions.dll differ diff --git a/References/Dnn/DotNetNuke.DependencyInjection.deps.json b/References/Dnn/DotNetNuke.DependencyInjection.deps.json new file mode 100644 index 000000000..779bce26e --- /dev/null +++ b/References/Dnn/DotNetNuke.DependencyInjection.deps.json @@ -0,0 +1,90 @@ +{ + "runtimeTarget": { + "name": ".NETStandard,Version=v2.0/", + "signature": "1f5282c53aa10ce4c11fcbc13200ffbe0e096fd8" + }, + "compilationOptions": {}, + "targets": { + ".NETStandard,Version=v2.0": {}, + ".NETStandard,Version=v2.0/": { + "DotNetNuke.DependencyInjection/1.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "2.1.1", + "NETStandard.Library": "2.0.3", + "StyleCop.Analyzers": "1.1.118" + }, + "runtime": { + "DotNetNuke.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection/2.1.1": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.1.1" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": { + "assemblyVersion": "2.1.1.0", + "fileVersion": "2.1.1.18157" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/2.1.1": { + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "2.1.1.0", + "fileVersion": "2.1.1.18157" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.0": {}, + "NETStandard.Library/2.0.3": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + } + }, + "StyleCop.Analyzers/1.1.118": {} + } + }, + "libraries": { + "DotNetNuke.DependencyInjection/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.DependencyInjection/2.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RVdgNWT/73M0eCpreGpWv5NmbHFGQzzW+G7nChK8ej84m+d1nzeWrtqcRYnEpKNx3B8V/Uek4tNP0WCaCNjYnQ==", + "path": "microsoft.extensions.dependencyinjection/2.1.1", + "hashPath": "microsoft.extensions.dependencyinjection.2.1.1.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/2.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MgYpU5cwZohUMKKg3sbPhvGG+eAZ/59E9UwPwlrUkyXU+PGzqwZg9yyQNjhxuAWmoNoFReoemeCku50prYSGzA==", + "path": "microsoft.extensions.dependencyinjection.abstractions/2.1.1", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.2.1.1.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "path": "microsoft.netcore.platforms/1.1.0", + "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" + }, + "NETStandard.Library/2.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "path": "netstandard.library/2.0.3", + "hashPath": "netstandard.library.2.0.3.nupkg.sha512" + }, + "StyleCop.Analyzers/1.1.118": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Onx6ovGSqXSK07n/0eM3ZusiNdB6cIlJdabQhWGgJp3Vooy9AaLS/tigeybOJAobqbtggTamoWndz72JscZBvw==", + "path": "stylecop.analyzers/1.1.118", + "hashPath": "stylecop.analyzers.1.1.118.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/References/Dnn/DotNetNuke.DependencyInjection.dll b/References/Dnn/DotNetNuke.DependencyInjection.dll new file mode 100644 index 000000000..19f30c661 Binary files /dev/null and b/References/Dnn/DotNetNuke.DependencyInjection.dll differ diff --git a/References/Dnn/DotNetNuke.HttpModules.dll b/References/Dnn/DotNetNuke.HttpModules.dll index fca4ca599..482f315c6 100644 Binary files a/References/Dnn/DotNetNuke.HttpModules.dll and b/References/Dnn/DotNetNuke.HttpModules.dll differ diff --git a/References/Dnn/DotNetNuke.Instrumentation.dll b/References/Dnn/DotNetNuke.Instrumentation.dll index 4b1b8ec61..8924952f6 100644 Binary files a/References/Dnn/DotNetNuke.Instrumentation.dll and b/References/Dnn/DotNetNuke.Instrumentation.dll differ diff --git a/References/Dnn/DotNetNuke.Log4Net.dll b/References/Dnn/DotNetNuke.Log4Net.dll index 5084b186c..b7e350106 100644 Binary files a/References/Dnn/DotNetNuke.Log4Net.dll and b/References/Dnn/DotNetNuke.Log4Net.dll differ diff --git a/References/Dnn/DotNetNuke.ModulePipeline.dll b/References/Dnn/DotNetNuke.ModulePipeline.dll new file mode 100644 index 000000000..a9d4516ea Binary files /dev/null and b/References/Dnn/DotNetNuke.ModulePipeline.dll differ diff --git a/References/Dnn/DotNetNuke.Modules.CoreMessaging.dll b/References/Dnn/DotNetNuke.Modules.CoreMessaging.dll index edc0ee336..7f99c0a85 100644 Binary files a/References/Dnn/DotNetNuke.Modules.CoreMessaging.dll and b/References/Dnn/DotNetNuke.Modules.CoreMessaging.dll differ diff --git a/References/Dnn/DotNetNuke.Modules.DigitalAssets.dll b/References/Dnn/DotNetNuke.Modules.DigitalAssets.dll index 0b283cf12..732ad6df6 100644 Binary files a/References/Dnn/DotNetNuke.Modules.DigitalAssets.dll and b/References/Dnn/DotNetNuke.Modules.DigitalAssets.dll differ diff --git a/References/Dnn/DotNetNuke.Modules.Groups.dll b/References/Dnn/DotNetNuke.Modules.Groups.dll index b6bad8c57..7f0355f55 100644 Binary files a/References/Dnn/DotNetNuke.Modules.Groups.dll and b/References/Dnn/DotNetNuke.Modules.Groups.dll differ diff --git a/References/Dnn/DotNetNuke.Modules.Html.dll b/References/Dnn/DotNetNuke.Modules.Html.dll index 923ec9556..9771ccf70 100644 Binary files a/References/Dnn/DotNetNuke.Modules.Html.dll and b/References/Dnn/DotNetNuke.Modules.Html.dll differ diff --git a/References/Dnn/DotNetNuke.Modules.HtmlEditorManager.dll b/References/Dnn/DotNetNuke.Modules.HtmlEditorManager.dll index 8f50c643a..f10104856 100644 Binary files a/References/Dnn/DotNetNuke.Modules.HtmlEditorManager.dll and b/References/Dnn/DotNetNuke.Modules.HtmlEditorManager.dll differ diff --git a/References/Dnn/DotNetNuke.Modules.Journal.dll b/References/Dnn/DotNetNuke.Modules.Journal.dll index e20f272e1..caafa2db6 100644 Binary files a/References/Dnn/DotNetNuke.Modules.Journal.dll and b/References/Dnn/DotNetNuke.Modules.Journal.dll differ diff --git a/References/Dnn/DotNetNuke.Modules.MemberDirectory.dll b/References/Dnn/DotNetNuke.Modules.MemberDirectory.dll index f917ebda1..9af9e32ba 100644 Binary files a/References/Dnn/DotNetNuke.Modules.MemberDirectory.dll and b/References/Dnn/DotNetNuke.Modules.MemberDirectory.dll differ diff --git a/References/Dnn/DotNetNuke.Modules.RazorHost.dll b/References/Dnn/DotNetNuke.Modules.RazorHost.dll index b2ee83f44..f863662e4 100644 Binary files a/References/Dnn/DotNetNuke.Modules.RazorHost.dll and b/References/Dnn/DotNetNuke.Modules.RazorHost.dll differ diff --git a/References/Dnn/DotNetNuke.Services.Syndication.dll b/References/Dnn/DotNetNuke.Services.Syndication.dll index 79951b7e9..33bfd5f67 100644 Binary files a/References/Dnn/DotNetNuke.Services.Syndication.dll and b/References/Dnn/DotNetNuke.Services.Syndication.dll differ diff --git a/References/Dnn/DotNetNuke.SiteExportImport.Library.dll b/References/Dnn/DotNetNuke.SiteExportImport.Library.dll index d68468edd..e35e98417 100644 Binary files a/References/Dnn/DotNetNuke.SiteExportImport.Library.dll and b/References/Dnn/DotNetNuke.SiteExportImport.Library.dll differ diff --git a/References/Dnn/DotNetNuke.SiteExportImport.dll b/References/Dnn/DotNetNuke.SiteExportImport.dll index 5f12ea3ea..b50b7250b 100644 Binary files a/References/Dnn/DotNetNuke.SiteExportImport.dll and b/References/Dnn/DotNetNuke.SiteExportImport.dll differ diff --git a/References/Dnn/DotNetNuke.Web.Client.dll b/References/Dnn/DotNetNuke.Web.Client.dll index ede4645dd..8e30ac1bb 100644 Binary files a/References/Dnn/DotNetNuke.Web.Client.dll and b/References/Dnn/DotNetNuke.Web.Client.dll differ diff --git a/References/Dnn/DotNetNuke.Web.DDRMenu.dll b/References/Dnn/DotNetNuke.Web.DDRMenu.dll index 1a1faaf0f..8ecb24e3e 100644 Binary files a/References/Dnn/DotNetNuke.Web.DDRMenu.dll and b/References/Dnn/DotNetNuke.Web.DDRMenu.dll differ diff --git a/References/Dnn/DotNetNuke.Web.Deprecated.dll b/References/Dnn/DotNetNuke.Web.Deprecated.dll index d8fc612a0..99982f9af 100644 Binary files a/References/Dnn/DotNetNuke.Web.Deprecated.dll and b/References/Dnn/DotNetNuke.Web.Deprecated.dll differ diff --git a/References/Dnn/DotNetNuke.Web.Mvc.dll b/References/Dnn/DotNetNuke.Web.Mvc.dll index dba49815a..8c7425f79 100644 Binary files a/References/Dnn/DotNetNuke.Web.Mvc.dll and b/References/Dnn/DotNetNuke.Web.Mvc.dll differ diff --git a/References/Dnn/DotNetNuke.Web.Razor.dll b/References/Dnn/DotNetNuke.Web.Razor.dll index b3d3b50b8..711615448 100644 Binary files a/References/Dnn/DotNetNuke.Web.Razor.dll and b/References/Dnn/DotNetNuke.Web.Razor.dll differ diff --git a/References/Dnn/DotNetNuke.Web.dll b/References/Dnn/DotNetNuke.Web.dll index 0d9857ee9..bb0c2a57b 100644 Binary files a/References/Dnn/DotNetNuke.Web.dll and b/References/Dnn/DotNetNuke.Web.dll differ diff --git a/References/Dnn/DotNetNuke.WebUtility.dll b/References/Dnn/DotNetNuke.WebUtility.dll index ef9ad32d5..fe8994794 100644 Binary files a/References/Dnn/DotNetNuke.WebUtility.dll and b/References/Dnn/DotNetNuke.WebUtility.dll differ diff --git a/References/Dnn/DotNetNuke.Website.Deprecated.dll b/References/Dnn/DotNetNuke.Website.Deprecated.dll new file mode 100644 index 000000000..320cc99e0 Binary files /dev/null and b/References/Dnn/DotNetNuke.Website.Deprecated.dll differ diff --git a/References/Dnn/DotNetNuke.Website.dll b/References/Dnn/DotNetNuke.Website.dll index aa5fbe92b..108b319b7 100644 Binary files a/References/Dnn/DotNetNuke.Website.dll and b/References/Dnn/DotNetNuke.Website.dll differ diff --git a/References/Dnn/DotNetNuke.dll b/References/Dnn/DotNetNuke.dll index 5593c6223..45611c493 100644 Binary files a/References/Dnn/DotNetNuke.dll and b/References/Dnn/DotNetNuke.dll differ diff --git a/References/Dnn/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/References/Dnn/Microsoft.Extensions.DependencyInjection.Abstractions.dll new file mode 100644 index 000000000..7d8769b80 Binary files /dev/null and b/References/Dnn/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ diff --git a/References/Dnn/Microsoft.Extensions.DependencyInjection.dll b/References/Dnn/Microsoft.Extensions.DependencyInjection.dll new file mode 100644 index 000000000..2545da72c Binary files /dev/null and b/References/Dnn/Microsoft.Extensions.DependencyInjection.dll differ diff --git a/References/Dnn/Microsoft.Extensions.FileSystemGlobbing.dll b/References/Dnn/Microsoft.Extensions.FileSystemGlobbing.dll new file mode 100644 index 000000000..a47fc72fd Binary files /dev/null and b/References/Dnn/Microsoft.Extensions.FileSystemGlobbing.dll differ diff --git a/References/Dnn/PetaPoco.dll b/References/Dnn/PetaPoco.dll index d04e18268..519cc1860 100644 Binary files a/References/Dnn/PetaPoco.dll and b/References/Dnn/PetaPoco.dll differ diff --git a/References/Dnn/Providers/DotNetNuke.Providers.AspNetClientCapabilityProvider.dll b/References/Dnn/Providers/DotNetNuke.Providers.AspNetClientCapabilityProvider.dll index b68c9baf2..7233bca29 100644 Binary files a/References/Dnn/Providers/DotNetNuke.Providers.AspNetClientCapabilityProvider.dll and b/References/Dnn/Providers/DotNetNuke.Providers.AspNetClientCapabilityProvider.dll differ diff --git a/References/Dnn/Providers/DotNetNuke.Providers.Caching.SimpleWebFarmCachingProvider.dll b/References/Dnn/Providers/DotNetNuke.Providers.Caching.SimpleWebFarmCachingProvider.dll new file mode 100644 index 000000000..18d61fb09 Binary files /dev/null and b/References/Dnn/Providers/DotNetNuke.Providers.Caching.SimpleWebFarmCachingProvider.dll differ diff --git a/References/Dnn/Providers/DotNetNuke.Providers.FolderProviders.dll b/References/Dnn/Providers/DotNetNuke.Providers.FolderProviders.dll index 1a902d64f..cde91dddf 100644 Binary files a/References/Dnn/Providers/DotNetNuke.Providers.FolderProviders.dll and b/References/Dnn/Providers/DotNetNuke.Providers.FolderProviders.dll differ diff --git a/References/Misc/EFModelAdapter/Model Adapter/BrandonHaynes.EntityFrameworkModuleSample.csproj b/References/Misc/EFModelAdapter/Model Adapter/BrandonHaynes.EntityFrameworkModuleSample.csproj index 3139a96cf..63c163cf4 100644 --- a/References/Misc/EFModelAdapter/Model Adapter/BrandonHaynes.EntityFrameworkModuleSample.csproj +++ b/References/Misc/EFModelAdapter/Model Adapter/BrandonHaynes.EntityFrameworkModuleSample.csproj @@ -10,7 +10,7 @@ Properties BrandonHaynes.LinqModuleSample BrandonHaynes.LinqModuleSample - v3.5 + v4.7.2 SAK SAK SAK @@ -42,21 +42,11 @@
- - 3.5 - - - 3.5 - - - 3.5 - - - 3.5 - - - 3.5 - + + + + + @@ -125,14 +115,7 @@ - False - True - 58624 - / - - - False - False + True diff --git a/References/Misc/EFModelAdapter/Model Adapter/BrandonHaynes.ModelAdapter.EntityFramework.csproj b/References/Misc/EFModelAdapter/Model Adapter/BrandonHaynes.ModelAdapter.EntityFramework.csproj index f14d21abe..613ddf6ec 100644 --- a/References/Misc/EFModelAdapter/Model Adapter/BrandonHaynes.ModelAdapter.EntityFramework.csproj +++ b/References/Misc/EFModelAdapter/Model Adapter/BrandonHaynes.ModelAdapter.EntityFramework.csproj @@ -10,7 +10,7 @@ Properties BrandonHaynes.ModelAdapter.EntityFramework BrandonHaynes.ModelAdapter.EntityFramework - v4.0 + v4.7.2 512 SAK SAK @@ -47,20 +47,12 @@ - - 3.5 - - - 3.5 - - - 3.0 - + + + - - 3.5 - + diff --git a/References/Misc/EFModelAdapter/Samples/Console Sample/Console Sample.csproj b/References/Misc/EFModelAdapter/Samples/Console Sample/Console Sample.csproj index baefc505d..fa4371392 100644 --- a/References/Misc/EFModelAdapter/Samples/Console Sample/Console Sample.csproj +++ b/References/Misc/EFModelAdapter/Samples/Console Sample/Console Sample.csproj @@ -10,7 +10,7 @@ Properties Console_Sample Console Sample - v3.5 + v4.7.2 512 publish\ true @@ -56,24 +56,14 @@ - - 3.5 - - - 3.5 - + + - - 3.0 - + - - 3.5 - - - 3.5 - + + diff --git a/WebDeploy/Build.proj b/WebDeploy/Build.proj index 09e6a8e2c..21104b80a 100644 --- a/WebDeploy/Build.proj +++ b/WebDeploy/Build.proj @@ -61,8 +61,8 @@ $(RootFolder)\_Build\_CMS-Upgrade $(RootFolder)\_Install $(RootFolder)\_Build - DNN_Platform_9.2.2.178_Install.zip - DNN_Platform_9.2.2.178_Upgrade.zip + DNN_Platform_9.8.0_Install.zip + DNN_Platform_9.8.0_Upgrade.zip HotcakesBranding Install $(RootFolder)\_Build\_Source diff --git a/WebDeploy/DNN_Platform_9.2.2.178_Upgrade.zip b/WebDeploy/DNN_Platform_9.8.0_Install.zip similarity index 69% rename from WebDeploy/DNN_Platform_9.2.2.178_Upgrade.zip rename to WebDeploy/DNN_Platform_9.8.0_Install.zip index 588b8df3e..361673e4a 100644 Binary files a/WebDeploy/DNN_Platform_9.2.2.178_Upgrade.zip and b/WebDeploy/DNN_Platform_9.8.0_Install.zip differ diff --git a/WebDeploy/DNN_Platform_9.2.2.178_Install.zip b/WebDeploy/DNN_Platform_9.8.0_Upgrade.zip similarity index 70% rename from WebDeploy/DNN_Platform_9.2.2.178_Install.zip rename to WebDeploy/DNN_Platform_9.8.0_Upgrade.zip index 556ae39b5..67a0e76d4 100644 Binary files a/WebDeploy/DNN_Platform_9.2.2.178_Install.zip and b/WebDeploy/DNN_Platform_9.8.0_Upgrade.zip differ diff --git a/Website/DesktopModules/Hotcakes/AffiliateDashboard/AffiliateDashboardView.ascx.cs b/Website/DesktopModules/Hotcakes/AffiliateDashboard/AffiliateDashboardView.ascx.cs index f4b03d639..ea0af46fa 100644 --- a/Website/DesktopModules/Hotcakes/AffiliateDashboard/AffiliateDashboardView.ascx.cs +++ b/Website/DesktopModules/Hotcakes/AffiliateDashboard/AffiliateDashboardView.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Cart/Settings.ascx.cs b/Website/DesktopModules/Hotcakes/Cart/Settings.ascx.cs index 1b1d59cc1..44658a433 100644 --- a/Website/DesktopModules/Hotcakes/Cart/Settings.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Cart/Settings.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/CategoryMenu/Settings.ascx.cs b/Website/DesktopModules/Hotcakes/CategoryMenu/Settings.ascx.cs index 7458a1680..f37c37d9c 100644 --- a/Website/DesktopModules/Hotcakes/CategoryMenu/Settings.ascx.cs +++ b/Website/DesktopModules/Hotcakes/CategoryMenu/Settings.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/CategoryViewer/Settings.ascx.cs b/Website/DesktopModules/Hotcakes/CategoryViewer/Settings.ascx.cs index 94f92abbf..ac8c7b97b 100644 --- a/Website/DesktopModules/Hotcakes/CategoryViewer/Settings.ascx.cs +++ b/Website/DesktopModules/Hotcakes/CategoryViewer/Settings.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Checkout/Settings.ascx.cs b/Website/DesktopModules/Hotcakes/Checkout/Settings.ascx.cs index 090793a48..1114173a1 100644 --- a/Website/DesktopModules/Hotcakes/Checkout/Settings.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Checkout/Settings.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/ContentBlocks/Settings.ascx.cs b/Website/DesktopModules/Hotcakes/ContentBlocks/Settings.ascx.cs index 54099fe96..8d0dfbd47 100644 --- a/Website/DesktopModules/Hotcakes/ContentBlocks/Settings.ascx.cs +++ b/Website/DesktopModules/Hotcakes/ContentBlocks/Settings.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/BaseAdminPage.cs b/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/BaseAdminPage.cs index 41cd62b44..afef03f8c 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/BaseAdminPage.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/BaseAdminPage.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/BaseMasterPage.cs b/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/BaseMasterPage.cs index 2ad66ebc0..5752c9471 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/BaseMasterPage.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/BaseMasterPage.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/CategoriesHelper.cs b/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/CategoriesHelper.cs index df2b28d63..703750f90 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/CategoriesHelper.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/CategoriesHelper.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/MenuItem.cs b/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/MenuItem.cs index 066179bc6..aacf648a2 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/MenuItem.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/MenuItem.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/MenuProvider.cs b/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/MenuProvider.cs index d22262199..683158b9d 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/MenuProvider.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/AppCode/MenuProvider.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories.aspx.cs index f55ed3620..f162c05d9 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_Edit.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_Edit.aspx.cs index 4cbf362b9..0598a6362 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_Edit.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_Edit.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_ManualSelection.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_ManualSelection.aspx.cs index 84345f9f4..4725b58f7 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_ManualSelection.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_ManualSelection.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_Performance.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_Performance.aspx.cs index ab1dc58a5..fe94b01ed 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_Performance.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_Performance.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_Roles.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_Roles.aspx.cs index fc01898da..7fa9e93e1 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_Roles.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Categories_Roles.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Default.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Default.aspx.cs index bc52760da..647f140e4 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Default.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Default.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/FileVault.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/FileVault.aspx.cs index 2c17d2b95..18662fb61 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/FileVault.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/FileVault.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/FileVaultDetailsView.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/FileVaultDetailsView.aspx.cs index 563ee475f..c7e7b8db6 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/FileVaultDetailsView.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/FileVaultDetailsView.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/GiftCards.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/GiftCards.aspx.cs index c57841032..75f77bdda 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/GiftCards.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/GiftCards.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/MembershipProductTypes.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/MembershipProductTypes.aspx.cs index 5d4154234..68731425d 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/MembershipProductTypes.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/MembershipProductTypes.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductChoices.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductChoices.aspx.cs index f379a9c11..352272d64 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductChoices.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductChoices.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductChoices_Edit.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductChoices_Edit.aspx.cs index 456bb577a..e352a562c 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductChoices_Edit.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductChoices_Edit.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductChoices_Variants.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductChoices_Variants.aspx.cs index 9e5013285..53de66cbb 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductChoices_Variants.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductChoices_Variants.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductSharedChoices.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductSharedChoices.aspx.cs index bf87eebd3..3d8ef5f74 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductSharedChoices.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductSharedChoices.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductSharedChoices_Edit.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductSharedChoices_Edit.aspx.cs index 697c8befd..df82014e2 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductSharedChoices_Edit.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductSharedChoices_Edit.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductTypePropertiesEdit.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductTypePropertiesEdit.aspx.cs index a34cb41e3..557c3dcb0 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductTypePropertiesEdit.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductTypePropertiesEdit.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductUpSellCrossSell.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductUpSellCrossSell.aspx.cs index a5025039b..c2527dcdf 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductUpSellCrossSell.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductUpSellCrossSell.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductsEdit_Tabs.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductsEdit_Tabs.aspx.cs index 77a772635..036cfdd1d 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductsEdit_Tabs.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ProductsEdit_Tabs.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Products_Edit.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Products_Edit.aspx.cs index cec1e04d6..b696d1efd 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Products_Edit.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Products_Edit.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ReviewsToModerate.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ReviewsToModerate.aspx.cs index 0497509a3..406e91f36 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ReviewsToModerate.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/ReviewsToModerate.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Reviews_Edit.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Reviews_Edit.aspx.cs index a52973423..63bd4e9be 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Reviews_Edit.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Catalog/Reviews_Edit.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Configuration/Extensibility.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Configuration/Extensibility.aspx.cs index ae4a48fc8..b6721baeb 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Configuration/Extensibility.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Configuration/Extensibility.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Configuration/Orders.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Configuration/Orders.aspx.cs index 26c90d9b8..ddd667777 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Configuration/Orders.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Configuration/Orders.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Configuration/PageConfiguration.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Configuration/PageConfiguration.aspx.cs index 21420a773..eb5f4a268 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Configuration/PageConfiguration.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Configuration/PageConfiguration.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Content/Columns.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Content/Columns.aspx.cs index c5ba2609a..8e7bc71af 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Content/Columns.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Content/Columns.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Content/Columns_Edit.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Content/Columns_Edit.aspx.cs index 3a3eff1ea..76fae934e 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Content/Columns_Edit.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Content/Columns_Edit.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/AffiliatePaymentDialog.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/AffiliatePaymentDialog.ascx.cs index 54b3712bf..b9b7c4f98 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/AffiliatePaymentDialog.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/AffiliatePaymentDialog.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/AffiliatePaymentEditor.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/AffiliatePaymentEditor.ascx.cs index e3b8cd2f8..3b0850d78 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/AffiliatePaymentEditor.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/AffiliatePaymentEditor.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/CreditCardInput.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/CreditCardInput.ascx.cs index b43f2e547..3acdfbe84 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/CreditCardInput.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/CreditCardInput.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/DatePickerNavigation.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/DatePickerNavigation.ascx.cs index 231396754..b7f5ece36 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/DatePickerNavigation.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/DatePickerNavigation.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/DateRangePicker.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/DateRangePicker.ascx.cs index 7325018d1..b0742643e 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/DateRangePicker.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/DateRangePicker.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/FilePicker.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/FilePicker.ascx.cs index d565ad0ca..2bf384f05 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/FilePicker.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/FilePicker.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/MembershipTypeEdit.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/MembershipTypeEdit.ascx.cs index f415576e3..9b15c34f1 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/MembershipTypeEdit.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/MembershipTypeEdit.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/OptionItemEditor.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/OptionItemEditor.ascx.cs index 63da248e4..017f0e58b 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/OptionItemEditor.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/OptionItemEditor.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/ProductPicker.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/ProductPicker.ascx.cs index 9351095ab..a8c36fd97 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/ProductPicker.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/ProductPicker.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/ProductReviewEditor.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/ProductReviewEditor.ascx.cs index 9bfde4e5a..9ca03c940 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/ProductReviewEditor.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/ProductReviewEditor.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/SimpleProductFilter.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/SimpleProductFilter.ascx.cs index ddc23adec..272c46a3e 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/SimpleProductFilter.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/SimpleProductFilter.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/UrlsAssociated.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/UrlsAssociated.ascx.cs index b29be8439..78fe1cc88 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/UrlsAssociated.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/UrlsAssociated.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/UserPicker.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/UserPicker.ascx.cs index f840caa7b..ed005831d 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Controls/UserPicker.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Controls/UserPicker.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Dashboard/DashboardHandler.ashx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Dashboard/DashboardHandler.ashx.cs index f41e8935a..319a6cdf0 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Dashboard/DashboardHandler.ashx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Dashboard/DashboardHandler.ashx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Header.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Header.ascx.cs index c9e010f72..c21f539c0 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Header.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Header.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/Promotions.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/Promotions.aspx.cs index 1bb8d9cd3..c55f9fb32 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/Promotions.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/Promotions.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/Promotions_Edit.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/Promotions_Edit.aspx.cs index 5222843be..5ad41cd11 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/Promotions_Edit.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/Promotions_Edit.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/Qualifications/ProductTypeEditor.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/Qualifications/ProductTypeEditor.ascx.cs index 1cd81b9bc..e0926cca1 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/Qualifications/ProductTypeEditor.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/Qualifications/ProductTypeEditor.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/RewardsPoints.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/RewardsPoints.aspx.cs index d30aadf71..d4b6f4014 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/RewardsPoints.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Marketing/RewardsPoints.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Orders/CreateOrder.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Orders/CreateOrder.aspx.cs index 8029f394b..fc7e82dce 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Orders/CreateOrder.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Orders/CreateOrder.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Orders/Default.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Orders/Default.aspx.cs index bb944fc0a..613e77cee 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Orders/Default.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Orders/Default.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Orders/EditOrder.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Orders/EditOrder.aspx.cs index 6d2e38ea3..fd4eacc6b 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Orders/EditOrder.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Orders/EditOrder.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Orders/PaymentInformation.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Orders/PaymentInformation.ascx.cs index ab66a201d..9d2d66f74 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Orders/PaymentInformation.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Orders/PaymentInformation.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Orders/PrintOrder.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Orders/PrintOrder.aspx.cs index 221105beb..09b168d08 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Orders/PrintOrder.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Orders/PrintOrder.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Orders/ReceivePayments.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Orders/ReceivePayments.ascx.cs index 71ee49e20..3fa795b05 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Orders/ReceivePayments.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Orders/ReceivePayments.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Parts/Editors/TinyMCE/Editor.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Parts/Editors/TinyMCE/Editor.ascx.cs index 614c5dc91..249c6b3e9 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Parts/Editors/TinyMCE/Editor.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Parts/Editors/TinyMCE/Editor.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Parts/PaymentMethods/CreditCard/Edit.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Parts/PaymentMethods/CreditCard/Edit.ascx.cs index ca4c7219f..9613fe196 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Parts/PaymentMethods/CreditCard/Edit.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Parts/PaymentMethods/CreditCard/Edit.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/People/Users_Edit.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/People/Users_Edit.aspx.cs index a7f984247..60619428f 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/People/Users_Edit.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/People/Users_Edit.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/People/Users_Roles.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/People/Users_Roles.aspx.cs index 95d791da1..929d98c93 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/People/Users_Roles.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/People/Users_Roles.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Reports/Sales By Coupon/View.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Reports/Sales By Coupon/View.aspx.cs index cb6af9327..19f8dc3dd 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Reports/Sales By Coupon/View.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Reports/Sales By Coupon/View.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/Reports/Sales Tax Report/View.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/Reports/Sales Tax Report/View.aspx.cs index 3c446c20c..5a935e2f0 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/Reports/Sales Tax Report/View.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/Reports/Sales Tax Report/View.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/SetupWizard.aspx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/SetupWizard.aspx.cs index a36a2f749..dbe16e2cf 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/SetupWizard.aspx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/SetupWizard.aspx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step0Dashboard.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step0Dashboard.ascx.cs index 9e79abe9b..d6192eb18 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step0Dashboard.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step0Dashboard.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step1General.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step1General.ascx.cs index ee0f90c1c..2c01948f2 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step1General.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step1General.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step2Payment.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step2Payment.ascx.cs index 9e8e2dc88..b3e41ff5f 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step2Payment.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step2Payment.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step3Shipping.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step3Shipping.ascx.cs index fadf1e59c..77b32a686 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step3Shipping.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step3Shipping.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step4Taxes.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step4Taxes.ascx.cs index 51e0535bb..d5ee56ff1 100644 --- a/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step4Taxes.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Admin/SetupWizard/Step4Taxes.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Api/Rest/ProductsHandler.cs b/Website/DesktopModules/Hotcakes/Core/Api/Rest/ProductsHandler.cs index 393dd382d..1e32727cb 100644 --- a/Website/DesktopModules/Hotcakes/Core/Api/Rest/ProductsHandler.cs +++ b/Website/DesktopModules/Hotcakes/Core/Api/Rest/ProductsHandler.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/AppCode/Html.cs b/Website/DesktopModules/Hotcakes/Core/AppCode/Html.cs index 765091901..f82777305 100644 --- a/Website/DesktopModules/Hotcakes/Core/AppCode/Html.cs +++ b/Website/DesktopModules/Hotcakes/Core/AppCode/Html.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Areas/Account/Models/SavedItemViewModel.cs b/Website/DesktopModules/Hotcakes/Core/Areas/Account/Models/SavedItemViewModel.cs index 80d54f4f8..e7d58484b 100644 --- a/Website/DesktopModules/Hotcakes/Core/Areas/Account/Models/SavedItemViewModel.cs +++ b/Website/DesktopModules/Hotcakes/Core/Areas/Account/Models/SavedItemViewModel.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/ClearUploadTempFilesJob.cs b/Website/DesktopModules/Hotcakes/Core/ClearUploadTempFilesJob.cs index 97a6173ab..d31bfb684 100644 --- a/Website/DesktopModules/Hotcakes/Core/ClearUploadTempFilesJob.cs +++ b/Website/DesktopModules/Hotcakes/Core/ClearUploadTempFilesJob.cs @@ -2,7 +2,7 @@ // Distributed under the MIT License // ============================================================ -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Controllers/AffiliateDashboardController.cs b/Website/DesktopModules/Hotcakes/Core/Controllers/AffiliateDashboardController.cs index e390d45a8..4837e41a7 100644 --- a/Website/DesktopModules/Hotcakes/Core/Controllers/AffiliateDashboardController.cs +++ b/Website/DesktopModules/Hotcakes/Core/Controllers/AffiliateDashboardController.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Controllers/CartController.cs b/Website/DesktopModules/Hotcakes/Core/Controllers/CartController.cs index 44e5ce865..842ed11bb 100644 --- a/Website/DesktopModules/Hotcakes/Core/Controllers/CartController.cs +++ b/Website/DesktopModules/Hotcakes/Core/Controllers/CartController.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, @@ -28,6 +28,7 @@ using System.Collections.Generic; using System.Linq; using System.Web.Mvc; +using DotNetNuke.Instrumentation; using Hotcakes.Commerce; using Hotcakes.Commerce.Analytics; using Hotcakes.Commerce.BusinessRules; @@ -46,6 +47,7 @@ using Hotcakes.Modules.Core.Integration; using Hotcakes.Modules.Core.Models; using Hotcakes.Web.Logging; +using Newtonsoft.Json; namespace Hotcakes.Modules.Core.Controllers { @@ -53,6 +55,7 @@ namespace Hotcakes.Modules.Core.Controllers public class CartController : BaseStoreController { private const string HCC_KEY = "hcc"; + private static readonly ILog Logger = LoggerSource.Instance.GetLogger(typeof(CartController)); private void AddSingleProduct(Product p, int quantity) { @@ -321,6 +324,7 @@ private List GetRates() #region Main Cart Actions // GET: /Cart/ + [Obsolete("This action is no longer used to load the minicart content.")] [NonCacheableResponseFilter] public ActionResult Index() { @@ -342,6 +346,49 @@ public ActionResult Index() return View(model); } + // GET: /MiniCart/ + [NonCacheableResponseFilter] + public ActionResult MiniCart() + { + try { + + var model = new MiniCartViewModel + { + TotalQuantity = (CurrentCart != null && CurrentCart.Items != null) ? CurrentCart.Items.Count : 0 + }; + + return View(model); + } + catch(Exception ex){ + Logger.Error(JsonConvert.SerializeObject(ex.Message)); + return View("MiniCartError"); + } + } + + // POST: /MiniCartItems + [ActionName("MiniCartItems")] + [HccHttpPost] + public JsonResult GetMiniCartItems() + { + try + { + var model = IndexSetup(); + HandleActionParams(); + CheckForQuickAdd(); + LoadCart(model); + ValidateOrderCoupons(); + CheckFreeItems(model); + CheckForStockOnItems(model); + + return Json(model); + } + catch (Exception ex) + { + Logger.Error(JsonConvert.SerializeObject(ex.Message)); + return Json(500); + } + } + // POST: /Cart/ [ActionName("Index")] [HccHttpPost] diff --git a/Website/DesktopModules/Hotcakes/Core/Controllers/CategoryController.cs b/Website/DesktopModules/Hotcakes/Core/Controllers/CategoryController.cs index 636e3dd93..7cb15d0a0 100644 --- a/Website/DesktopModules/Hotcakes/Core/Controllers/CategoryController.cs +++ b/Website/DesktopModules/Hotcakes/Core/Controllers/CategoryController.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Controllers/CheckoutController.PaymentError.cs b/Website/DesktopModules/Hotcakes/Core/Controllers/CheckoutController.PaymentError.cs index 6dcb95ae9..5084c33ad 100644 --- a/Website/DesktopModules/Hotcakes/Core/Controllers/CheckoutController.PaymentError.cs +++ b/Website/DesktopModules/Hotcakes/Core/Controllers/CheckoutController.PaymentError.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Controllers/ProductsController.cs b/Website/DesktopModules/Hotcakes/Core/Controllers/ProductsController.cs index b95976e7b..7824d78ff 100644 --- a/Website/DesktopModules/Hotcakes/Core/Controllers/ProductsController.cs +++ b/Website/DesktopModules/Hotcakes/Core/Controllers/ProductsController.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Controllers/SearchController.cs b/Website/DesktopModules/Hotcakes/Core/Controllers/SearchController.cs index e45825690..f6955eeae 100644 --- a/Website/DesktopModules/Hotcakes/Core/Controllers/SearchController.cs +++ b/Website/DesktopModules/Hotcakes/Core/Controllers/SearchController.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Controllers/Shared/BaseStoreController.cs b/Website/DesktopModules/Hotcakes/Core/Controllers/Shared/BaseStoreController.cs index c0c9e91fd..b5a20ee30 100644 --- a/Website/DesktopModules/Hotcakes/Core/Controllers/Shared/BaseStoreController.cs +++ b/Website/DesktopModules/Hotcakes/Core/Controllers/Shared/BaseStoreController.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Controls/ProductPicker.ascx.cs b/Website/DesktopModules/Hotcakes/Core/Controls/ProductPicker.ascx.cs index 444fb7eba..445d9db2b 100644 --- a/Website/DesktopModules/Hotcakes/Core/Controls/ProductPicker.ascx.cs +++ b/Website/DesktopModules/Hotcakes/Core/Controls/ProductPicker.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/HotcakesController.cs b/Website/DesktopModules/Hotcakes/Core/HotcakesController.cs index 012931ceb..61e87619c 100644 --- a/Website/DesktopModules/Hotcakes/Core/HotcakesController.cs +++ b/Website/DesktopModules/Hotcakes/Core/HotcakesController.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, @@ -831,6 +831,7 @@ private void LogError(string message, Exception ex) "Hotcakes.AffiliateDashboard", //SkinObjects "Hotcakes.SkinAffiliate", + "Hotcakes.MiniCartSkinObject", "Hotcakes.SkinSearch" }; diff --git a/Website/DesktopModules/Hotcakes/Core/Models/AffiliateDashboardViewModel.cs b/Website/DesktopModules/Hotcakes/Core/Models/AffiliateDashboardViewModel.cs index 7b8504458..5219b61a5 100644 --- a/Website/DesktopModules/Hotcakes/Core/Models/AffiliateDashboardViewModel.cs +++ b/Website/DesktopModules/Hotcakes/Core/Models/AffiliateDashboardViewModel.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Models/BreadCrumbViewModel.cs b/Website/DesktopModules/Hotcakes/Core/Models/BreadCrumbViewModel.cs index 171d566bb..5f194e6a8 100644 --- a/Website/DesktopModules/Hotcakes/Core/Models/BreadCrumbViewModel.cs +++ b/Website/DesktopModules/Hotcakes/Core/Models/BreadCrumbViewModel.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Models/CategoryFilterViewModel.cs b/Website/DesktopModules/Hotcakes/Core/Models/CategoryFilterViewModel.cs index 5eef09115..4d9703c1c 100644 --- a/Website/DesktopModules/Hotcakes/Core/Models/CategoryFilterViewModel.cs +++ b/Website/DesktopModules/Hotcakes/Core/Models/CategoryFilterViewModel.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Models/CategoryPageViewModel.cs b/Website/DesktopModules/Hotcakes/Core/Models/CategoryPageViewModel.cs index 8307acc14..c4781ba93 100644 --- a/Website/DesktopModules/Hotcakes/Core/Models/CategoryPageViewModel.cs +++ b/Website/DesktopModules/Hotcakes/Core/Models/CategoryPageViewModel.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Models/CheckoutViewModel.cs b/Website/DesktopModules/Hotcakes/Core/Models/CheckoutViewModel.cs index 09eafa797..d01f10b8c 100644 --- a/Website/DesktopModules/Hotcakes/Core/Models/CheckoutViewModel.cs +++ b/Website/DesktopModules/Hotcakes/Core/Models/CheckoutViewModel.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Models/Json/DrillDownJsonModel.cs b/Website/DesktopModules/Hotcakes/Core/Models/Json/DrillDownJsonModel.cs index ec038654e..67115d91e 100644 --- a/Website/DesktopModules/Hotcakes/Core/Models/Json/DrillDownJsonModel.cs +++ b/Website/DesktopModules/Hotcakes/Core/Models/Json/DrillDownJsonModel.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Models/Json/SingleProductJsonModel.cs b/Website/DesktopModules/Hotcakes/Core/Models/Json/SingleProductJsonModel.cs index 4d64ce9be..ec64def7d 100644 --- a/Website/DesktopModules/Hotcakes/Core/Models/Json/SingleProductJsonModel.cs +++ b/Website/DesktopModules/Hotcakes/Core/Models/Json/SingleProductJsonModel.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Models/MiniCartViewModel.cs b/Website/DesktopModules/Hotcakes/Core/Models/MiniCartViewModel.cs new file mode 100644 index 000000000..6ba8e8291 --- /dev/null +++ b/Website/DesktopModules/Hotcakes/Core/Models/MiniCartViewModel.cs @@ -0,0 +1,26 @@ +using System; + +namespace Hotcakes.Modules.Core.Models +{ + /// + /// Represents the mini cart (pending order) shown on the cart page before checkout. + /// + [Serializable] + public class MiniCartViewModel + { + /// + /// Set default values for each property. + /// + public MiniCartViewModel() + { + TotalQuantity = 0; + } + + /// + /// The total cont of items currently in the cart / order. + /// To keep this lightweight we just return the number of items. + /// Upon hover of the mini cart it will load the items in the cart. + /// + public int TotalQuantity { get; set; } + } +} \ No newline at end of file diff --git a/Website/DesktopModules/Hotcakes/Core/Models/ProductPageViewModel.cs b/Website/DesktopModules/Hotcakes/Core/Models/ProductPageViewModel.cs index 6191b76b6..24b005ee9 100644 --- a/Website/DesktopModules/Hotcakes/Core/Models/ProductPageViewModel.cs +++ b/Website/DesktopModules/Hotcakes/Core/Models/ProductPageViewModel.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Models/SearchPageViewModel.cs b/Website/DesktopModules/Hotcakes/Core/Models/SearchPageViewModel.cs index b4c250bc1..4e25bcb4b 100644 --- a/Website/DesktopModules/Hotcakes/Core/Models/SearchPageViewModel.cs +++ b/Website/DesktopModules/Hotcakes/Core/Models/SearchPageViewModel.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Models/SingleCategoryViewModel.cs b/Website/DesktopModules/Hotcakes/Core/Models/SingleCategoryViewModel.cs index 5bb39b295..21a9e5f82 100644 --- a/Website/DesktopModules/Hotcakes/Core/Models/SingleCategoryViewModel.cs +++ b/Website/DesktopModules/Hotcakes/Core/Models/SingleCategoryViewModel.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Models/SingleProductViewModel.cs b/Website/DesktopModules/Hotcakes/Core/Models/SingleProductViewModel.cs index 0be961b7d..edc62dd05 100644 --- a/Website/DesktopModules/Hotcakes/Core/Models/SingleProductViewModel.cs +++ b/Website/DesktopModules/Hotcakes/Core/Models/SingleProductViewModel.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Settings/CategoryModuleSettings.cs b/Website/DesktopModules/Hotcakes/Core/Settings/CategoryModuleSettings.cs index 3df9785ac..0bf2de38b 100644 --- a/Website/DesktopModules/Hotcakes/Core/Settings/CategoryModuleSettings.cs +++ b/Website/DesktopModules/Hotcakes/Core/Settings/CategoryModuleSettings.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Core/Settings/SearchModuleSettings.cs b/Website/DesktopModules/Hotcakes/Core/Settings/SearchModuleSettings.cs index e73e8cb6d..e9be194a7 100644 --- a/Website/DesktopModules/Hotcakes/Core/Settings/SearchModuleSettings.cs +++ b/Website/DesktopModules/Hotcakes/Core/Settings/SearchModuleSettings.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/FeaturedProducts/Settings.ascx.cs b/Website/DesktopModules/Hotcakes/FeaturedProducts/Settings.ascx.cs index 42139d7e6..ec097304d 100644 --- a/Website/DesktopModules/Hotcakes/FeaturedProducts/Settings.ascx.cs +++ b/Website/DesktopModules/Hotcakes/FeaturedProducts/Settings.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/Hotcakes.Modules.csproj b/Website/DesktopModules/Hotcakes/Hotcakes.Modules.csproj index c1065077d..b06ddec3b 100644 --- a/Website/DesktopModules/Hotcakes/Hotcakes.Modules.csproj +++ b/Website/DesktopModules/Hotcakes/Hotcakes.Modules.csproj @@ -435,6 +435,7 @@ + @@ -2599,6 +2600,7 @@ StoreNotFound.ascx + Performance.ashx @@ -3225,6 +3227,13 @@ Settings.ascx + + MiniCartView.ascx + ASPXCodeBehind + + + MiniCartView.ascx + Settings.ascx ASPXCodeBehind @@ -4197,7 +4206,7 @@ - 12.0 + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) zip Hotcakes @@ -4214,15 +4223,7 @@ - False - True - 34054 - / - http://localhost.hotcakes/DesktopModules/Hotcakes - False - True - http://localhost.hotcakes/ - False + True diff --git a/Website/DesktopModules/Hotcakes/Hotcakes.dnn b/Website/DesktopModules/Hotcakes/Hotcakes.dnn index ee53f368d..016af5b06 100644 --- a/Website/DesktopModules/Hotcakes/Hotcakes.dnn +++ b/Website/DesktopModules/Hotcakes/Hotcakes.dnn @@ -1,6 +1,6 @@ - + Hotcakes Commerce ~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png @@ -14,7 +14,7 @@ true - 09.02.02 + 09.08.00 @@ -58,7 +58,7 @@ Hotcakes.Modules.Core.HotcakesController, Hotcakes.Modules [DESKTOPMODULEID] - 01.00.00,01.00.07,01.05.00,01.06.00,01.07.00,01.08.00,01.09.00,01.10.00,02.00.00,02.00.01,02.00.02,02.00.03,02.00.04,02.00.05,02.00.06,03.00.00,03.00.01,03.01.00,03.02.00,03.02.01,03.02.02,03.02.03,03.03.00,03.04.00,03.04.01,03.05.00,03.06.00,03.07.00 + 01.00.00,01.00.07,01.05.00,01.06.00,01.07.00,01.08.00,01.09.00,01.10.00,02.00.00,02.00.01,02.00.02,02.00.03,02.00.04,02.00.05,02.00.06,03.00.00,03.00.01,03.01.00,03.02.00,03.02.01,03.02.02,03.02.03,03.03.00,03.04.00,03.04.01,03.05.00,03.06.00,03.07.00,03.08.00 @@ -213,7 +213,7 @@ @@ -558,7 +558,7 @@ - + Hotcakes Extension Url Provider ~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png @@ -584,7 +584,7 @@ - + Hotcakes Address Book Core/Images/hcc-logo.png @@ -638,7 +638,7 @@ - + Hotcakes Cart Core/Images/hcc-logo.png @@ -710,7 +710,7 @@ - + Hotcakes Category Menu Core/Images/hcc-logo.png @@ -782,7 +782,7 @@ - + Hotcakes Category Viewer Core/Images/hcc-logo.png @@ -856,7 +856,7 @@ - + Hotcakes Checkout Core/Images/hcc-logo.png @@ -958,7 +958,7 @@ - + Hotcakes Featured Products Core/Images/hcc-logo.png @@ -1030,7 +1030,7 @@ - + Hotcakes Last Products Viewed Core/Images/hcc-logo.png @@ -1102,7 +1102,7 @@ - + Hotcakes Mini Cart Core/Images/hcc-logo.png @@ -1174,7 +1174,48 @@ - + + Hotcakes Mini Cart SPA SkinObject + + Core/Images/hcc-logo.png + + Hotcakes Commerce + Hotcakes Commerce, LLC + https://hotcakes.org + support@HotcakesCommerce.com + + + + true + + + + + + DesktopModules/Hotcakes/MiniCartSkinObject/MiniCartView.ascx + False + + View + + + False + 0 + + + + + + DesktopModules\Hotcakes + + MiniCartSkinObject + MiniCartView.ascx + + + + + + + Hotcakes Search Input Core/Images/hcc-logo.png @@ -1246,7 +1287,7 @@ - + HCSKINAFFILIATE SkinObject ~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png @@ -1279,7 +1320,7 @@ - + HCSKINSEARCH SkinObject ~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png @@ -1312,7 +1353,7 @@ - + Hotcakes Order History Core/Images/hcc-logo.png @@ -1384,7 +1425,7 @@ - + Hotcakes Product Grid Core/Images/hcc-logo.png @@ -1454,7 +1495,7 @@ - + Hotcakes Product Viewer Core/Images/hcc-logo.png @@ -1528,7 +1569,7 @@ - + Hotcakes Product Reviews Core/Images/hcc-logo.png @@ -1600,7 +1641,7 @@ - + Hotcakes Content Blocks Core/Images/hcc-logo.png @@ -1672,7 +1713,7 @@ - + Hotcakes Search Core/Images/hcc-logo.png @@ -1744,7 +1785,7 @@ - + Hotcakes Top Weekly Sellers Core/Images/hcc-logo.png @@ -1816,7 +1857,7 @@ - + Hotcakes Top 10 Products Core/Images/hcc-logo.png @@ -1888,7 +1929,7 @@ - + Hotcakes Wish List Core/Images/hcc-logo.png @@ -1942,7 +1983,7 @@ - + Hotcakes Affiliate Registration Hotcakes Wish List @@ -1997,7 +2038,7 @@ - + Hotcakes Affiliate Dashboard Core/Images/hcc-logo.png diff --git a/Website/DesktopModules/Hotcakes/Hotcakes_Symbols.dnn b/Website/DesktopModules/Hotcakes/Hotcakes_Symbols.dnn index 1d1182dd5..03ee9b3ae 100644 --- a/Website/DesktopModules/Hotcakes/Hotcakes_Symbols.dnn +++ b/Website/DesktopModules/Hotcakes/Hotcakes_Symbols.dnn @@ -1,6 +1,6 @@ - + Hotcakes Commerce Symbols ~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png @@ -14,8 +14,8 @@ true - 09.02.02 - Hotcakes.Core + 09.08.00 + Hotcakes.Core diff --git a/Website/DesktopModules/Hotcakes/LastProductsViewed/Settings.ascx.cs b/Website/DesktopModules/Hotcakes/LastProductsViewed/Settings.ascx.cs index 82bbcc4ac..8952a6c97 100644 --- a/Website/DesktopModules/Hotcakes/LastProductsViewed/Settings.ascx.cs +++ b/Website/DesktopModules/Hotcakes/LastProductsViewed/Settings.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/License.txt b/Website/DesktopModules/Hotcakes/License.txt index 6ffcbd906..5cfad9c43 100644 --- a/Website/DesktopModules/Hotcakes/License.txt +++ b/Website/DesktopModules/Hotcakes/License.txt @@ -6,9 +6,9 @@

The MIT License (MIT)

-

Copyright (c) 2013-2018 Hotcakes Commerce, LLC (https://hotcakes.org)

+

Copyright (c) 2013-2019 Hotcakes Commerce, LLC (https://hotcakes.org)

-

Copyright (c) 2019-2020 Upendo Ventures, LLC (https://upendoventures.com)

+

Copyright (c) 2020-2023 Upendo Ventures, LLC (https://upendoventures.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

diff --git a/Website/DesktopModules/Hotcakes/MiniCart/MiniCartView.ascx b/Website/DesktopModules/Hotcakes/MiniCart/MiniCartView.ascx index d588cbb98..f12d656c3 100644 --- a/Website/DesktopModules/Hotcakes/MiniCart/MiniCartView.ascx +++ b/Website/DesktopModules/Hotcakes/MiniCart/MiniCartView.ascx @@ -1 +1,5 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MiniCartView.ascx.cs" Inherits="Hotcakes.Modules.MiniCart.MiniCartView" %> +<%@ Register TagPrefix="dnn" TagName="MiniCartSpa" Src="../MiniCartSkinObject/MiniCartView.ascx" %> + + + \ No newline at end of file diff --git a/Website/DesktopModules/Hotcakes/MiniCart/MiniCartView.ascx.cs b/Website/DesktopModules/Hotcakes/MiniCart/MiniCartView.ascx.cs index daa3a735a..a4211fcf7 100644 --- a/Website/DesktopModules/Hotcakes/MiniCart/MiniCartView.ascx.cs +++ b/Website/DesktopModules/Hotcakes/MiniCart/MiniCartView.ascx.cs @@ -30,12 +30,12 @@ namespace Hotcakes.Modules.MiniCart { public partial class MiniCartView : HotcakesModuleBase { - protected override string RenderView() + string ViewName { get; set; } = null; + + protected void Page_Load(object sender, EventArgs e) { - var viewName = Convert.ToString(Settings["View"]); - if (!string.IsNullOrEmpty(viewName)) - return MvcRenderingEngine.Render("Cart", "Index"); - return MvcRenderingEngine.Render("Cart", "Index", "MiniCart", new {MiniCart = true}); + RegisterViewScript("MiniCart.js"); + ViewName = Convert.ToString(Settings["View"]); } } } \ No newline at end of file diff --git a/Website/DesktopModules/Hotcakes/MiniCart/Settings.ascx.cs b/Website/DesktopModules/Hotcakes/MiniCart/Settings.ascx.cs index 51a1c8d29..b8fc351d8 100644 --- a/Website/DesktopModules/Hotcakes/MiniCart/Settings.ascx.cs +++ b/Website/DesktopModules/Hotcakes/MiniCart/Settings.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/MiniCartSkinObject/MiniCartView.ascx b/Website/DesktopModules/Hotcakes/MiniCartSkinObject/MiniCartView.ascx new file mode 100644 index 000000000..bea9c8605 --- /dev/null +++ b/Website/DesktopModules/Hotcakes/MiniCartSkinObject/MiniCartView.ascx @@ -0,0 +1 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MiniCartView.ascx.cs" Inherits="Hotcakes.Modules.MiniCartSkinObject.MiniCartView" %> diff --git a/Website/DesktopModules/Hotcakes/MiniCartSkinObject/MiniCartView.ascx.cs b/Website/DesktopModules/Hotcakes/MiniCartSkinObject/MiniCartView.ascx.cs new file mode 100644 index 000000000..284da98fa --- /dev/null +++ b/Website/DesktopModules/Hotcakes/MiniCartSkinObject/MiniCartView.ascx.cs @@ -0,0 +1,43 @@ +#region License + +// Distributed under the MIT License +// ============================================================ +// Copyright (c) 2023 Upendo Ventures, LLC +// +// Permission is hereby granted, free of charge, to any person obtaining a copy of this software +// and associated documentation files (the "Software"), to deal in the Software without restriction, +// including without limitation the rights to use, copy, modify, merge, publish, distribute, +// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in all copies or +// substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + +#endregion + +using Hotcakes.Commerce.Dnn.Web; + +namespace Hotcakes.Modules.MiniCartSkinObject +{ + public partial class MiniCartView : HotcakesSkinObjectBase + { + string ViewName { get; set; } = null; + + protected override string RenderView() + { + + //var viewName = Convert.ToString(Settings["View"]); + if (!string.IsNullOrEmpty(ViewName)) + return MvcRenderingEngine.Render("Cart", "MiniCart", ViewName); + return MvcRenderingEngine.Render("Cart", "MiniCart", "MiniCart", new { MiniCart = true }); + } + } +} \ No newline at end of file diff --git a/Website/DesktopModules/Hotcakes/MiniCartSkinObject/MiniCartView.ascx.designer.cs b/Website/DesktopModules/Hotcakes/MiniCartSkinObject/MiniCartView.ascx.designer.cs new file mode 100644 index 000000000..3c953e21b --- /dev/null +++ b/Website/DesktopModules/Hotcakes/MiniCartSkinObject/MiniCartView.ascx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Hotcakes.Modules.MiniCartSkinObject +{ + + + public partial class MiniCartView + { + } +} diff --git a/Website/DesktopModules/Hotcakes/OrderHistory/Settings.ascx.cs b/Website/DesktopModules/Hotcakes/OrderHistory/Settings.ascx.cs index d686ac993..dde8c812a 100644 --- a/Website/DesktopModules/Hotcakes/OrderHistory/Settings.ascx.cs +++ b/Website/DesktopModules/Hotcakes/OrderHistory/Settings.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/ProductGrid/Settings.ascx.cs b/Website/DesktopModules/Hotcakes/ProductGrid/Settings.ascx.cs index d5707f4ec..80edd807c 100644 --- a/Website/DesktopModules/Hotcakes/ProductGrid/Settings.ascx.cs +++ b/Website/DesktopModules/Hotcakes/ProductGrid/Settings.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, @@ -188,6 +188,7 @@ protected void btnAdd_Click(object sender, EventArgs e) protected void rgProducts_OnDeleteCommand(object sender, GridViewDeleteEventArgs e) { var bvinsList = GetProductBvins(); + LoadItems(GetProducts(bvinsList)); var key = (int)rgProducts.DataKeys[e.RowIndex].Value; bvinsList.Remove(key); SaveItems(bvinsList); diff --git a/Website/DesktopModules/Hotcakes/ProductReviews/Settings.ascx.cs b/Website/DesktopModules/Hotcakes/ProductReviews/Settings.ascx.cs index 0b5cd9040..32a973e32 100644 --- a/Website/DesktopModules/Hotcakes/ProductReviews/Settings.ascx.cs +++ b/Website/DesktopModules/Hotcakes/ProductReviews/Settings.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/ProductViewer/ProductViewerView.ascx.cs b/Website/DesktopModules/Hotcakes/ProductViewer/ProductViewerView.ascx.cs index c533d4575..274d785b3 100644 --- a/Website/DesktopModules/Hotcakes/ProductViewer/ProductViewerView.ascx.cs +++ b/Website/DesktopModules/Hotcakes/ProductViewer/ProductViewerView.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/ProductViewer/Settings.ascx.cs b/Website/DesktopModules/Hotcakes/ProductViewer/Settings.ascx.cs index e0537833a..c4530b77f 100644 --- a/Website/DesktopModules/Hotcakes/ProductViewer/Settings.ascx.cs +++ b/Website/DesktopModules/Hotcakes/ProductViewer/Settings.ascx.cs @@ -3,7 +3,7 @@ // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC -// Copyright (c) 2020 Upendo Ventures, LLC +// Copyright (c) 2020-2023 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/Website/DesktopModules/Hotcakes/ReleaseNotes.txt b/Website/DesktopModules/Hotcakes/ReleaseNotes.txt index d1e19f7e6..622597ab0 100644 --- a/Website/DesktopModules/Hotcakes/ReleaseNotes.txt +++ b/Website/DesktopModules/Hotcakes/ReleaseNotes.txt @@ -4,20 +4,20 @@ .muy-importante { color:red;font-weight:bold; }
-

Hotcakes Commerce: Version 03.07.00

+

Hotcakes Commerce: Version 03.08.00

The release notes continue after the Sponsors and Contributors below.

Sponsors

-

Open-source is not free. We're so GRATEFUL for the following people/organizations for sponsoring developers to work on this release!

-

Sponsorship is Powered by GitHub Sponsors and ensures that this project lives and thrives. Please consider contributing any amount.

+

Open-source is not free. We're so GRATEFUL for the following people/organizations for sponsoring developers to work on this release!

+

Sponsorship is Powered by GitHub Sponsors and ensures that this project lives and thrives. Please consider contributing any amount.

THANK YOU to the following rockstars!

Contributors

@@ -25,14 +25,7 @@

Partners

@@ -41,9 +34,6 @@
  • Upendo Ventures
  • -
  • - Pure Systems -
  • Release Note Prefixes

    @@ -55,13 +45,8 @@

    Enhancements