Skip to content

Commit a328ce1

Browse files
committed
bump version
1 parent ee05559 commit a328ce1

File tree

2 files changed

+95
-3
lines changed

2 files changed

+95
-3
lines changed

.github/changelog/version_19.txt

+93-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,97 @@
11

2-
## v19.4.16 - unreleased
2+
## v19.4.18 - unreleased
3+
4+
## v19.4.17 - unreleased
5+
6+
## v19.4.16 - 2022-05-18
7+
8+
Add field info to exception when thrown in saving System Configuration. by @kiatng in #1784
9+
Fix Tax Rule name update by @elidrissidev in #1728
10+
Fixed method addExpressionFieldToSelect to use Zend_Db_Expr by @midlan in #1259
11+
API fix option labels for store view by @woutersamaey in #1828
12+
Fix newsletter subcriber loading by customer by @mmenozzi in #1779
13+
Fix file delete of customer attribute by @kiatng in #927
14+
Trim trailing whitespace by @luigifab in #1834 and #1846
15+
Updated .gitignore by @midlan in #1859
16+
Add gitpod online IDE config by @Flyingmana in #1836
17+
Add phpstan configuration, dependencies and github action by @Flyingmana in #1875
18+
Add Mage_Index helpers declaration to config.xml by @elidrissidev in #1878
19+
API: _getLocation - removed unused argument; fix phpdoc by @Sekiphp in #1867
20+
Grid page size: replaced similar lines to foreach by @Sekiphp in #1856
21+
Fix exception handling on Observer call when class not found by @spinsch in #1861
22+
Fixes catalog pricerules with dates in conditions, closes #433 by @sreichel in #1159
23+
Zend_Locale_Format::isNumber throws notice for float values by @fballiano in #1758
24+
Update PayPal currencies and countries by @luigifab in #1805
25+
extend php Syntax check to php 8.1 by @Flyingmana in #1883
26+
Fix incompatible declaration error by @holozaen in #1890
27+
[PHP 8.1] Fix deprecation notice in mcryptcompat lib by @Sdfendor in #1891
28+
Bugfix #1885 - Add to cart only accepts 1 item by @gdemarsico in #1896
29+
Array to string conversion when adding reviews from backend by @fballiano in #1769
30+
Update phpdoc in Collection.php by @rubanooo in #1816
31+
Fix syntax in lib/Zend/Locale/Data/es_419.xml by @elidrissidev in #1901
32+
make fulltext search separator (OR/AND) configurable from backend by @sreichel in #1852
33+
Revert of Mage_Adminhtml_Block_Widget_Grid::_exportIterateCollection by @midlan in #1914
34+
demo.html is an unnecessary file by @ADDISON74 in #1926
35+
Sort ascending CMS Block list in Categories by @ADDISON74 in #1925
36+
[PHP 8.0] Refactor legacy usage of implode in Mage_Api2 by @elidrissidev in #1938
37+
Initialize Api2 Fields validator's required fields array by @elidrissidev in #1936
38+
No alt tag value in Recently Viewed Products side block by @ADDISON74 in #1920
39+
Dashboard - Top 5 Search Terms link issue by @ADDISON74 in #1917
40+
Removed unused var $_odd in templates. by @kiatng in #1964
41+
Documentation fix on README file about composer require by @nimasan in #1954
42+
Fix typo in Zend/Date.php by @eltociear in #1979
43+
[PHP 8.0] Check if track progressdetail is an array before calling count by @elidrissidev in #1982
44+
[PHP 8.1] Fix cookie deletion behavior by @Sdfendor in #1984
45+
updateAttributeSet() accepting array or string by @Sekiphp in #1535
46+
Fix typo in code comment by @dotancohen in #1988
47+
Fix #1924 non-existing field by @woutersamaey in #1941
48+
Added optgroup feature for massaction items (grids) by @Sekiphp in #1913
49+
PHPDoc fix for Mage_Core_Model_Config by @Sdfendor in #1802
50+
Missing middlename for salesOrderAddressEntity in SOAP APIs by @fballiano in #1977
51+
Attribute note adminhtml show translate by @boesbo in #1710
52+
fix typo in _applyCustomOption() to correctly calculate min/max price by @jouriy in #1500
53+
Fix typo: Replace 'Retrive' with 'Retrieve' globally by @tmewes in #1995
54+
Add formkey validation to Newsletter subscribe action (theme BC-break) by @elidrissidev in #1866
55+
Added ability to add target attribute for adminhtml menu items by @Sekiphp in #1985
56+
Add docblock to app\code\core\Mage\Adminhtml\Block\Widget\Grid\Column… by @kiatng in #1987
57+
[PHP 8.1] Fix passing null to trim() by @elidrissidev in #2002
58+
Replaced remaining deprecated urlEscape calls. by @Sdfendor in #2008
59+
Update phpstan version by @tmotyl in #2015
60+
Use mb_substr to split the postcode by @luigifab in #1357
61+
Fix count(): Parameter must be an array or an object that implements Countable by @Sekiphp in #1960
62+
Fix getting default min_sale_qty when trying to mass-update product attributes by @elidrissidev in #1850
63+
Add polyfill for PHP8 native string functions by @tmotyl in #2014
64+
Improve getScheme on Zend_Controller_Request_Http by @mmenozzi in #1872
65+
Fix @method declarations in Mage_Catalog_Model_Resource_Eav_Attribute by @Caprico85 in #2031
66+
Deprecated global function "now" because it's equivalent to Varien_Date::now() by @Sdfendor in #1991
67+
Fixed the unused parameter in assignProduct by @rubanooo in #2011
68+
Remove white space for config values for #1852 by @luigifab in #2020
69+
password_new.html - typo in vars by @m-overlund in #2039
70+
add unit Tests and send coverage results to SonarCloud by @Flyingmana in #2041
71+
Use vanillaJS instead of prototype in Wishlist add to cart column by @MarcinNowakMacopedia in #2051
72+
do not mark github job as failes through sonar failure by @Flyingmana in #2053
73+
Analyze most of the source code with phpstan. Provide baseline. by @tmotyl in #2035
74+
Update PHPdoc and remove useless var by @bastienlm in #2056
75+
Add unit tests for security helper validateAgainstBlockMethodBlacklist and provide composer.lock by @tmotyl in #2058
76+
Fix widget edition in WYSIWYG by @FredericMartinez in #1605
77+
Use vanillaJS instead of encodeURI in wishlist add to cart by @MarcinNowakMacopedia in #2052
78+
Fixed bug on incorrect category store_id when set with store code in … by @kiatng in #1601
79+
Remove notification survey block by @kkrieger85 in #1267
80+
Fixed grid filter reset by @spinsch in #821
81+
Documentation of some changes by @luigifab in #1831
82+
Fix: Integrity constraint violation: Duplicate key by @tim-breitenstein-it in #1331
83+
Align label with value by @AlterWeb in #1230
84+
Remove backend current date from backend's header by @fballiano in #2063
85+
Lazy load contributors images by @luigifab in #2070
86+
Do not save customer addresses when there are no changes by @luigifab in #1579
87+
Removed getQty() from Mage_Wishlist_IndexController by @fballiano in #2072
88+
Add title for old googlecheckout payment method by @luigifab in #2076
89+
Default sortby should be read from core_config_data by @fballiano in #2062
90+
Prevent Zend_Date from checking locale for know date codes by @MarcinNowakMacopedia in #2050
91+
Update admin login pages by @luigifab in #1618
92+
Do not render action or massaction column in totals row in adminhtml grid by @theroch in #1530
93+
Fix instructions update for bank transfer orders by @luigifab in #2075
94+
Add missing attributes to salesOrderInvoiceInfo SOAP method by @elidrissidev in #1999
395

496
## v19.4.15 - 2021-08-26
597

app/Mage.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public static function getOpenMageVersionInfo()
220220
return array(
221221
'major' => '20',
222222
'minor' => '0',
223-
'patch' => '14',
223+
'patch' => '15',
224224
'stability' => '', // beta,alpha,rc
225225
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
226226
);
@@ -229,7 +229,7 @@ public static function getOpenMageVersionInfo()
229229
return array(
230230
'major' => '19',
231231
'minor' => '4',
232-
'patch' => '16',
232+
'patch' => '17',
233233
'stability' => '', // beta,alpha,rc
234234
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
235235
);

0 commit comments

Comments
 (0)