<?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>update Архиви - rosen4o.net</title>
	<atom:link href="https://rosen4o.net/tag/update/feed/" rel="self" type="application/rss+xml" />
	<link>https://rosen4o.net/tag/update/</link>
	<description></description>
	<lastBuildDate>Thu, 06 Dec 2018 19:26:22 +0000</lastBuildDate>
	<language>bg-BG</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>[FIXED] No Update Required Your WordPress database is already up-to-date</title>
		<link>https://rosen4o.net/2018/12/06/fixed-no-update-required-your-wordpress-database-is-already-up-to-date/</link>
					<comments>https://rosen4o.net/2018/12/06/fixed-no-update-required-your-wordpress-database-is-already-up-to-date/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Thu, 06 Dec 2018 19:17:22 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress5]]></category>
		<category><![CDATA[wordpressupdate]]></category>
		<category><![CDATA[wpupdate]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=1104</guid>

					<description><![CDATA[<p>If your WordPress Blog is stuck on No Update Required -&#62; Database update loop then you are searching a way to fix it Just go to wp-content folder of your WordPress and remove object-cache.php After this your admin dashboard will<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2018/12/06/fixed-no-update-required-your-wordpress-database-is-already-up-to-date/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2018/12/06/fixed-no-update-required-your-wordpress-database-is-already-up-to-date/">[FIXED] No Update Required Your WordPress database is already up-to-date</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>If your WordPress Blog is stuck on No Update Required -&gt; Database update loop then you are searching a way to fix it</p>



<p>Just go to wp-content folder of your WordPress and remove</p>



<p><strong>object-cache.php</strong></p>



<p>After this your admin dashboard will be accessible again<br></p>
<p>Материалът <a href="https://rosen4o.net/2018/12/06/fixed-no-update-required-your-wordpress-database-is-already-up-to-date/">[FIXED] No Update Required Your WordPress database is already up-to-date</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2018/12/06/fixed-no-update-required-your-wordpress-database-is-already-up-to-date/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>wordpress forse css styles version</title>
		<link>https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/</link>
					<comments>https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/#comments</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Thu, 14 Jul 2016 14:41:07 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[force]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=1062</guid>

					<description><![CDATA[<p>Sometime css files version need to be set so update to be forced on all users which are visiting the site This can be done very easy in wordpress just need to add those lines in function.php of the theme<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/">wordpress forse css styles version</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometime css files version need to be set so update to be forced on all users which are visiting the site</p>
<p>This can be done very easy in wordpress just need to add those lines in function.php of the theme</p>
<blockquote>
<pre><code>function my_wp_default_styles($styles)
{
	//use release date for version
	$styles-&gt;default_version = "20160714";
}
add_action("wp_default_styles", "my_wp_default_styles");</code></pre>
</blockquote>
<p>Материалът <a href="https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/">wordpress forse css styles version</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>slackroll или slackware update</title>
		<link>https://rosen4o.net/2009/05/20/slackroll-%d0%b8%d0%bb%d0%b8-slackware-update/</link>
					<comments>https://rosen4o.net/2009/05/20/slackroll-%d0%b8%d0%bb%d0%b8-slackware-update/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Wed, 20 May 2009 15:47:28 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Без категория]]></category>
		<category><![CDATA[slackware]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=506</guid>

					<description><![CDATA[<p>Попаднах на следната статия за slackroll сега ще го пробвам 😉 1. Download slackroll: # http://cloud.github.com/downloads/rg3/slackroll/slackroll-v31-noarch-1.tgz 2. Install slackroll: # installpkg slackroll-v31-noarch-1.tgz 3. Set a mirror *, e.g.: # slackroll set-mirror 'http://slackware.cs.utah.edu/pub/slackware/slackware-current/' 4. Update the package list: # slackroll update<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2009/05/20/slackroll-%d0%b8%d0%bb%d0%b8-slackware-update/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2009/05/20/slackroll-%d0%b8%d0%bb%d0%b8-slackware-update/">slackroll или slackware update</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Попаднах на следната статия за slackroll сега ще го пробвам 😉</p>
<blockquote>
<pre>  1. Download slackroll: # <a class="external free" title="http://cloud.github.com/downloads/rg3/slackroll/slackroll-v31-noarch-1.tgz" rel="nofollow" href="http://cloud.github.com/downloads/rg3/slackroll/slackroll-v31-noarch-1.tgz">http://cloud.github.com/downloads/rg3/slackroll/slackroll-v31-noarch-1.tgz</a>
  2. Install slackroll: # installpkg slackroll-v31-noarch-1.tgz
  3. Set a mirror *, e.g.: # slackroll set-mirror '<a class="external free" title="http://slackware.cs.utah.edu/pub/slackware/slackware-current/'" rel="nofollow" href="http://slackware.cs.utah.edu/pub/slackware/slackware-current/%27">http://slackware.cs.utah.edu/pub/slackware/slackware-current/'</a>
  4. Update the package list: # slackroll update
  5. Upgrade to Slackware "current": # slackroll upgrade
  6. Repeat steps 4 and 5 once or twice a week to ensure that you are always in sync with the "current" development **.</pre>
</blockquote>
<p>Материалът <a href="https://rosen4o.net/2009/05/20/slackroll-%d0%b8%d0%bb%d0%b8-slackware-update/">slackroll или slackware update</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2009/05/20/slackroll-%d0%b8%d0%bb%d0%b8-slackware-update/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
