File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
app/code/core/Mage/Reports/Model/Resource/Report/Collection Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ categories:
1313 - title : ' 📖 Documentation'
1414 labels :
1515 - ' Documentation'
16+ - title : ' 🔨 Maintenance'
17+ labels :
18+ - ' chore'
19+ - ' Cleanup'
1620 - title : ' ↗️ Dependencies'
1721 labels :
1822 - ' dependencies'
@@ -25,10 +29,15 @@ version-resolver:
2529 minor :
2630 labels :
2731 - ' minor'
32+ - ' enhancement'
33+ - ' new feature'
2834 patch :
2935 labels :
3036 - ' patch'
31- default : patch
37+ - ' fix'
38+ - ' bugfix'
39+ - ' bug'
40+ default : minor
3241template : |
3342 ## Changes
3443
Original file line number Diff line number Diff line change @@ -288,6 +288,8 @@ public function getSelectCountSql()
288288 *
289289 * @param array $storeIds
290290 * @return $this
291+ * @see Mage_Reports_Model_Resource_Report_Product_Viewed_Collection
292+ * @see Mage_Sales_Model_Resource_Report_Bestsellers_Collection
291293 */
292294 public function addStoreRestrictions ($ storeIds )
293295 {
You can’t perform that action at this time.
0 commit comments