<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MagJournal</title>
	<atom:link href="http://www.magjournal.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magjournal.com</link>
	<description>Magento Insider Journal</description>
	<lastBuildDate>Tue, 13 Jul 2010 11:59:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Increase product image quality</title>
		<link>http://www.magjournal.com/2010/07/increase-product-image-quality/</link>
		<comments>http://www.magjournal.com/2010/07/increase-product-image-quality/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 11:50:11 +0000</pubDate>
		<dc:creator>Mark Clark</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.magjournal.com/?p=249</guid>
		<description><![CDATA[Magento by default compress and reduce the quality of uploaded product images. This tips show you how to increase the product image quality. To adjust this setting open up app/code/core/Mage/Media/Model/File/Image.php and go to around line #168. There, modify the number 80 &#8230; <a href="http://www.magjournal.com/2010/07/increase-product-image-quality/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Magento by default compress and reduce the quality of uploaded product images. This tips show you how to increase the product image quality.</p>
<p><span id="more-249"></span>To adjust this setting open up app/code/core/Mage/Media/Model/File/Image.php and go to around line #168. There, modify the number 80 in line $result = imagejpeg($object-&gt;getTmpImage(), $object-&gt;getFilePath(true), 80); to a higher number. Note that this is a core hack and will most likely be overwritten during a full Magento upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.magjournal.com/2010/07/increase-product-image-quality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whats new in Magento 1.4.1.0?</title>
		<link>http://www.magjournal.com/2010/07/whats-new-in-magento-1-4-1-0/</link>
		<comments>http://www.magjournal.com/2010/07/whats-new-in-magento-1-4-1-0/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 22:13:42 +0000</pubDate>
		<dc:creator>Mark Clark</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.magjournal.com/?p=242</guid>
		<description><![CDATA[Here&#8217;s a list of the new features in Magento 1.4.1.0, the most important ones being re-design of some important template files, recurring payment and billing agreements. Added ability to use static URLs for media in WYSIWYG or image browser. Added &#8230; <a href="http://www.magjournal.com/2010/07/whats-new-in-magento-1-4-1-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #000000;">Here&#8217;s a list of the new features in Magento 1.4.1.0, the most important ones being re-design of some important template files, recurring payment and billing agreements.<span id="more-242"></span></span></p>
<ul>
<li><span style="color: #000000;">Added ability to use static URLs for media in WYSIWYG or image browser. </span></li>
<li><span style="color: #000000;">Added ability to enable parsing store, skin and media directives on catalog frontend. </span></li>
<li><span style="color: #000000;">URL rewrites history: ability to auto-generate custom rewrite with redirect from old to new URL when changing product URL-key.</span></li>
<li><span style="color: #000000;">Added ability to exclude a category from navigation menu</span></li>
<li><span style="color: #000000;">Various improvements in system configuration UI</span></li>
<li><span style="color: #000000;">Introduced ability to make actual configuration structure to be independent on the system.xml structure</span></li>
<li><span style="color: #000000;">Added “Only X left” inventory feature</span></li>
<li><span style="color: #000000;">Implemented Centinel functionality in iphone theme </span></li>
<li><span style="color: #000000;">Upgraded TinyMCE to v.3.3.2 </span></li>
<li><span style="color: #000000;">Improved PayPal integration, includes:<br />
* Recurring payment profiles entity and purchasing of “subscription” products. In checkout they are treated as “nominal” items.<br />
* Billing agreements * “Pending Review” order state, “Pending Review” and “Suspected Fraud” order statuses and logic related with this. Triggers by PayPal IPR, FMF and Unilateral payments.<br />
* Functionality of transactions listing/searching and fetching from gateway<br />
* Fetching PayPal settlement reports via SFTP<br />
* Various improvements of PayPal integration on the frontend and admin UI </span></li>
<li><span style="color: #000000;">Added notice about creating offline creditmemo from order view page. </span></li>
<li><span style="color: #000000;">Added getter for recurring payment methods in payment helper. </span></li>
<li><span style="color: #000000;">Implemented abstract block ability to have arbitrary groups of child blocks and a method that returns such a group. </span></li>
<li><span style="color: #000000;">Implemented a method that fetches data from child block by specified alias. </span></li>
<li><span style="color: #000000;">Implemented ability to specify “sort_order” instead of “before” and “after” in the totals declaration. </span></li>
<li><span style="color: #000000;">All nominal totals declaration utilize “sort_order” </span></li>
<li><span style="color: #000000;">Added getter for specified object data by key in core/template block: method getObjectData() </span></li>
<li><span style="color: #000000;">Defined payment methods grouping, implemented getter for payment method list (with option to group them). </span></li>
<li><span style="color: #000000;">Added ability to render grouped options in the “select” grid filter. </span></li>
<li><span style="color: #000000;">Moneybookers: utilized the payment methods grouping for all its methods; removed redundant “translate” attribute in the methods definition in config. </span></li>
<li><span style="color: #000000;">Utilized payment methods grouping for PayPal peyment methods. </span></li>
<li><span style="color: #000000;">Added more verbosity to PayPal NVP and IPN debugging </span></li>
<li><span style="color: #000000;">Changes Sales module database structure changed from EAV into flat tables </span></li>
<li><span style="color: #000000;">Product custom URL rewrites redirect to SEF URL, rather than to catalog/product/view/id/ </span></li>
<li><span style="color: #000000;">Reimplemented frontend top menu rendering logic (cross-browser and usability improvements) </span></li>
<li><span style="color: #000000;">Reviewed logic of the sales reports: Orders, Tax, Invoiced, Shipping, Refunds, </span><span style="color: #000000;">Coupons </span></li>
<li><span style="color: #000000;">Reimplemented bestsellers report </span></li>
<li><span style="color: #000000;">Implemented 3D Secure validation for Maestro International and JCB cards </span></li>
<li><span style="color: #000000;">Changed Shopping cart methods output (top + bottom): removed </span></li>
<li><span style="color: #000000;">Moved the Payflow Pro payment method to PayPal module </span></li>
<li><span style="color: #000000;">Refactored sales/service_quote model: instead of submit() method the submitAll() should be used. It can submit nominal items separately from the order. The methods for submitting nominal items and order separately – are available as well. </span></li>
<li><span style="color: #000000;">Refactored onepage checkout model to use the new method sales/service_quote::submitAll(), added recurring profiles and billing agreements passing through the process until the success page </span></li>
<li><span style="color: #000000;">Utilized child blocks grouping to improve flexibility of rendering additional information in catalog/product/view template. </span></li>
<li><span style="color: #000000;">The group is called “detailed_info”; any block from layout may insert itself to this group. </span></li>
<li><span style="color: #000000;">Removed redundant wrappers hard-coded into some catalog templates. </span></li>
<li><span style="color: #000000;">Template of parent block is responsible for wrapping.  Refactored onepage checkout success block and template: simplified fetching related checkout information, added ability to render billing agreement and recurring profiles that might be created with the payment placement.</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.magjournal.com/2010/07/whats-new-in-magento-1-4-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Mobile released</title>
		<link>http://www.magjournal.com/2010/06/magento-mobile-released/</link>
		<comments>http://www.magjournal.com/2010/06/magento-mobile-released/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 18:59:56 +0000</pubDate>
		<dc:creator>Mark Clark</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.magjournal.com/?p=235</guid>
		<description><![CDATA[Varien has now released their new product to Magento, called Magento Mobile. In short the Magento Mobile is a fully standalone mobile application which can be customized to fit your store&#8217;s requirements, and which pulls out the data from a &#8230; <a href="http://www.magjournal.com/2010/06/magento-mobile-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.magjournal.com/wp-content/uploads/2010/06/mcom_img4.png"><img class="alignright size-full wp-image-236" title="mcom_img4" src="http://www.magjournal.com/wp-content/uploads/2010/06/mcom_img4.png" alt="" width="168" height="172" /></a>Varien has now released their new product to Magento, called Magento Mobile. In short the Magento Mobile is a fully standalone mobile application which can be customized to fit your store&#8217;s requirements, and which pulls out the data from a particular StoreView in your Magento installation.</p>
<p>The Magento Mobile application is currently available for Apple iPhone only, but will be made available for other platforms like Android and Maemo later this year.</p>
<p><span id="more-235"></span></p>
<p>Varien will license the application on a per month basis. More details on prices will be published as soon as we get to know it.</p>
<p>For more info check out the productpage over at Varien:</p>
<p>http://www.magentocommerce.com/product/mobile</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="379" id="viddler"><param name="movie" value="http://www.viddler.com/player/1ae9762e/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="flashvars" value="fake=1"/><embed src="http://www.viddler.com/player/1ae9762e/" width="437" height="379" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" flashvars="fake=1" name="viddler" ></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.magjournal.com/2010/06/magento-mobile-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Professional Edition available for purchase</title>
		<link>http://www.magjournal.com/2010/05/magento-professional-edition-available-for-purchase/</link>
		<comments>http://www.magjournal.com/2010/05/magento-professional-edition-available-for-purchase/#comments</comments>
		<pubDate>Fri, 28 May 2010 07:31:52 +0000</pubDate>
		<dc:creator>Mark Clark</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.magjournal.com/?p=224</guid>
		<description><![CDATA[Not many Magento Partners have started selling Magento Professional Edition yet. So far only our partner Trollweb Solutions has begun taking orders. The new Professional Edition is based upon Magento Enterprise Edition and includes some of the most-wanted features from &#8230; <a href="http://www.magjournal.com/2010/05/magento-professional-edition-available-for-purchase/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #000000;">Not many Magento Partners have started selling Magento Professional Edition yet. So far only our partner Trollweb Solutions has begun taking orders.</span><span id="more-224"></span></p>
<p><span style="color: #000000;">The new Professional Edition is based upon Magento Enterprise Edition and includes some of the most-wanted features from the Enterprise Edition including Gift Cards, Customer Credits and the Reward Point System. The Magento Professional Edition also includes a much more robust foundation as its core is based upon the Enterprise source.</span></p>
<p><a href="http://www.silverthemes.com/magento-professional-edition"><span style="color: #000000;">To learn more and purchase Magento Professional Edition please visit Silverthemes.com</span></a><span style="color: #000000;">.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.magjournal.com/2010/05/magento-professional-edition-available-for-purchase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento will be releasing new Magento Professional Edition</title>
		<link>http://www.magjournal.com/2010/05/magento-will-be-releasing-new-magento-professional-edition/</link>
		<comments>http://www.magjournal.com/2010/05/magento-will-be-releasing-new-magento-professional-edition/#comments</comments>
		<pubDate>Fri, 14 May 2010 07:17:59 +0000</pubDate>
		<dc:creator>Mark Clark</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.magjournal.com/?p=220</guid>
		<description><![CDATA[We have now got informasjon from trusted sources on that Varien is planning to release a Magento Professional Edition. The Professional Edition will include most of the features from Magento Enterprise, including Customer Credits and Gift Cards. We know this &#8230; <a href="http://www.magjournal.com/2010/05/magento-will-be-releasing-new-magento-professional-edition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We have now got informasjon from trusted sources on that Varien is planning to release a Magento Professional Edition.</p>
<p>The Professional Edition will include most of the features from Magento Enterprise, including Customer Credits and Gift Cards.</p>
<p>We know this has been heavily asked-for by many clients and this will guaranteed boost Magento even more. We will be following this more next week and bring you more up to date news on it as we get it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.magjournal.com/2010/05/magento-will-be-releasing-new-magento-professional-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics issue in Magento 1.4</title>
		<link>http://www.magjournal.com/2010/05/google-analytics-issue-in-magento-1-4/</link>
		<comments>http://www.magjournal.com/2010/05/google-analytics-issue-in-magento-1-4/#comments</comments>
		<pubDate>Sat, 01 May 2010 09:23:57 +0000</pubDate>
		<dc:creator>Mark Clark</dc:creator>
				<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://www.magjournal.com/?p=208</guid>
		<description><![CDATA[If you have upgraded to Magento 1.4.0.0 and 1.4.0.1 your Google Analytics tracking will not work any more. This is due to two bugs in these releases which misses a essential line in the Google Analytics code in Magento Core. &#8230; <a href="http://www.magjournal.com/2010/05/google-analytics-issue-in-magento-1-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you have upgraded to Magento 1.4.0.0 and 1.4.0.1 your Google Analytics tracking will not work any more. This is due to two bugs in these releases which misses a essential line in the Google Analytics code in Magento Core.</p>
<p><span id="more-208"></span></p>
<p>To fix this issue do the following.</p>
<ol>
<li>Open up your app/code/core/Mage/GoogleAnalytics/Block/Ga.php file</li>
<li>Go to aprox line #179, and add the line below right above the two lines below
<pre class="brush: php;">var _gaq = _gaq || [];</pre>
<pre class="brush: php;">    _gaq.push([&quot;_setAccount&quot;, &quot;' . $this-&gt;getAccount() . '&quot;]);
    _gaq.push([&quot;_trackPageview&quot;, &quot;'.$this-&gt;getPageName().'&quot;]);</pre>
<p><a href="../files/Ga.zip"></p>
<p>http://www.magjournal.com/files/Ga.zip</a></pre>
</li>
<li>Next, open up your app/design/frontend/base/default/layout/googleanalytics.xml file and rename "before_body_end" to "before_body_end".</li>
</ol>
<p>We have got a confirmation from Varien that this bug has been adressed and solved and will so be included in the next Magento release, however it is NOT 100% fixed in the latest SVN update so please follow these instructions to solve it.</p>
<p>The bug has also been reported here (among other places):<br />
<a href="http://www.magentocommerce.com/bug-tracking/issue/?issue=8492">http://www.magentocommerce.com/bug-tracking/issue/?issue=8492</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.magjournal.com/2010/05/google-analytics-issue-in-magento-1-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento Enterprise 1.8 released</title>
		<link>http://www.magjournal.com/2010/04/magento-enterprise-1-8-released/</link>
		<comments>http://www.magjournal.com/2010/04/magento-enterprise-1-8-released/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 17:13:17 +0000</pubDate>
		<dc:creator>Mark Clark</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://www.magjournal.com/?p=204</guid>
		<description><![CDATA[Magento Enterprise 1.8 was released earlier today, with many new exciting features. New Features in Enterprise Edition Version 1.8 Magento Enterprise Edition Version 1.8 features a new module enabling merchants to increase customer retention through sending configurable, automated email reminders &#8230; <a href="http://www.magjournal.com/2010/04/magento-enterprise-1-8-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.magjournal.com/wp-content/uploads/2010/04/Newsletter_Banner.jpg"><img class="alignright size-full wp-image-206" title="Newsletter_Banner" src="http://www.magjournal.com/wp-content/uploads/2010/04/Newsletter_Banner.jpg" alt="Newsletter_Banner" width="300" height="95" /></a>Magento Enterprise 1.8 was released earlier today, with many new exciting features.</p>
<p><strong><strong>New Features in Enterprise Edition Version 1.8</strong></strong></p>
<p>Magento Enterprise Edition Version 1.8 features a new module enabling  merchants to increase customer retention through sending configurable,  automated email reminders  for abandoned shopping carts and wishlists.  This enables merchants to target promotions and discounts to customers based on browsing activity.</p>
<p>Magento Enterprise Edition Version 1.8 also includes the addition of  Solr as an alternative search engine to the standard Magento search,  providing options to merchants for on-site search, and bringing  enhancements to the speed, quality and relevancy of the search results  provided to customers.</p>
<p>Additionally, Magento Enterprise Edition Version 1.8 includes  performance enhancements through a Flat Sales module, as well as a  module providing merchants  the ability to archive orders after a  configurable time-period. These modules are joined by a new feature that  allows customer service representatives to assist customers in shopping  through adding items to shopping carts, modifying wishlists, and more.  All of this is coupled with many other enhancements and improvements to  the existing functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.magjournal.com/2010/04/magento-enterprise-1-8-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Magento theme</title>
		<link>http://www.magjournal.com/2009/11/free-magento-theme/</link>
		<comments>http://www.magjournal.com/2009/11/free-magento-theme/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 12:47:28 +0000</pubDate>
		<dc:creator>Mark Clark</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.magjournal.com/?p=198</guid>
		<description><![CDATA[Today Silverthemes.com released a 100% free Magento theme over at SmashingMagazine.com. The theme, a grungy really SM-styled theme, got a lot of positive feedback from the community right after release. Be sure to check out the free Magento theme.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.magjournal.com/wp-content/uploads/2009/11/brage.png"><img class="alignright size-thumbnail wp-image-191" title="Magento brage theme" src="http://www.magjournal.com/wp-content/uploads/2009/11/brage-150x150.png" alt="Magento brage theme" width="150" height="150" /></a>Today <a title="Magento templates" href="http://www.Silverthemes.com" target="_blank">Silverthemes.com</a> released a 100% free Magento theme over at <a href="http://www.smashingmagazine.com" target="_blank">SmashingMagazine.com</a>. The theme, a grungy really SM-styled theme, got a lot of positive feedback from the community right after release. Be sure to check out the free Magento theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.magjournal.com/2009/11/free-magento-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best Magento theme so far?</title>
		<link>http://www.magjournal.com/2009/11/best-magento-theme-so-far/</link>
		<comments>http://www.magjournal.com/2009/11/best-magento-theme-so-far/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 16:36:10 +0000</pubDate>
		<dc:creator>Mark Clark</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.magjournal.com/?p=190</guid>
		<description><![CDATA[Silverthemes has released the Magento Brage theme a few weeks ago, with a huge success. Already almost 100 stores have purchased the theme and either used it as-is or customized it to fit a particular design. The Brage theme also &#8230; <a href="http://www.magjournal.com/2009/11/best-magento-theme-so-far/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Silverthemes has released the <a title="Magento brage theme" href="http://www.silverthemes.com/premium-magento-themes/magento-bragetheme-template.html" target="_blank">Magento Brage theme</a> a few weeks ago, with a huge success. Already almost 100 stores have purchased the theme and either used it as-is or customized it to fit a particular design.</p>
<p>The Brage theme also come in <a href="http://www.silverthemes.com/premium-magento-themes/magento-bragetheme-template.html" target="_blank">six different color schemes</a>, which can be selected directly from the Magento Admin without having to touch any code whatsoever.</p>
<p>Below are some screenshots of the theme.</p>
<p><a href="http://www.silverthemes.com/premium-magento-themes/magento-bragetheme-template.html"><img class="alignnone size-large wp-image-191" title="Magento brage theme" src="http://www.magjournal.com/wp-content/uploads/2009/11/brage-1024x781.png" alt="Magento brage theme" width="478" height="365" /></a></p>
<p><a href="http://www.silverthemes.com/premium-magento-themes/magento-bragetheme-template.html"><img class="alignnone size-large wp-image-195" title="brage2" src="http://www.magjournal.com/wp-content/uploads/2009/11/brage2-1024x849.png" alt="brage2" width="486" height="403" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.magjournal.com/2009/11/best-magento-theme-so-far/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento Version 1.3.2.3 released</title>
		<link>http://www.magjournal.com/2009/07/magento-version-1-3-2-3-released/</link>
		<comments>http://www.magjournal.com/2009/07/magento-version-1-3-2-3-released/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 08:49:04 +0000</pubDate>
		<dc:creator>Mark Clark</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.magjournal.com/?p=184</guid>
		<description><![CDATA[Magento Community 1.3.2.3 was released yesterday. We have gone through the update and although this is a minor update it solves several critical issues, like PayPal payment handling which has had a few issues around capture. The 1.3.2.3-release also solves &#8230; <a href="http://www.magjournal.com/2009/07/magento-version-1-3-2-3-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Magento Community 1.3.2.3 was released yesterday. We have gone through the update and although this is a minor update it solves several critical issues, like PayPal payment handling which has had a few issues around capture. The 1.3.2.3-release also solves several issues related to Category management, plus add a speed improvement to the general maintenance of the categories, which is very welcome.</p>
<p><span style="line-height: 16px;">To see a full list of the issues solved go here:<br />
<a href="http://www.magentocommerce.com/download/release_notes#Release%20Notes%20-%20Magento%201.3.2.3%20%28July%2022,%202009%29">http://www.magentocommerce.com/download/release_notes#Release%20Notes%20-%20Magento%201.3.2.3%20%28July%2022,%202009%29</a></span></p>
<p>Download the diff-file for this update here:<br />
<span style="line-height: 16px;"><a href="http://www.magentocommerce.com/downloads/assets/1.3.2.3/1.3.2.2-1.3.2.3.diff ">http://www.magentocommerce.com/downloads/assets/1.3.2.3/1.3.2.2-1.3.2.3.diff </a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.magjournal.com/2009/07/magento-version-1-3-2-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
