-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all links to www.nopCommerce.com with HTTPS #2403
Comments
AndreiMaz
added a commit
that referenced
this issue
Jul 24, 2017
f1ana
added a commit
to f1ana/nopCommerce
that referenced
this issue
Aug 12, 2017
* Added _ViewImports.cshtml to the default theme * Remove obsolete code related with machineKey * Use shared model for OrderSummary component. We should avoid full cshtml paths (otherwise, it couldn't be overridden in themes) * We should override "GetConfigurationPageUrl" method in Australia Post plugin * Revert back use of the "HTTP_CLUSTER_HTTPS" to detect https * Made HostingConfig properties not nullable. Anyway if not specified, it'll be "false". * Fxied an issue with not localizable URLs. They should be redirected to localizable paths such as /en * Fixed issue with localizable URLs. Redirection on the home page didn't work fine in some cases * Fixed localizable URLs in virtual directory (virtual path was ignored) * Removed extra dot in source code comment * Remove unsed variable * Ensure external authentication works in virtual directories * More changes with "#if NET451" * More changes with "#if NET451" * Fixed admin AutoMapper configuration errors * Updated third-party libraries to the latest version * Source code formatting. Removed empty line * Change priority of RouteProviders of PayPal plugins * Renamed PayPal plugin namespace * Add redirect after successful external authentication * Invoke View Components synchronously * Replace obsolete custom validation for FluentValidation validators * Remove unused variable * Fix build warning related to target platform of the Nop.Web * New way to get a plugin in the _ConfigurePlugin layout * More changes with "#if NET451" * Reverted back changes with target platform * Removed unused locales * More changes with "#if NET451" * Further changes in tag helpers * Delete "ExternalAuthenticationSettings.AutoRegisterEnabled" setting * Added a comment to the checkbox duplicating workaround * Further changes in NopSelectTagHelper * Use tag helpers on the activity log pages * Use tag helpers on the address attribute pages * Fixed cache key typo in nivo slider plugin. * Source code formatting * Use "asp-all-route-data" to automatically generate "action" form attribute (including query string)* for popup windows * Updated NuGet packages to the latest version * Use tag helpers on the widgets page * Use tag helpers on vendor pages * Further changes on tag helpers for vendor pages * returnurl wasn't used on the login page * Tag helpers for topci pages * Minor formatting changes on other views * Further tag helper changes. Templates * Tag helpers on tax category and tax provider list pages * Tag helpers for store pages * Tag helpers for specification attribute pages * Fixed "nop-editor" implementation. It didn't work for localizable properties * Replaced "Html.FieldIdFor" with the built-in "Html.IdFor". Replaced "Html.FieldNameFor" with the built-in "Html.NameFor". * Tag helpers on shopping cart and wishlist pages * Tag helpers for shipping method pages * Tag helpers for the shipping provider lsit page * Tag helpers for shipping pickup point providers * Tag helpers for shipping restictions * Further changes on shipping methods * Tag helpers for warehouses * Tag helpers for delivery dates * Further changes on tag helpers for delivery dates * Tag helpers for shared views * Further changes on tag helpers * Tag helpers for components. Minor formatting changes * NopLabelTagHelper didn't properly encode hints * "nop-override-store-checkbox" tag helper * Postfix support for "nop-editor" * Render tabs' script automatically in the tag helper * Further changes on nop-editor * Use RenderHtmlContent method in NopEditorTagHelper * Render selected-tab-name input in tag helper * Removed the code which was moved to the NopTabsTagHelper from the category and address attribute page * Tag helpers for blog pages * Tag helpers for setting pages * Use RenderHtmlContent method in other tag editors * Applied latest <nop-tab> changes to other views. Now there's no need to manually specify "selected-tab-name" name="selected-tab-name" and "bindBootstrapTabSelectEvent" event * Tag helpers for campaigns * Tag helpers for checkout attributes * Tag helpers for security pages * Tag helpers for the schedule task list page * Tag helpers for common pages * Tag helpers for return requests * Tag helpers for recurring payments * Tag helpers for countries * Tag helpers for queued email pages * Further changes in NopSelectTagHelper * Tag helpers for currency pages * Don't use closing tag for nop-select anymore * Added support of all attributes to the NopSelectTagHelper * Use tag helpers in StoreScopeConfiguration component * Tag helpers for product reviews * Tag helpers for product attributes * Tag helpers for customer pages * Tag helpers for customer attributes * Tag helpers for customer roles * Tag helpers for discounts * Further changes in tag helpers for customers * Tag helpers for email accounts * Tag helpers for product pages * Added comments to source code * Typo fixed * Source code formatting * Fixed compilation warnings * Updated "RedLock.net.StrongName" third-party library to the latest version * Tag helpers for poll pages * Tag helpers for plugins * Tag helpers for payment methods * Tag helpers for order and shipment pages * Tag helpers for the online customer page * Tag helpers for the newsletter subscribers page * Add "form-control" class in the NopEditorTagHelper * Tag helpers for news pages * Tag helpers for external authentication * Tag helpers for message templates * Tag helpers for the measures page * Tag helpers for forum * Tag helpers for manufacturers * Tag helpers for log pages * Tag helpers for language pages * Tag helpers for gift card * Further changes in tag helpers on the language create/update page * Further changes in tag helpers on the language create/update page * Further changes on NopDropDownListFor * Further changes on tag helpers * Replaced all HiddenFor and ValidationSummary with tag helpers * Replaced all [UIHint("MultiSelect")] with tag helpers * Use asp-action in 'a' tag instead of href attribute * Use <nop-required /> instead of @Html.RequiredHint() * Removed an obsolete method * Removed more obsolete methods * Removed unused "usage" directives * Fixed password recovery email * Minor formatting changes * Updated _ViewImport.cshtml in plugins * Tag helpers for discount requirement plugins * Tag helpers for Facebook plugin * MInor formatting changes * Removed obsolete code * Taxonomy.txt file should be embedded in Google Shopping plugin (caused by a recent change in a plugin project files) * Tag helpers for Google Shopping plugin * Further changes on Facebook plugin * Tag helpers for payment plugins * Tag helpers for pickup in store plugin * Canada post issue fixed when saving the configuration page with empty values * Tag helpers for shipping plugins * Tag helpers for tax provider * Tag helpers for widget plugins * Removed obsolete HTML extension methods such as NopEditorFor, NopDownDownlistFor, etc. Now we use tag helpers * Replaced all Html.BeginForm with tag helpers * Replaced Html.Hidden with tag helpers * PayPal Standard namespace issue fixed * Updated "Autofac.Extensions.DependencyInjection" to the latest version * Change scheduled tasks to use web requests * Add option to configure the data protection system to persist keys in the Redis database * Fixed formatting of code * Fixed possibility error in TaskThread.Run method * Removed extra class from tabs * Further changes in tabs * Use tag helper to generate antiforgery token instead of @Html.AntiForgeryToken() * Don't generate antiforgery token in form because it's generated automatically * Use tag helper to generate antiforgery token instead of @Html.AntiForgeryToken() in Nop.Web * Use tag helper instead of DeleteConfirmation extension ,ethod * Use tag helper instead of DeleteConfirmation extension method on the specification attributes page * Use tag helper instead of ActionConfirmation extension method * Further changes in tag helpers for the Google Shopping plugin * Removed unused temporary file * Removed unused extension methods * Use NopDatePickerTagHelper instead of Html.DatePickerDropDowns extension method * Fixed date of birth validation bug * Refactoring of forms. Don't use <form asp-all-route-data="@null"> * Consistent writing of asp-items. Do not use @model. Write just Model without @ * Don't show the default input spinners with the input type 'number' * Tabs tag helpers moved from the separate folder and added into one file * nopSolutions#2403 Updatde all links to www.nopCommerce.com with HTTPS * nopSolutions#2357 Homepage topic. Updated a link to the documentation portal * nopSolutions#2279 Source code typo fixed * nopSolutions#2298 Localization errors fixed * Use 'a' tag instead of Html.ActionLink * Minor source code comment changes * Changed scheduler task url * Fixed errors on validator tests * Use NopBBCodeEditorTagHelper instead of Html.BBCodeEditor * Further changes in NopBBCodeEditorTagHelper * Use NopGenerateCaptchaTagHelper instead of Html.GenerateCaptcha method * Renamed nop-generate-captcha to nop-captcha * Issue 2216 Disallow the use of the seo name is the same as the language code * Add request query string to url on the internal redirection * Minor formatting changes * Changes in .gtignore (ensure that directories are created in repository) * nopSolutions#2254 Updated description of "Category thumbnail image size" and "Manufacturer thumbnail image size" (media settings) * nopSolutions#2237 Source code typos fixed (a lot) * Updated third-party libraries to the latest version (FluentValidation, Autofac, Azure storage, Redis) * Moves password salt key size to constant * nopSolutions#2237 Source code typos fixed * Removed outdated source code comment * nopSolutions#295 Use more secure password hashing algorithm * nopSolutions#2461 Added "Store IP addresses" customer setting. When enabled, IP addresses of customers will be stored. It's prohibited to store IP addresses in some countries (private customer data). For example, In Germany now. * nopSolutions#2456 Don't use ViewBag to store btnId and formId value in popup windows. Get these values from query string * nopSolutions#295 Further changes on new hashing algorith * Simplified on run scheduler task on web-farm * Fixed a recent styling issue on the insrallation page (missing CSS class) * nopSolutions#2308 Checkout attributes: 'RGB color' input cannot be set after changing attribute type to 'Color squares' (from any other type) Refactoring of product attributes the same way * nopSolutions#2336 Topics protected with passwords should use unique ID for a hidden input * Some of refactoring of PayPal Standard payment plugin * Removed unused "usage" directives * Minor refactoring. Passing valid classes in "ResetCheckoutData" method when saving attributes * nopSolutions#2467 Selected checkout attributes were lost after login. Fixed * Fixed validation. Server-based validation (Model.IsValid) is suppressed in ASP.NET Core if you have IFormCollection as input paramater in your controller action methods. You should add them to appropriate models as a property if you want to use them. The only exception is action methods without models (and hence without validation). More info: https://github.com/aspnet/Mvc/blob/373361675c74af3376bcfa59cb881519e79081c5/src/Microsoft.AspNet.Mvc.Core/ModelBinding/FormCollectionModelBinder.cs#L54 * Validation of child properties. Now we have to manually validate them * Cardholder name wasn't preset in "Manual" payment method after postback with wrong validation * Refactoring of CheckoutController. Adjusting validation logic for new ASP.NET implementation * Wrong hint was used * Fixed an issue with "Disable billing address" issue (caused by a recent changes) * Source code typo fixed * nopSolutions#2476 Discounts weren't displayed for recurring orders * Fixed validation issues for "State / province" when errors weren't visible. We should not use RuleFor(x => x) in FeluntValidation. * Removed obsolete code * Added clearing plugins folders * nopSolutions#2473 Added a missing HTML class name to the "customer product reviews" page
dalhyncarrillo
added a commit
to dalhyncarrillo/nopCommerce
that referenced
this issue
Mar 10, 2018
* nopSolutions#2697 Localizae value of "Is system role" property on the customer details page * Move PluginManager constants to properties * Move PluginManager GetPluginDescriptor methods from utilities to methods * Move plugins uploading methods to UploadManager * Rename ThemeConfiguration to ThemeDescriptor * Rename some ThemeProvider methods * Move some of theme files in Nop.Core project * Rename theme Title to FriendlyName * Move ThemeProvider constants to properties * Move ThemeProvider GetThemeDescriptor method from utilities to methods * Add IDescriptor interface * nopSolutions#353 Add support for uploading themes in the same way as plugins * nopSolutions#353 Move UploadManager and ThemeProvider to Nop.Services project * nopSolutions#353 Move static UploadManager to injectable UploadService * nopSolutions#353 Rename locales, change uploaded sample file * Minor fix. Added forgotten using * Update Square.Connect library to the latest version * nopSolutions#2250 Fixed "rounding with 0.05 interval" error * Square payment plugin. Remove option to use personal access tokens. * Square payment plugin. Send a payment note with each transaction * Square payment plugin. Make token renewal period 14 days by default and remove ability to change it from the plugin configuration page * Square payment plugin. Update error handling * Square payment plugin. Add Integration ID parameter to charge requests * Square payment plugin. Pull additional locations info * Square payment plugin. Change message on pending refund * Square payment plugin. Leave the access token editable * Remove warnings about shipping plugins. They are not required * Wrong URL warning should be error (not just a warning) * nopSolutions#2715 Display warnings on admin area home page if a store has some errors * Squre integration ID is now hard-coded * Added logos to the WorldPay plugin * Updated WorldPay instructions * Updated WorldPay developer ID * Updated Worldpay instructions * Simplified a way to init schedule tasks from plugins. There's no need to specify the fully qualified assembly name now * Removed extra spae from Worldpay plugin * Updated a schedule task type in the Square plugin * Square payment plugin. Add UseSandbox setting * Square plugin. Added validation for sandbox account * Square payment plugin. Further changes to validation for sandbox credentials * Updated "ImageResizer.Plugins.PrettyGifs" third-party library to the latest version * Worldpay payment plugin. Use certified developer credentials * nopSolutions#2250 Rewrote "rounding with 0.05 interval" * Updated fast installation SQL scripts * Added upgrade scripts for the next version * Fixed the issue with "Notify me" button for back in stock subscriptions * nopSolutions#2745 Added missing "partial" keyword * Fixed an issue in the previous commit * Updated nopCommerce version to 4.10 * nopSolutions#2762 Forum pager (small) didn't work * Source code refactoring. Remove redundant chars * nopSolutions#2752 Meta keywords didn't work for grouped products * nopSolutions#2774 Fix bug with overridden rates for international shipping in the UPS plugin * nopSolutions#2774 Remove testing data from previous commit * nopSolutions#2738 Exclude from bundle scripts in Worldpay and Square payment plugins * nopSolutions#2738 Remove try-catch block * nopSolutions#196 Updated third-party packages * nopSolutions#2749 Ensure that display order of shipping methods is distinct * nopSolutions#2702 Removed "ParseTaxRates" from "Order" entity * nopSolutions#2724 Currency details page. Wrong URL was used in a hint * nopSolutions#2768 Support multiple topics (the same system name) with ACL * nopSolutions#2780 Fixed problem with not create browscap.crawlersonly.xml file * Added index into database for speedup executing GetLowStockProducts method from ProductService * nopSolutions#2733 Rename GetPublicViewComponent method of IWidgetPlugin * nopSolutions#2730 Add OrderVoided event * nopSolutions#2631 Rename all event types at the same way for the consistency * nopSolutions#2385 Added displaying the customer avatar (if enabled) in the customer list page * nopSolutions#2282 Added support import picture of product by URL * Return view component name as output instead of out parameter * Minor addition to the previous commit * nopSolutions#2788 Square payment plugin. Identify a route by name instead of route values * nopSolutions#2788 Worldpay plugin. Identify a route by name instead of route values * nopSolutions#33 Further changes to properly format dates in Kendo grids * nopSolutions#2777 Ignore reviews of deleted products * nopSolutions#2769 Support order tokens in "return request" message templates * nopSolutions#2717 Create a new language. Pre-set "Display order" * Fixed problems in tests * nopSolutions#484 Pass entire model to widgets * Refactoring. The code of the PrepareRenderWidgetModel method is simplified * nopSolutions#2744 Performance optimization.Implemented loading only total count for PagedList instance creating by IQueryable<T> * nopSolutions#793 Allowed a store owner to search topics by keywords * nopSolutions#2776 Ignore reviews of limited to stores products and filter reviews on enabled ShowProductReviewsPerStore setting on the account page * nopSolutions#2341 Add entity reference to activity log * Implemented display primary currency code on Value of 'X' (free shipping) * nopSolutions#2721 Fixed problem with IPv6 in GetCurrentIPAddress method * nopSolutions#1500 Moved default view (grid/view) setting to UI * Renamed a locale * Move PluginFinder to Nop.Services project * Add PluginUpdatedEvent * nopSolutions#783 Clear cached widgets on updating a widget plugin descriptor * nopSolutions#1918 Add filters by dates on the discount list page * nopSolutions#2751 Ensure that built-in "crawler" (search engine) customer account cannot be affiliated * nopSolutions#2679 "Registration method" setting (values) wasn't localizable * nopSolutions#2740 CommonSettings were reset (cleared) when updating settings for an individual store * Updated third-party libraries to the latest version * nopSolutions#2722 There's no need to explicitly validate child properties anymore. FluentValidation library again supports automatic (implicit) validation of child properties * nopSolutions#2783 Prevent adding the same picture to the product * nopSolutions#2721 Further changes. Added a code comment * nopSolutions#558 Warning admin that the entered SKU already exists * nopSolutions#2807 Add Form property to BaseNopModel * nopSolutions#2502 Add filter by unpublished products on low stock report page * nopSolutions#2707 Add pagination support on "AppliedTo" discount pages * Fix bug with ignoring the selected services on saturday delivery in UPS shipping plugin * nopSolutions#1991 Do not display product availability until all required product attributes are selected * nopSolutions#2819 Fix bug with empty tokens in test message templates * nopSolutions#2115 Implemented showing vendor name on the shopping cart and order details page * nopSolutions#2249 nopSolutions#2775 Send all active message templates with the same name * nopSolutions#73 Add settings to include customer identifier to the Google Analytics script * nopSolutions#1004 Added possibility to preselect a country if there's only one country available (public store) * nopSolutions#2729 Fixed address restriction and "Shipping to the same address" issue * Added ignore rules into AutoMapper configuration * nopSolutions#2820 Use analytics.js as predefined script on installation GoogleAnalytics plugin * nopSolutions#2823 Add inline scripts in the correct order * nopSolutions#290 Add PictureId to product attribute combination * nopSolutions#1374 Allow admin to provide external links to his store which include a discount coupon code * nopSolutions#1981 Notify customers when a store owner (or vendor) replies to their product reviews * nopSolutions#2800 Added ignoring of products with the unchecked "Visible individually" property on cross-sell products list and related products list * nopSolutions#1973 Added possibility a store owner to delete shopping carts and wishlists on the admin area. * nopSolutions#2728 Fixed dotnet build problem * update Register view - add localize labels for birth day For languages other than English, localized. * nopSolutions#1503 Use product URL instead just a name in "Require other products added to the cart" warning * nopSolutions#2821 Fixed rounding bug * Create CODE_OF_CONDUCT.md * Create CONTRIBUTING.md * Create ISSUE_TEMPLATE.md * nopSolutions#662 Added order notification to affiliate * nopSolutions#2731 Add URL encoding on RoxyFilemanController to allow downloading files with non-ASCII chars in names * nopSolutions#2731 Add URL encoding on redirection to URL with non-ASCII chars * nopSolutions#2841 Fixed the date problem on the customer reviews page * nopSolutions#1787 Added some localized resource for grids * nopSolutions#1359 Added possibility a store owner to view all mapped products on a specification details page * Remove SecureUrl property from the Store entity * Proper determination of the store location in WebHelper * Replace some of direct using Store.Url to using IWebHelper.GetStoreLocation method * nopSolutions#2833 Add method to properly generating URLs in MessageTokenProvider * Updated FluentValidation library to the latest version * Updated MaxMind.GeoIP2 library to the latest version * Updated GeoLite2-Country.mmdb database * Updated Microsoft.AspNetCore.Mvc and ServiceModel libraries to the latest version * nopSolutions#2824 More accurate start time of schedule tasks (after application restart) * nopSolutions#2833 Properly encoding URL * nopSolutions#1524 Added setting to sort Reviews by Date Created Desc OR Asc * nopSolutions#2782 Support filtering by product in summary reports on the order list page (admin area) * Simplfied generated SQL command on the order list page (admin area) * nopSolutions#2840 Added "Host" directive to robots.txt * nopSolutions#2320 Implemented splitting "big import file" * nopSolutions#2795 Fixed problem with assembly blocking on application startup * nopSolutions#2848 Added PublicAntiForgery to the Login method * nopSolutions#2779 Do not duplicate plugin version and description in csproj files * Performance optimization of sitemap.xml generation (load all categories at once) * Removed obsolete source code comment * nopSolutions#2757 Prent throwing of InvalidCastException in admin area (notifications) * nopSolutions#1974 Combined shopping and wishlist pages on admin area * nopSolutions#1974 Further changes. Selecting the menu item * nopSolutions#1974 Further changes. Added page title * nopSolutions#2791 Moved widget zones to separate classes * update Info view - add localize for birth day For languages other than English, the date of birth will be displayed in the local info customer form. * Wrong event was invoked in "RegisterCustomer" method * Updated "FluentValidation.AspNetCore" library to the latest version * Refactoring. Removed extra comma * Source code refactoring * nopSolutions#2791 Renamed some widget zone names (variable names) * nopSolutions#2737 Performance optimization when we have a lot of categories. * nopSolutions#2737 Performance optimization when we have a lot of categories. Discounts applied to categories * nopSolutions#26 Added possibility to set product attribute price adjustments as percentages * Removed unused parameter. Anyway the implementation was too slow * Refactoring. Removed redundant code * Refactoring. There's no need to reset cache in CategoryService in some cases * nopSolutions#2737 Performance optimization when we have a lot of categories. Load all categories only once and cache them * nopSolutions#2737 Performance optimization when we have a lot of categories. Load all categories only once and cache them. Further changes (ACL) * nopSolutions#2737 Performance optimization when we have a lot of categories. Refactoring of "GetChildCategoryIds" method. Now it doesn't make multiple SQL requests * Update SitemapGenerator.cs to use gregorian date in sitemaps Currently sitemap uses culture specific dates for generating modification dates of products, which leads to dates like "2561-01-29" for cultures which their default calendar is something other than gregorian calendar. This update fixes this issue in sitemaps' <lastmod> fields. * Further changes on the previous commit * Performance optimization. Enabled a stored procedure to load categories (database paging) * nopSolutions#2856 Remove WebDAV module so that we can make DELETE requests (for WebAPI plugins) * nopSolutions#2852 Add var initialization * nopSolutions#196 Updated iTextSharp to the latest version * nopSolutions#2791 Further changes on "Moved widget zones to separate classes" * nopSolutions#2723 Add missed TaxRate to recurring orders * Issue 417 Allow a store owner to create vendor attributes * nopSolutions#2540 Add county to address * nopSolutions#2286 Add setting to ship product separately one item each * nopSolutions#2860 Added showing error message when two or more categories have the same name * nopSolutions#2771 Added settings for hide/show footer items * nopSolutions#2755 More accurate rounding in PayPal Direct plugin * nopSolutions#1418 Admin area. Simplified javascript code for grid checkboxes * nopSolutions#2781 Deleted unnecessary code * nopSolutions#2351 Properly displaying reports for dates with daylight saving time * nopSolutions#739 Added possibility to find orders by phone number * nopSolutions#2215 Add sitemap pagination * nopSolutions#2215 Further changes on the sitemap page * nopSolutions#2403 Some further changes * nopSolutions#2243 Added possibility to create several product attribute combinations * nopSolutions#2726 Fixed datepicker wrapper bug * nopSolutions#2726 Fixed styles for datepicker * nopSolutions#2873 Use dependency injection to get JSON serializer settings in BaseAdminController * nopSolutions#33 Rename UseIsoDateTimeConverterInJson settings * nopSolutions#2641 Use proper protocol to generate canonical URLs * nopSolutions#2753 Use proper protocol to generate Twitter and Open Graph URLs * nopSolutions#2874 To lowercase canonical URLs * Fixed errors on tests * nopSolutions#2183 Add delay usage of reward points when adding them manually in admin area * nopSolutions#2834 Allow the use of cookies from SSL protected page on the other store pages which are not * nopSolutions#2893 Require write permission for \logs directory * nopSolutions#196 Updated some third-party libraries to the latest version * nopSolutions#1912 Allow to set number of days when reward points are valid * nopSolutions#1912 Add settings to configure registration points validity * nopSolutions#1912 Add settings to configure purchases points validity * nopSolutions#1912 Add validity of reward points when adding them manually in admin area * nopSolutions#1910 Add settings to configure minimum order total when points are granted * nopSolutions#2834 Fixed exception on installation page * nopSolutions#196 Update RedLock library to the latest version * nopSolutions#717 Added ability to allow a store owner to disable checkout process * Fixed problem with a space in path on ClearPluginAssemblies.proj file * Fixed error in unit tests after 38b7f50 commit * nopSolutions#2899 Fixed bug on search by store id on "Topics (pages)" page
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now protect the entire official site with SSL. So we have to replace all http://www.nopCommerce.com with https://www.nopCommerce.com. For example, links in admin area, source, code comments, etc
do not forget files such readme.md and license.md
The text was updated successfully, but these errors were encountered: