<?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>Dev4Press&#187; backups Tag Archives,  | Dev4Press</title> <atom:link href="http://www.dev4press.com/tag/backups/feed/" rel="self" type="application/rss+xml" /><link>http://www.dev4press.com</link> <description>Premium Plugins and Themes for WordPress</description> <lastBuildDate>Thu, 09 Feb 2012 20:24:04 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Handling encryption in backups</title><link>http://www.dev4press.com/2011/blog/development/handling-encryption-in-backups/</link> <comments>http://www.dev4press.com/2011/blog/development/handling-encryption-in-backups/#comments</comments> <pubDate>Mon, 05 Sep 2011 22:10:02 +0000</pubDate> <dc:creator>MillaN</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[database]]></category> <category><![CDATA[encrypt]]></category> <category><![CDATA[encrypting]]></category> <category><![CDATA[encryption]]></category> <category><![CDATA[encryptions]]></category> <category><![CDATA[extension]]></category> <category><![CDATA[files]]></category> <category><![CDATA[gzip]]></category> <category><![CDATA[handle]]></category> <category><![CDATA[mcrypt]]></category> <category><![CDATA[memory]]></category> <category><![CDATA[php]]></category> <category><![CDATA[problem]]></category> <category><![CDATA[suggestions]]></category><guid
isPermaLink="false">http://www.dev4press.com/?p=6729</guid> <description><![CDATA[On of the things I want to do with backups is to add encryption of files inside the archive, mainly database and some of source files at least. But, web servers and PHP is not really well suited to handle any type of encryption due to complexity and limited resources for such operations.<br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></description> <content:encoded><![CDATA[<p>On of the things I want to do with backups is to add encryption of files inside the archive, mainly database and some of source files at least. But, web servers and PHP is not really well suited to handle any type of encryption due to complexity and limited resources for such operations.</p><p>I am looking into different solutions for encryption, and as it looks now, PHP mcrypt extension  is best solution of this. Problem is that servers can be set up without this extension installed. Other solutions are much slower than mcrypt that on its own is slow already. Tests I did show that the even the simplest encryption can slow the process 20 or more times. Also, encrypting a single file requires memory, so that also limits the amount of data PHP can handle for this.  Problem with encryption in PHP is that must be in memory operation. If you need to encrypt the file, that file must be loaded, encrypted and saved. There are no stream based functions, partial encodings and things like that in PHP. Also, in most cases PHP can be assigned maximum of 256MB of RAM, new servers, new PHP versions allow up to 4GB (as far as I know).</p><p>At this point I am thinking of encrypting database data. Encrypting PHP files can be pretty pointless, since most of the installation is WordPress, themes and plugins that don&#8217;t hold anything worth encoding. And to encode uploaded files, images, videos and things like that will be very complex to do and again, limiting by the size.</p><p>To encrypt database data there are few approaches to it. If the backup is done using mySQL dump, only way to make encryption is to encrypt the database file. But, to do that, file must be smaller than 100MB (with GZIP that can be achieved). 100MB GZIP SQL file can hold typically up to 500 MB database. So, big websites can&#8217;t use this method. For instance, Dev4Press website right now has 100MB database, packed in under 15 MB GZIP. The whole file is encrypted after backup. If database backup is made using SQL functions in plugin, encryption can be done same way as described before on the completed file. But, also, I can attempt to encrypt parts of the data before writing them into file. This will be very complicated to do, but it is doable.</p><p>Encrypting files can be done also, but the more files to encrypt, the slower the backup process will be. Dev4Press website, full backup takes about 3 minutes to backup everything (500 MB). From encryption tests I did, for 100% encryption this can take up to an hour or even more, with also high CPU usage during this period, and that can leave your website unresponsive.</p><p>So, what to do? I am open to suggestions on how to handle encryption for backups. If you have examples on how to handle large file encryption, tips on how to do it, or suggestions on what to encrypt, how to go around PHP limitations, please leave comments, or contact me directly if needed.</p><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2011/blog/development/handling-encryption-in-backups/" type="text/javascript" charset="utf-8"></script><br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></content:encoded> <wfw:commentRss>http://www.dev4press.com/2011/blog/development/handling-encryption-in-backups/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>GD Press Tools 4.2 Pro</title><link>http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-2-pro/</link> <comments>http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-2-pro/#comments</comments> <pubDate>Thu, 18 Aug 2011 18:00:30 +0000</pubDate> <dc:creator>MillaN</dc:creator> <category><![CDATA[Plugins]]></category> <category><![CDATA[archive files]]></category> <category><![CDATA[backup features]]></category> <category><![CDATA[backup solutions]]></category> <category><![CDATA[backup tasks]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[bugs]]></category> <category><![CDATA[changelog]]></category> <category><![CDATA[comparison table]]></category> <category><![CDATA[complete solution]]></category> <category><![CDATA[free security]]></category> <category><![CDATA[improvements]]></category> <category><![CDATA[network installations]]></category> <category><![CDATA[new auto]]></category> <category><![CDATA[notifications]]></category> <category><![CDATA[press tools]]></category> <category><![CDATA[previous versions]]></category> <category><![CDATA[sentences]]></category> <category><![CDATA[video tools]]></category> <category><![CDATA[video tutorial]]></category><guid
isPermaLink="false">http://www.dev4press.com/?p=6410</guid> <description><![CDATA[After several months of development and testing, new major release of GD Press Tools Pro is here. Version 4.2 has a long changelog, but focus in this one is new backup module, new auto tagger module, Sucuri free security scan, many bugs fixed and many improvements to rest of the plugin.<br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></description> <content:encoded><![CDATA[<p>After several months of development and testing, new major release of GD Press Tools Pro is here. Version 4.2 has a long changelog, but focus in this one is new backup module, new auto tagger module, Sucuri free security scan, many bugs fixed and many improvements to rest of the plugin.</p><h3>New Backup Module</h3><p>It&#8217;s not easy to summarize new backup module in the few sentences. It has a lot of features and compared to all other backup solutions for WordPress, GD Press Tools Pro the only truly complete solution for WordPress backups. And much more. Plugin has quick backup, tasks based backup, archive files protection, support for multisite/network installations, customizable backup tasks, CDN/FTP upload, email notifications and more.</p><p>To see all that in action, you can check out the video tutorial: <a
title="Using GD Press Tools 4.2 Backup" href="http://www.dev4press.com/2011/tutorials/plugins-tutorials/gd-press-tools/using-gd-press-tools-4-2-backup/" target="_blank">Using GD Press Tools 4.2 Backup</a>. And, plugin now includes restore and clone script that you can use to restore website from full backup archive or migrate it into another website. For a whole backup and restore procedure, check out this tutorial: <a
title="How to backup and restore your website" href="http://www.dev4press.com/2011/tutorials/plugins-tutorials/gd-press-tools/how-to-backup-and-restore-your-website/" target="_blank">How to backup and restore your website</a>.</p><div
id="attachment_6479" class="wp-caption aligncenter" style="width: 590px"><a
href="http://cdnx.dev4press.com/wp-content/uploads/2011/08/gdpt42_archives.png"><img
class="size-large wp-image-6479" title="GD Press Tools Pro 4.2: Backup Panel" src="http://cdnx.dev4press.com/wp-content/uploads/2011/08/gdpt42_archives-580x322.png" alt="GD Press Tools Pro 4.2: Backup Panel" width="580" height="322" /></a><p
class="wp-caption-text">GD Press Tools Pro 4.2: Backup Panel</p></div><p>I got many questions about comparing GD Press Tools Pro to other plugins especially for the backup. So, I have prepared comparison table comparing <a
title="GD Press Tools Pro vs BackupBuddy" href="http://www.dev4press.com/compare/compare-gd-press-tools-pro-with-backupbuddy/" target="_blank">GD Press Tools Pro versus BackupBuddy</a>. As you can see, not only that GD Press Tools Pro offers much more for in terms of backup features, you get many more features for full administration plugin. And best part is that GD Press Tools Pro costs much less then BackupBuddy.</p><div
id="attachment_6480" class="wp-caption alignright" style="width: 230px"><a
title="GD Press Tools Pro: New Tagger Form" href="http://cdnx.dev4press.com/wp-content/uploads/2011/08/gdpt42_taggerform.png" rel="lightbox"><img
class="size-medium wp-image-6480 " title="GD Press Tools Pro: New Tagger Form" src="http://cdnx.dev4press.com/wp-content/uploads/2011/08/gdpt42_taggerform-244x300.png" alt="GD Press Tools Pro: New Tagger Form" width="220" height="270" /></a><p
class="wp-caption-text">GD Press Tools Pro: New Tagger Form</p></div><h3>Auto Tagger</h3><p>Another new module is Auto Tagger. Previous versions of the plugin had a simple auto tagger. Now, you get very powerful tool that allow scheduling, support for custom post types and custom taxonomies, wide range of settings and filtering and support for 4 different tagging methods: internal extraction, Yahoo  API, Alchemy API and Zemanta API (last two need signing up for the API keys). To see how each method works, there is a test tool available.</p><p>All tagging methods can be used with single post tagging, that will be further improved with next plugin versions. If you want to see the auto tagger in action, check out the tutorial: <a
title="Using GD Press Tools Auto Tagger" href="http://www.dev4press.com/2011/tutorials/plugins-tutorials/gd-press-tools/using-gd-press-tools-auto-tagger/" target="_blank">Using GD Press Tools Auto Tagger</a>.</p><div
id="attachment_6483" class="wp-caption alignleft" style="width: 164px"><img
class="size-full wp-image-6483" title="Plugin Menu" src="http://cdnx.dev4press.com/wp-content/uploads/2011/08/gdpt42_fullmenu.png" alt="Plugin Menu" width="154" height="452" /><p
class="wp-caption-text">Plugin Menu</p></div><h3>Interface, SEO, Security and more</h3><p>Plugin uses once again updated interface, refining look further using simpler color scheme. Plugin menu is now color coded that display items in different colors (for multisite menu, normal menu). New SEO panel is just start of the full SEO module that will be added later. Now has support for previous existing meta features, and added new Facebook open graph integration. <a
title="Sucuri" href="http://sucuri.net/" target="_blank">Sucuri</a> powered free security scan is added as a new panel, and you can scan any website.</p><p>Most other features are also updated: debugger, dashboard widget, new settings added, more WordPress 3.2 related changes, updated third party libraries and added about plugin page.</p><p>Bug fixes include: changing admin username works now with multisites, invalid archive status during backup, minor issues with building XML sitemaps, several new PHP warnings, download of files via file manager, missing nonce protection in some cases.</p><h3>What&#8217;s next?</h3><p>There are much more planned features for future versions. Roadmap is updated recently, but there are many smaller features not listed that will be added to minor revisions along with bugs fixed. If you have any suggestions, leave a comment here or in the support forum.</p><p>And, if you find any bugs, I have started new thread in the forums for this plugin version.</p><h3>Links and Resources</h3><p>Here is the list of tutorials mentioned in this post:</p><blockquote><p><a
title="How to backup and restore your website" href="http://www.dev4press.com/2011/tutorials/plugins-tutorials/gd-press-tools/how-to-backup-and-restore-your-website/" target="_blank">How to backup and restore your website</a><br
/> <a
title="Using GD Press Tools 4.2 Backup" href="http://www.dev4press.com/2011/tutorials/plugins-tutorials/gd-press-tools/using-gd-press-tools-4-2-backup/" target="_blank">Using GD Press Tools 4.2 Backup</a><br
/> <a
title="Using GD Press Tools Auto Tagger" href="http://www.dev4press.com/2011/tutorials/plugins-tutorials/gd-press-tools/using-gd-press-tools-auto-tagger/" target="_blank">Using GD Press Tools Auto Tagger</a></p></blockquote><p>Comparing GD Press Tools Pro versus BackupBuddy:</p><blockquote><p><a
title="GD Press Tools Pro vs BackupBuddy" href="http://www.dev4press.com/compare/compare-gd-press-tools-pro-with-backupbuddy/" target="_blank">GD Press Tools Pro versus BackupBuddy</a></p></blockquote><p>To see the list of plugin features, overview and to buy the plugin, visit these pages:</p><blockquote><p><a
title="GD Press Tools Overview" href="http://www.dev4press.com/gd-press-tools/" target="_blank">GD Press Tools Overview</a><br
/> <a
title="GD Press Tools Main Page" href="http://www.dev4press.com/plugins/gd-press-tools/" target="_blank">GD Press Tools Main Page</a><br
/> <strong><a
title="Buy GD Press Tools Pro" href="http://www.dev4press.com/plugins/gd-press-tools/editions/" target="_blank">Buy GD Press Tools Pro</a></strong></p></blockquote><h3>Promo coupon</h3><blockquote><p>To get <strong>30%</strong> discount for this plugin (for yearly recurring payments standard and developer licenses, coupon is applied to initial payment only): <span
style="color: #ff0000;"><strong>GDPT42PRO</strong></span>. Coupon can be used until <strong>September 5 2011</strong>.</p></blockquote><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-2-pro/" type="text/javascript" charset="utf-8"></script><br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></content:encoded> <wfw:commentRss>http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-2-pro/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>GD Press Tools 4.2 Beta #3</title><link>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-2-beta-3/</link> <comments>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-2-beta-3/#comments</comments> <pubDate>Sun, 07 Aug 2011 21:20:10 +0000</pubDate> <dc:creator>MillaN</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[backup job]]></category> <category><![CDATA[backup module]]></category> <category><![CDATA[backup tasks]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[beta version]]></category> <category><![CDATA[bug reports]]></category> <category><![CDATA[content folder]]></category> <category><![CDATA[cosmetic fixes]]></category> <category><![CDATA[minor bugs]]></category> <category><![CDATA[mistake]]></category> <category><![CDATA[network environments]]></category> <category><![CDATA[notifications]]></category> <category><![CDATA[plugin tools]]></category> <category><![CDATA[plugin version]]></category> <category><![CDATA[press tools]]></category> <category><![CDATA[reset button]]></category> <category><![CDATA[stable version]]></category> <category><![CDATA[translation]]></category><guid
isPermaLink="false">http://www.dev4press.com/?p=6302</guid> <description><![CDATA[More changes are in for another Beta version of GD Press Tools Pro 4.2. New Beta #3 brings many fixes to backup module (email sending, tasks editor, process log), cron scheduler and XML sitemaps generator, and also adds brand new module for Sucuri Free Security Scan<br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></description> <content:encoded><![CDATA[<p>More changes are in for another Beta version of GD Press Tools Pro 4.2. New Beta #3 brings many fixes to backup module (email sending, tasks editor, process log), cron scheduler and XML sitemaps generator, and also adds brand new module for Sucuri Free Security Scan.</p><blockquote><p><strong><span
style="text-decoration: underline; color: #ff0000;">Warning:</span> This is a development version</strong>, and its for use only on test environments and I can&#8217;t recommend that you use this plugin version on your live websites.</p></blockquote><div
id="attachment_6304" class="wp-caption alignright" style="width: 286px"><a
href="http://cdnx.dev4press.com/wp-content/uploads/2011/08/gdpt42_sucuri.png"><img
class="size-medium wp-image-6304" title="GD Press Tools 4.2: Sucuri Free Security Scan" src="http://cdnx.dev4press.com/wp-content/uploads/2011/08/gdpt42_sucuri-276x300.png" alt="GD Press Tools 4.2: Sucuri Free Security Scan" width="276" height="300" /></a><p
class="wp-caption-text">GD Press Tools 4.2: Sucuri Free Security Scan</p></div><p>New panel in this version is <a
title="Sucuri" href="http://d4p.me/sucuri" target="_blank">Sucuri Powered</a> Security Scan. You can scan your website or enter URL to any other. You will get info on existing malware, blacklisting, IFRAME&#8217;s, JavaScript files, server, application and more.</p><p>As for the backup, another long list of bugs is fixed, bringing us one step forward to stable 4.2 release. More tests are done to make sure that plugin works with non standard WP installations: renamed content file and/or custom database prefix. Email notifications and editing of tasks now work. Backup log is expanded with more info, database backup improved with better escaping of data, backup status information is expanded and improved. Cron Scheduler has additional button to display arguments for each job.</p><p><strong>If you still have issue starting backups or creating tasks:</strong>  it&#8217;s highly recommended that you clean up all the tasks data from the database, and allow plugin to create all that again as it should be. So, go to the Plugin Tools panel, Reset tab, and check ‘Remove everything tasks related option, and click Reset button. Now, you should have Backup working as it should be.  Also, from Cron Scheduler tab remove (clear) these tasks: <strong>gdpt_backup_job</strong> (old backup job) and <strong>gdpt_task_backup</strong> (new one).</p><p>Leave all bug reports or other information in the comments or in the forum (there is a Beta #3 thread opened in GD Press Tools forum).</p><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2011/blog/development/gd-press-tools-4-2-beta-3/" type="text/javascript" charset="utf-8"></script><br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></content:encoded> <wfw:commentRss>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-2-beta-3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>GD Press Tools 4.2 Beta #2</title><link>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-2-beta-2/</link> <comments>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-2-beta-2/#comments</comments> <pubDate>Fri, 05 Aug 2011 14:00:14 +0000</pubDate> <dc:creator>MillaN</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[backup job]]></category> <category><![CDATA[backup module]]></category> <category><![CDATA[backup tasks]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[beta version]]></category> <category><![CDATA[bug reports]]></category> <category><![CDATA[content folder]]></category> <category><![CDATA[cosmetic fixes]]></category> <category><![CDATA[minor bugs]]></category> <category><![CDATA[mistake]]></category> <category><![CDATA[network environments]]></category> <category><![CDATA[notifications]]></category> <category><![CDATA[plugin tools]]></category> <category><![CDATA[plugin version]]></category> <category><![CDATA[press tools]]></category> <category><![CDATA[reset button]]></category> <category><![CDATA[stable version]]></category> <category><![CDATA[translation]]></category><guid
isPermaLink="false">http://www.dev4press.com/?p=6296</guid> <description><![CDATA[It's very close now. Another batch of bugs is fixed in this version, bringing 4.2 release one step closer. This version includes many cosmetic fixes, few real bugs and few more PHP warnings. Most important fix is the site level backup in the multisite/network environments.<br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></description> <content:encoded><![CDATA[<p>It&#8217;s very close now. Another batch of bugs is fixed in this version, bringing 4.2 release one step closer. This version includes many cosmetic fixes, few real bugs and few more PHP warnings. Most important fix is the site level backup in the multisite/network environments.</p><blockquote><p><strong><span
style="text-decoration: underline; color: #ff0000;">Warning:</span> This is a development version</strong>, and its for use only on test environments and I can&#8217;t recommend that you use this plugin version on your live websites.</p></blockquote><p>When running Quick Backup in the multisite environment, when on Network admin, everything will work as expected. On site level, full backup will fallback to only site database tables and site owned files. Only network admin can backup everything, and when you create backup tasks that was so, only Quick Backup was a problem.</p><p>Other major issue was with installation where wp-content folder is renamed. This now works also. There is only one instance that is not working and will not be supported for now: wp-content moved outside of WP folder. This case causes too many issues for backup procedure. Third major issue was ZipArchive built in PHP class. In some cases this was causing problems with adding files. For now, this method is disabled, and plugin will use only PCLZip class.</p><p>Log for backup is improved, additional paths cleanup added for inclusion and exclusions, problem with writable folders is not more visible and plugin will not allow backups to run if the folder is not writable, clear and abort buttons for backup process are now working.</p><p>As it was reported, there are some issues with some other plugins that can inject own JavaScript that can break GD Press Tools. Not much to do about it, other than disable problematic plugins. I will publish the list of these plugins once it all gets confirmed. Other than that, plugin is working great, and very stable. I am running Beta #2 on all my sites (not on Dev4Press yet), and I have zero problems with it.</p><p><strong>If you still have issue starting backups or creating tasks:</strong>  it&#8217;s highly recommended that you clean up all the tasks data from the database, and allow plugin to create all that again as it should be. So, go to the Plugin Tools panel, Reset tab, and check ‘Remove everything tasks related option, and click Reset button. Now, you should have Backup working as it should be.  Also, from Cron Scheduler tab remove (clear) these tasks: <strong>gdpt_backup_job</strong> (old backup job) and <strong>gdpt_task_backup</strong> (new one).</p><p>Still, we need more testing for the following features: backup jobs with emails notifications, custom files backups, multisite installations backup. Leave all bug reports or other information in the comments or in the forum (there is a Beta thread opened in GD Press Tools forum).</p><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2011/blog/development/gd-press-tools-4-2-beta-2/" type="text/javascript" charset="utf-8"></script><br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></content:encoded> <wfw:commentRss>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-2-beta-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>GD Press Tools 4.2 Beta #1</title><link>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-2-beta-1/</link> <comments>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-2-beta-1/#comments</comments> <pubDate>Thu, 04 Aug 2011 13:40:29 +0000</pubDate> <dc:creator>MillaN</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[backup job]]></category> <category><![CDATA[backup module]]></category> <category><![CDATA[backup tasks]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[beta version]]></category> <category><![CDATA[bug reports]]></category> <category><![CDATA[minor bugs]]></category> <category><![CDATA[mistake]]></category> <category><![CDATA[notifications]]></category> <category><![CDATA[plugin tools]]></category> <category><![CDATA[plugin version]]></category> <category><![CDATA[press tools]]></category> <category><![CDATA[reset button]]></category> <category><![CDATA[servers]]></category> <category><![CDATA[stable version]]></category> <category><![CDATA[tabs]]></category> <category><![CDATA[test environments]]></category> <category><![CDATA[translation]]></category><guid
isPermaLink="false">http://www.dev4press.com/?p=6285</guid> <description><![CDATA[No, it's not a mistake, new GD Press Tools will have version number 4.2. And the first Beta version is here bringing all planned features very close to release status. All features should be working now, and I expect only smaller bugs remaining. Stable version will be released soon.<br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></description> <content:encoded><![CDATA[<p>No, it&#8217;s not a mistake, new GD Press Tools will have version number 4.2. And the first Beta version is here bringing all planned features very close to release status. All features should be working now, and I expect only smaller bugs remaining. Stable version will be released soon.</p><blockquote><p><strong><span
style="text-decoration: underline; color: #ff0000;">Warning:</span> This is a development version</strong>, and its for use only on test environments and I can&#8217;t recommend that you use this plugin version on your live websites.</p></blockquote><p>New version number will be 4.2. My internal build and version system required this change to be made, so 4.1 as official number will be skipped.</p><p>After last 3-4 days since release of Alpha #3, many bugs are fixed, most of them related to the Backup module. Now, after extensive testing on several different servers, backup module is working as designed. Still, I expect some minor bugs to be still present, so next 4-5 days will be spend making sure that all these things are fixed. Backup has working Statistics and Process panels that will show you general info about the backup tasks running. Editing of backup tasks works now.</p><p><strong>If you still have issue starting backups or creating tasks:</strong>  it&#8217;s highly recommended that you clean up all the tasks data from the database, and allow plugin to create all that again as it should be. So, go to the Plugin Tools panel, Reset tab, and check ‘Remove everything tasks related’ option, and click Reset button. Now, you should have Backup working as it should be.  Also, from Cron Scheduler tab remove (clear) these tasks: <strong>gdpt_backup_job</strong> (old backup job) and <strong>gdpt_task_backup</strong> (new one).</p><div
id="attachment_6293" class="wp-caption alignright" style="width: 250px"><a
title="GD Press Tools: About" href="http://cdnx.dev4press.com/wp-content/uploads/2011/08/gdpt42_about.png" rel="lightbox"><img
class="size-medium wp-image-6293 " title="GD Press Tools: About" src="http://cdnx.dev4press.com/wp-content/uploads/2011/08/gdpt42_about-300x177.png" alt="GD Press Tools: About" width="240" height="142" /></a><p
class="wp-caption-text">GD Press Tools: About</p></div><p>Cron Scheduler panel is improved, new About page added, few more bugs in File Manager fixed. Some unused tabs removed and many minor things improved. Translation strings are updated, and they are not expected to changed until final 4.2 is released.</p><p>So, now we need to test following things: backup jobs with emails notifications, custom files backups, multisite installations backup. Leave all bug reports or other information in the comments or in the forum (there is a Beta thread opened in GD Press Tools forum).</p><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2011/blog/development/gd-press-tools-4-2-beta-1/" type="text/javascript" charset="utf-8"></script><br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></content:encoded> <wfw:commentRss>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-2-beta-1/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>GD Press Tools 4.1 Alpha #5</title><link>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-1-alpha-5/</link> <comments>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-1-alpha-5/#comments</comments> <pubDate>Tue, 02 Aug 2011 08:54:46 +0000</pubDate> <dc:creator>MillaN</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[alpha versions]]></category> <category><![CDATA[backup module]]></category> <category><![CDATA[backup tasks]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[beta version]]></category> <category><![CDATA[development snapshot]]></category> <category><![CDATA[known issues]]></category> <category><![CDATA[minor changes]]></category> <category><![CDATA[plugin version]]></category> <category><![CDATA[press tools]]></category> <category><![CDATA[reset button]]></category> <category><![CDATA[security panel]]></category> <category><![CDATA[test environments]]></category><guid
isPermaLink="false">http://www.dev4press.com/?p=6276</guid> <description><![CDATA[With more bugs fixed, mostly in the Backup module and with File Manager, and more minor changes and code cleanup, interface improvements, this will be last Alpha version. As planned, Beta #1 will be out by the end of this week, with Final version coming out next week.<br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></description> <content:encoded><![CDATA[<p>With more bugs fixed, mostly in the Backup module and with File Manager, and more minor changes and code cleanup, interface improvements, this will be last Alpha version. As planned, Beta #1 will be out by the end of this week, with Final version coming out next week.</p><blockquote><p><strong><span
style="text-decoration: underline; color: #ff0000;">Warning:</span> This is a development snapshot</strong> of the upcoming version, and its for use only on test environments. I try to make even alpha versions as stable as possible, but still I can&#8217;t recommend that you use this plugin version on your live websites. Also, new Backup is NOT compatible with old one! Once you upgrade to this version, all scheduled backups from old version will stop working.</p><p><span
style="color: #ff0000;"><strong><span
style="text-decoration: underline;">Known Issues:</span></strong></span> Backup tasks editing not working. Backup process log and statistics tab not done yet.</p></blockquote><p>If you were using previous Alpha versions is highly recommended that you clean up all the tasks data from the database, and allow plugin to create all that again as it should be. So, go to the Plugin Tools panel, Reset tab, and check &#8216;Remove everything tasks related&#8217; option, and click Reset button. Now, you should have Backup working as it should be.</p><p>In the next couple of days, I will release 4.1 Beta version, and soon after that final 4.1 will follow. So, please report all errors or problems you encounter with this release, I expect that there are some bugs in still, mostly with new Backup module. If you have some suggestions on the features present in this version, leave comments in this post or in the forum.</p><p>Next week will see several new video tutorials for new backup, auto tagger and few other things.</p><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2011/blog/development/gd-press-tools-4-1-alpha-5/" type="text/javascript" charset="utf-8"></script><br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></content:encoded> <wfw:commentRss>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-1-alpha-5/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>GD Press Tools 4.1 Alpha #4</title><link>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-1-alpha-4/</link> <comments>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-1-alpha-4/#comments</comments> <pubDate>Mon, 01 Aug 2011 16:12:45 +0000</pubDate> <dc:creator>MillaN</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[alpha versions]]></category> <category><![CDATA[backup module]]></category> <category><![CDATA[backup tasks]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[beta version]]></category> <category><![CDATA[development snapshot]]></category> <category><![CDATA[known issues]]></category> <category><![CDATA[minor changes]]></category> <category><![CDATA[old version]]></category> <category><![CDATA[plugin version]]></category> <category><![CDATA[press tools]]></category> <category><![CDATA[reset button]]></category> <category><![CDATA[security panel]]></category> <category><![CDATA[tagger]]></category> <category><![CDATA[test environments]]></category> <category><![CDATA[video tutorials]]></category><guid
isPermaLink="false">http://www.dev4press.com/?p=6274</guid> <description><![CDATA[Some more testing revealed several bugs, and also some bugs were reported in the forum, so here is another Alpha release with many bugs fixed and more improvements to the interface. There are still few known issues that will be fixed in upcoming versions (Beta and Final).<br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></description> <content:encoded><![CDATA[<p>Some more testing revealed several bugs, and also some bugs were reported in the forum, so here is another Alpha release with many bugs fixed and more improvements to the interface. There are still few known issues that will be fixed in upcoming versions (Beta and Final).</p><blockquote><p><strong><span
style="text-decoration: underline; color: #ff0000;">Warning:</span> This is a development snapshot</strong> of the upcoming version, and its for use only on test environments. I try to make even alpha versions as stable as possible, but still I can&#8217;t recommend that you use this plugin version on your live websites. Also, new Backup is NOT compatible with old one! Once you upgrade to this version, all scheduled backups from old version will stop working.</p><p><span
style="color: #ff0000;"><strong><span
style="text-decoration: underline;">Known Issues:</span></strong></span> Backup tasks editing not working. Backup process log and statistics tab not done yet. Problems with custom files backup.</p></blockquote><p>For users that were using Alpha #2, new backup was broken, and default backup task missing (and quick backup broken because of that). To remedy this problem, you need to reinitialize backup tasks: Go to Plugin Tools panel, open Reset tab, and from Tasks And Connections select Backup tasks and click on Reset button. This should bring the default task and everything should be OK. Report back if this is still broken.</p><p>All icons and images are now replaced with new ones. New icons are done with Axialis IconWorkshop. Minor changes are added to File Manager with few fixes, Security panel got few things fixed and XML Sitemap manual rebuild works again.</p><p>In the next couple of days, I will release 4.1 Beta version, and soon after that final 4.1 will follow. So, please report all errors or problems you encounter with this release, I expect that there are some bugs in still, mostly with new Backup module. If you have some suggestions on the features present in this version, leave comments in this post or in the forum.</p><p>Next week will see several new video tutorials for new backup, auto tagger and few other things.</p><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2011/blog/development/gd-press-tools-4-1-alpha-4/" type="text/javascript" charset="utf-8"></script><br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></content:encoded> <wfw:commentRss>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-1-alpha-4/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>GD Press Tools 4.1 Alpha #3</title><link>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-1-alpha-3/</link> <comments>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-1-alpha-3/#comments</comments> <pubDate>Sun, 31 Jul 2011 21:00:25 +0000</pubDate> <dc:creator>MillaN</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[alpha release]]></category> <category><![CDATA[auto tagger]]></category> <category><![CDATA[backup tasks]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[cdn]]></category> <category><![CDATA[code cleanup]]></category> <category><![CDATA[development snapshot]]></category> <category><![CDATA[interface changes]]></category> <category><![CDATA[interface improvements]]></category> <category><![CDATA[meta tags]]></category> <category><![CDATA[minor improvements]]></category> <category><![CDATA[new feature]]></category> <category><![CDATA[plugin version]]></category> <category><![CDATA[press tools]]></category> <category><![CDATA[test environments]]></category><guid
isPermaLink="false">http://www.dev4press.com/?p=6226</guid> <description><![CDATA[This latest Alpha release is delayed more than I wanted too, but it is now here bringing many more changes (improved debugger, interface changes, code cleanup) and most importantly reworked Backup panel and brand new SEO panel (replacing old Meta panel).<br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></description> <content:encoded><![CDATA[<p>This latest Alpha release is delayed more than I wanted too, but it is now here bringing many more changes (improved debugger, interface changes, code cleanup) and most importantly reworked Backup panel and brand new SEO panel (replacing old Meta panel).</p><blockquote><p><strong><span
style="text-decoration: underline; color: #ff0000;">Warning:</span> This is a development snapshot</strong> of the upcoming version, and its for use only on test environments. I try to make even alpha versions as stable as possible, but still I can&#8217;t recommend that you use this plugin version on your live websites. Also, new Backup is NOT compatible with old one! Once you upgrade to this version, all scheduled backups from old version will stop working.</p><p><span
style="color: #ff0000;"><strong><span
style="text-decoration: underline;">Known Issues:</span></strong></span> Backup tasks editing not working. Backup process log and statistics tab not done yet. Several interface bugs and problems. Not fully tested with multisite / network environments.</p></blockquote><p>First of all, Backups now use Tasks system developed previously for auto tagger. All other modules, if possible, they will use Tasks system in future versions. For improved flexibility, CDN and FTP is now separate panel as well, allowing you to define multiple connections you can use later in Backup and more.</p><div
id="attachment_6228" class="wp-caption alignright" style="width: 280px"><a
title="GDPT 4.1: Quick Backup" href="http://cdnx.dev4press.com/wp-content/uploads/2011/07/gdpt41_quickbackup.png" rel="lightbox"><img
class="size-medium wp-image-6228 " title="GDPT 4.1: Quick Backup" src="http://cdnx.dev4press.com/wp-content/uploads/2011/07/gdpt41_quickbackup-300x127.png" alt="GDPT 4.1: Quick Backup" width="270" height="114" /></a><p
class="wp-caption-text">GDPT 4.1: Quick Backup</p></div><p>For faster backups, there is a new option called Quick Backup (image on the right). Just click on the type of backup to create and that&#8217;s it, backup will be added as a background process. This is default backup option and in this case no settings are needed.</p><p>If you need detailed backup, things are much better now, since you can create and edit backup tasks. Once the task is created you can run it (with additional settings for CDN and few other things), or you can schedule it. One backup task can have multiple scheduled jobs.</p><div
id="attachment_6229" class="wp-caption aligncenter" style="width: 590px"><a
title="GDPT 4.1: Backup Task Editor" href="http://cdnx.dev4press.com/wp-content/uploads/2011/07/gdpt41_taskbackup.png" rel="lightbox"><img
class="size-large wp-image-6229 " title="GDPT 4.1: Backup Task Editor" src="http://cdnx.dev4press.com/wp-content/uploads/2011/07/gdpt41_taskbackup-580x337.png" alt="GDPT 4.1: Backup Task Editor" width="580" height="337" /></a><p
class="wp-caption-text">GDPT 4.1: Backup Task Editor</p></div><div
id="attachment_6266" class="wp-caption alignright" style="width: 280px"><a
title="GDPT 4.1: List of Backup Files" href="http://cdnx.dev4press.com/wp-content/uploads/2011/07/gdpt41_backupfiles.png" rel="lightbox"><img
class="size-medium wp-image-6266 " title="GDPT 4.1: List of Backup Files" src="http://cdnx.dev4press.com/wp-content/uploads/2011/07/gdpt41_backupfiles-300x117.png" alt="GDPT 4.1: List of Backup Files" width="270" height="105" /></a><p
class="wp-caption-text">GDPT 4.1: List of Backup Files</p></div><p>To use new backup module, go to Backup panel. Now you open Tasks tab. There, you will see Default task (you can&#8217;t delete it or edit it, but you can run it or schedule. This task is used for Quick Backup (top red button). You can create new tasks and use them. They have much more options right now, and it is much easier to create exactly what you need. Also, on Backup Settings tab you will find more interesting things: email notification to edit and exclusions for files backup.</p><p>Old Meta Tags panel is now renamed to SEO. Old tabs on this panel are still here, and only new feature for now is Facebook Open Graph integration meta tags. More SEO features will come in future versions. Other changes in this version include many minor improvements to debugger, new auto tagger module, more interface improvements and fixes and changes for WordPress 3.2.</p><p>In the next 4-5 days, I will release 4.1 Beta version, and soon after that final 4.1 will follow. So, please report all errors or problems you encounter with this release, I expect that there are some bugs in still, mostly with new Backup module. If you have some suggestions on the features present in this version, leave comments in this post or in the forum.</p><p>Next week will see several new video tutorials for new backup, auto tagger and few other things.</p><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2011/blog/development/gd-press-tools-4-1-alpha-3/" type="text/javascript" charset="utf-8"></script><br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></content:encoded> <wfw:commentRss>http://www.dev4press.com/2011/blog/development/gd-press-tools-4-1-alpha-3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>GD Press Tools 4.0.2 Pro</title><link>http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-0-2-pro/</link> <comments>http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-0-2-pro/#comments</comments> <pubDate>Thu, 03 Mar 2011 15:15:29 +0000</pubDate> <dc:creator>MillaN</dc:creator> <category><![CDATA[Plugins]]></category> <category><![CDATA[arrays]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[bug fixes]]></category> <category><![CDATA[custom smtp server]]></category> <category><![CDATA[developer licenses]]></category> <category><![CDATA[email]]></category> <category><![CDATA[global settings]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[gmail account]]></category> <category><![CDATA[initial payment]]></category> <category><![CDATA[press tools]]></category> <category><![CDATA[rare cases]]></category> <category><![CDATA[request string]]></category> <category><![CDATA[security panel]]></category> <category><![CDATA[settings tab]]></category> <category><![CDATA[smtp]]></category> <category><![CDATA[smtp settings]]></category> <category><![CDATA[translation files]]></category> <category><![CDATA[tweaks]]></category> <category><![CDATA[wp_mail]]></category><guid
isPermaLink="false">http://www.dev4press.com/?p=4965</guid> <description><![CDATA[Here is the new version of the plugin that includes some new features, improves some features and fixes several bugs. HTAccess settings now include new tweaks from PerishablePress 5G Firewall list and you can set custom SMTP settings for WordPress email sending.<br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></description> <content:encoded><![CDATA[<p>Here is the new version of the plugin that includes some new features, improves some features and fixes several bugs. HTAccess settings now include new tweaks from PerishablePress 5G Firewall list and you can set custom SMTP settings for WordPress email sending.</p><div
id="attachment_4967" class="wp-caption alignright" style="width: 280px"><a
title="Email / SMTP Panel" rel="lightbox" href="http://cdnx.dev4press.com/wp-content/uploads/2011/03/gdpt4_email.png"><img
class="size-medium wp-image-4967 " title="Email / SMTP Panel" src="http://cdnx.dev4press.com/wp-content/uploads/2011/03/gdpt4_email-300x234.png" alt="Email / SMTP Panel" width="270" height="211" /></a><p
class="wp-caption-text">Email / SMTP Panel</p></div><h3>Email / SMTP Settings</h3><p>Global settings panel got new settings tab for custom SMTP server to be used with wp_mail and WordPress mailer. You can use predefined GMail account with your username and password or custom SMTP server. You can also override default from name and from email for sent emails. And you can test settings to make sure that everything is OK.</p><p>This should work with most servers, depending on their settings, so test it to see if your SMTP can handle it or not.</p><h3>More HTAccess Tweaks</h3><p>Jeff Starr is well-known for security related work on his <a
title="PerishablePress" href="http://perishablepress.com/5g-firewall-beta/">PerishablePress</a> website. His latest htaccess tweaks are released as 5G Firewall list, and I have included query and request string tweaks in the GD Press Tools security panel. Be sure to test all the changes, because some of them can cause problems in very rare cases, as with anything that is htaccess related.</p><h3>Security &amp; Backup</h3><p>If you move wp-config.php outside of the WordPress main folder, security and backup in GD Press Tools will ignore this file for security check and backup. Now, this is changed, and plugin can detect if this file is moved, and will use the correct path for it.</p><h3>And more</h3><p>Bug fixes include: inconsistent dates in the backups now fixed with new functions, duplicated action for unloading jQueryUI, minor issues with debugger printing of arrays and objects and broken loading of translation files. gdr2 library has several new functions and many improvements to some of the core functions also.</p><p>Once again, thanks to <a
href="http://fw2s.com">Frank P. Walentynowicz</a> and his continued contribution for improving some elements of the plugin.</p><h3><span
style="color: #ff0000;"><span
style="text-decoration: underline;">Win the plugin license</span></span></h3><p>It&#8217;s not too late yet, and if you don&#8217;t already have license for Pro version, here is the chance to win it simply by using Twitter. So, two lifetime standard licenses will be given on <strong>March 4 2011</strong>. To take part:</p><ol><li>You only need to follow us on Twitter.</li><li>Tweet this:<br
/><blockquote><p>GD Press Tools 4.0 Pro for #WordPress giveaway. For a chance to win it, follow @milangd and retweet http://dv4p.com/gdpt4</p></blockquote></li><li>You can tweet as many times as you want, the more the better are chances to win.</li></ol><h3><span
style="text-decoration: underline;"><span
style="color: #ff0000;">Promo coupon</span></span></h3><blockquote><p>Hurry up, and get <strong><span
style="color: #800000;"><span
style="text-decoration: underline;">40%</span></span></strong> discount for this plugin (for <span
style="text-decoration: underline;">yearly</span> recurring payments standard and developer licenses, coupon is applied to initial payment only): <span
style="color: #ff0000;"><strong>GDPRESSTOOLS4</strong></span>. Coupon can be used until <strong>March 7 2011</strong>.</p></blockquote><blockquote><p>More about GD Press Tools Pro:<strong><br
/> <a
href="http://dv4p.com/gdpt">http://dv4p.com/gdpt</a></strong></p></blockquote><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-0-2-pro/" type="text/javascript" charset="utf-8"></script><br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (1 vote cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></content:encoded> <wfw:commentRss>http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-0-2-pro/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>GD Press Tools 4.0.1 Pro</title><link>http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-0-1-pro/</link> <comments>http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-0-1-pro/#comments</comments> <pubDate>Mon, 28 Feb 2011 23:40:35 +0000</pubDate> <dc:creator>MillaN</dc:creator> <category><![CDATA[Plugins]]></category> <category><![CDATA[arrays]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[bug fixes]]></category> <category><![CDATA[developer licenses]]></category> <category><![CDATA[improvements]]></category> <category><![CDATA[initial payment]]></category> <category><![CDATA[lifetime]]></category> <category><![CDATA[minor revision]]></category> <category><![CDATA[press tools]]></category> <category><![CDATA[time zone]]></category> <category><![CDATA[translation files]]></category> <category><![CDATA[tweet]]></category> <category><![CDATA[twitter]]></category><guid
isPermaLink="false">http://www.dev4press.com/?p=4955</guid> <description><![CDATA[First minor revision of 4.0 version is here. It has updated gdr2 library and number of bug fixes. Big thanks goes to Frank P. Walentynowicz and his solution for getting valid date based on time zone. I have added pair of functions for that and they will be used instead of WP ones.<br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></description> <content:encoded><![CDATA[<p>First minor revision of 4.0 version is here. It has updated gdr2 library and number of bug fixes. Big thanks goes to <a
href="http://fw2s.com">Frank P. Walentynowicz</a> and his solution for getting valid date based on time zone. I have added pair of functions for that and they will be used instead of WP ones.</p><p>Bug fixes include: inconsistent dates in the backups now fixed with new functions, duplicated action for unloading jqueryui, minor issues with debugger printing of arrays and objects and broken loading of translation files. gdr2 library has several new functions and many improvements to some of the core functions also.</p><h3><span
style="color: #ff0000;"><span
style="text-decoration: underline;">Win the plugin license</span></span></h3><p>It&#8217;s not too late, yet and if you don&#8217;t already have license for Pro version, here is the chance to win it simply by using Twitter. So, two lifetime standard licenses will be given on <strong>March 4 2011</strong>. To participate:</p><ol><li>You only need to follow us on Twitter.</li><li>Tweet this:<br
/><blockquote><p>GD Press Tools 4.0 Pro for #WordPress giveaway. For a chance to win it, follow @milangd and retweet http://dv4p.com/gdpt4</p></blockquote></li><li>You can tweet as many times as you want, the more the better are chances to win.</li></ol><h3><span
style="text-decoration: underline;"><span
style="color: #ff0000;">Promo coupon</span></span></h3><blockquote><p>To get <strong><span
style="color: #800000;"><span
style="text-decoration: underline;">40%</span></span></strong> discount for this plugin (for yearly recurring payments standard and developer licenses, coupon is applied to initial payment only): <span
style="color: #ff0000;"><strong>GDPRESSTOOLS4</strong></span>. Coupon can be used until <strong>March 7 2011</strong>.</p></blockquote><blockquote><p>More about GD Press Tools Pro:<strong><br
/> <a
href="http://dv4p.com/gdpt">http://dv4p.com/gdpt</a></strong></p></blockquote><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-0-1-pro/" type="text/javascript" charset="utf-8"></script><br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></content:encoded> <wfw:commentRss>http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-0-1-pro/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>GD Press Tools 4.0 Pro</title><link>http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-0-pro/</link> <comments>http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-0-pro/#comments</comments> <pubDate>Thu, 24 Feb 2011 19:55:15 +0000</pubDate> <dc:creator>MillaN</dc:creator> <category><![CDATA[Plugins]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[begining]]></category> <category><![CDATA[couple of days]]></category> <category><![CDATA[dashboard widget]]></category> <category><![CDATA[debugger]]></category> <category><![CDATA[front page]]></category> <category><![CDATA[GD Press Tools]]></category> <category><![CDATA[google]]></category> <category><![CDATA[google page rank]]></category> <category><![CDATA[interface]]></category> <category><![CDATA[maintenance mode]]></category> <category><![CDATA[multisite]]></category> <category><![CDATA[network mode]]></category> <category><![CDATA[new features]]></category> <category><![CDATA[new version]]></category> <category><![CDATA[page options]]></category> <category><![CDATA[press tools]]></category> <category><![CDATA[relevant info]]></category> <category><![CDATA[revisions]]></category> <category><![CDATA[security review]]></category><guid
isPermaLink="false">http://www.dev4press.com/?p=4867</guid> <description><![CDATA[Finally, after few months of development, here is the brand new major version of ultimated WordPress administration plugin: GD Press Tools 4.0 Pro with improved backup, debugger, xml sitemaps generator, file manager, new interface, full support for WordPress 3.1 and multisite/network mode.<br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (2 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></description> <content:encoded><![CDATA[<p>Finally, after few months of development, here is the brand new major version of ultimated WordPress administration plugin: <strong>GD Press Tools 4.0 Pro</strong> with improved backup, debugger, xml sitemaps generator, file manager, new interface, full support for WordPress 3.1 and multisite/network mode.</p><p>There are many new features added, many existing features are improved, and I will try to cover all changes here. Also, in the next couple of days, a number of tutorials and introduction videos will be published covering everything in GD Press Tools 4.0 Pro.</p><p>This overview covers only some of the plugin features, focusing only on new things added in 4.0. You can first check out the video introduction, before proceeding to the rest of the post.</p><p><object
width="600" height="338"><param
name="movie" value="http://www.youtube.com/v/B1k6ri10t6Q?version=3"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/B1k6ri10t6Q?version=3" type="application/x-shockwave-flash" width="600" height="338" allowscriptaccess="always" allowfullscreen="true"></embed></object></p><div
id="attachment_4880" class="wp-caption alignright" style="width: 250px"><a
title="Dashboard Widget" rel="lightbox" href="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_dashboard.png"><img
class="size-medium wp-image-4880 " title="Dashboard Widget" src="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_dashboard-300x152.png" alt="Dashboard Widget" width="240" height="122" /></a><p
class="wp-caption-text">Dashboard Widget</p></div><h3>Dashboard Widget</h3><p>This widget has been in the plugin from the very begining, and now it&#8217;s changed to support new options and to act as a quick access to some of the plugin options. You can see the Google Page Rank of your website (refreshed every week, this is screnshot from my <a
href="http://www.gdstarrating.com/" target="_blank">GD Star Rating</a> website), you can enable maintenance mode and debugger, with options to set them up. And you can delete spam, revisions and database overhead. This widget options will change in the WP 3.1 network mode admin.</p><h3>Plugin Front Page</h3><p>What is on the plugins front page also depends on using the multisite and network mode admin, but in normal usage you see all options as on the image bellow. It shows a lot of relevant info that will help you quickly manage what needs to be done to improve security, review backups and registration and access some of tplugin panels.</p><div
id="attachment_4881" class="wp-caption aligncenter" style="width: 586px"><a
title="Front Page Options" rel="lightbox" href="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_front.png"><img
class="size-large wp-image-4881 " title="Front Page Options" src="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_front-640x330.png" alt="Front Page Options" width="576" height="297" /></a><p
class="wp-caption-text">Front Page Options</p></div><h3>Debugger</h3><p>Very powerful, intelligent, useful, expandable with tons of features to set, debugger panel unlike any other seen for WordPress, can be embedded into admin bar or available as a button on the page shows you all kinds of useful info that depends on available settings, admin or blog side, errors and other stuff. You can add own panels with additional info (tutorial coming soon).</p><div
id="attachment_4882" class="wp-caption aligncenter" style="width: 586px"><a
title="Debugger" rel="lightbox" href="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_debugger.png"><img
class="size-large wp-image-4882 " title="Debugger" src="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_debugger-640x262.png" alt="Debugger" width="576" height="236" /></a><p
class="wp-caption-text">Debugger</p></div><h3>Files and DB Backup</h3><p>For a while, plugin could backup database, now it&#8217;s expanded to backup files and manage backup jobs, files, of-site upload. I can&#8217;t really list all the backup features, detailed video is coming to explain all features. But, you can make full backup, partial backups based on database and file system tasks, support for multisite, scheduler, email on completion, upload to Amazon S3, Dropbox, FTP, Google Storage and Rackspace Cloud.</p><div
id="attachment_4883" class="wp-caption aligncenter" style="width: 586px"><a
title="Backup Jobs" rel="lightbox" href="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_jobs.png"><img
class="size-large wp-image-4883 " title="Backup Jobs" src="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_jobs-640x197.png" alt="Backup Jobs" width="576" height="177" /></a><p
class="wp-caption-text">Backup Jobs</p></div><div
id="attachment_4884" class="wp-caption aligncenter" style="width: 586px"><a
title="Backup Settings" rel="lightbox" href="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_backup.png"><img
class="size-large wp-image-4884 " title="Backup Settings" src="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_backup-640x293.png" alt="Backup Settings" width="576" height="264" /></a><p
class="wp-caption-text">Backup Settings</p></div><h3>XML Sitemaps Generator</h3><p>Another new feature, very flexible sitemaps generator with support for custom post types, custom taxonomies, splitting file by content and size, running after post publishing, or scheduled, search engine notifications and support for multisite.</p><div
id="attachment_4885" class="wp-caption aligncenter" style="width: 586px"><a
title="XML Sitemaps" rel="lightbox" href="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_sitemaps.png"><img
class="size-large wp-image-4885 " title="XML Sitemaps" src="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_sitemaps-640x270.png" alt="XML Sitemaps" width="576" height="243" /></a><p
class="wp-caption-text">XML Sitemaps</p></div><h3>File Manager</h3><p>Brand new File Manager with basic operations supported for browsing, editing, uploading of files and creating new folders. More features will be added over time. Limited to browsing only WordPress installation folder for security purposes. In multisite, only super admin can use it.</p><div
id="attachment_4886" class="wp-caption aligncenter" style="width: 586px"><a
title="File Manager" rel="lightbox" href="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_files.png"><img
class="size-large wp-image-4886 " title="File Manager" src="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_files-640x273.png" alt="File Manager" width="576" height="246" /></a><p
class="wp-caption-text">File Manager</p></div><div
id="attachment_4888" class="wp-caption alignright" style="width: 155px"><img
class="size-full wp-image-4888" title="GD Press Tools" src="http://cdnx.dev4press.com/wp-content/uploads/2011/02/gdpt4_menu.png" alt="GD Press Tools" width="145" height="383" /><p
class="wp-caption-text">GD Press Tools</p></div><h3>And more</h3><p>Yes, there is much, much more in the plugin. On the right you can see all menu options for the plugin, most of them were available for a while and now are updated with new styling, more options. Plugin fully supports new network mode, and in that case different things will be available in menus for site and network.</p><p>And more is to come. Each new version will get more and more features, and <a
href="http://www.dev4press.com/plugins/gd-press-tools/roadmap/" target="_blank">roadmap</a> is already updated with info on the next two major versions.</p><p>As usual, if you find any bugs, please report them in the comments or in the forum.</p><h3><span
style="color: #ff0000;"><span
style="text-decoration: underline;">Win the plugin license</span></span></h3><p>If you don&#8217;t already have license for Pro version, here is the chance to win it simply by using Twitter. So, two lifetime standard licenses will be given on <strong>March 4 2011</strong>. To participate:</p><ol><li>You only need to follow us on Twitter.</li><li>Tweet this:<br
/><blockquote><p>GD Press Tools 4.0 Pro for #WordPress giveaway. For a chance to win it, follow @milangd and retweet http://dv4p.com/gdpt4</p></blockquote></li><li>You can tweet as many times as you want, the more the better are chances to win.</li></ol><h3><span
style="text-decoration: underline;"><span
style="color: #ff0000;">Promo coupon</span></span></h3><blockquote><p>To get <strong><span
style="color: #800000;"><span
style="text-decoration: underline;">40%</span></span></strong> discount for this plugin (for yearly recurring payments standard and developer licenses, coupon is applied to initial payment only): <span
style="color: #ff0000;"><strong>GDPRESSTOOLS4</strong></span>. Coupon can be used until <strong>March 7 2011</strong>.</p></blockquote><blockquote><p>More about GD Press Tools Pro:<strong><br
/> <a
href="http://dv4p.com/gdpt">http://dv4p.com/gdpt</a></strong></p></blockquote><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-0-pro/" type="text/javascript" charset="utf-8"></script><br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>5</strong> (2 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></content:encoded> <wfw:commentRss>http://www.dev4press.com/2011/blog/plugins-news/gd-press-tools-4-0-pro/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>xScape 1.4.5 and all themes updated</title><link>http://www.dev4press.com/2010/blog/themes-news/xscape-1-4-5-and-all-themes-updated/</link> <comments>http://www.dev4press.com/2010/blog/themes-news/xscape-1-4-5-and-all-themes-updated/#comments</comments> <pubDate>Sun, 22 Aug 2010 10:52:42 +0000</pubDate> <dc:creator>MillaN</dc:creator> <category><![CDATA[Themes]]></category> <category><![CDATA[archive pages]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[base template]]></category> <category><![CDATA[control]]></category> <category><![CDATA[custom posts]]></category> <category><![CDATA[files and folders]]></category> <category><![CDATA[framework version]]></category> <category><![CDATA[lightScape]]></category> <category><![CDATA[menu designer]]></category> <category><![CDATA[minor fixes]]></category> <category><![CDATA[new menu]]></category> <category><![CDATA[rewrite]]></category> <category><![CDATA[sorry for the delay]]></category> <category><![CDATA[storage location]]></category> <category><![CDATA[templates]]></category> <category><![CDATA[type archive]]></category> <category><![CDATA[xScape]]></category><guid
isPermaLink="false">http://www.dev4press.com/?p=2919</guid> <description><![CDATA[A very important xScape Theme Framework version 1.4.5 is now released, adding several great features (theme upgrade control and improved support for custom post types). All themes are updated. LightScape contains several minor fixes to the styles.<br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></description> <content:encoded><![CDATA[<p>A very important xScape Theme Framework version 1.4.5 is now released, adding several great features (theme upgrade control and improved support for custom post types). All themes are updated. LightScape contains several minor fixes to the styles.</p><h3>Custom Post Types</h3><p>Updated support for custom post types requires GD Custom Posts and Taxonomies Tools Pro (read more on <a
href="http://www.dev4press.com/2010/blog/plugins/gd-custom-posts-and-taxonomies-tools-2-2-pro/" target="_blank"><strong>2.2</strong> released yesterday</a>). Plugin adds and control rewrite rules for custom post types and enables WordPress to use new templates. All xScape themes now have new base template called <strong>type.php</strong> that is default for custom post types (only if GD Custom Posts and Taxonomies Tools Pro is used). Also, for each custom post type you can add new templates: <strong>type-$post_type.php</strong>. In Menu Designer you can see new menu items for adding custom post type archive pages.</p><h3>Theme Upgrade and Backup</h3><p>One of the biggest problems with any theme that you end up customizing, add files and so on, is that when new version is released, you can&#8217;t upgrade it without loosing changes. I decided to do the best that can be done to fix that issue. All themes now have Theme Upgrade panel. Here you can specify files and folders you want protected from upgrade. Upgrade as before is done using Dev4Press Updater plugin (1.4.2 or newer is required for this to work).</p><p>xScape will make backup of the files and folders you set to keep on this panel, and (if enabled) make full backup of the theme. Files will be stored in the xScape storage location (usually xscape folder in wp-content). New sub-folder backup is added there and it will be used for things like this. When Dev4Press Updater attempts to make update, theme will first try to make a backup. If that fails, upgrade will be aborted. If backup is done, upgrade is performed and files than restored. Backups can be made manually from the Tools panel also.</p><h3>Tutorials</h3><p>Four new tutorials are in works to be released today and tomorrow. One is for lightScape (long overdue, sorry for the delay), two are for the new upgrade/backup feature and the fourth one is for the new custom post type archive feature.</p><p>Test all themes,and try them with a free test drive, for both front end and back end before deciding what is right for you:</p><blockquote><p><strong>Demo Loader:</strong> <a
href="http://xscape.info/load/" target="_blank">http://xscape.info/load/</a><br
/> <strong>Demo Home:</strong> <a
href="http://xscape.info/" target="_blank">http://xscape.info/</a></p></blockquote><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2010/blog/themes-news/xscape-1-4-5-and-all-themes-updated/" type="text/javascript" charset="utf-8"></script><br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></content:encoded> <wfw:commentRss>http://www.dev4press.com/2010/blog/themes-news/xscape-1-4-5-and-all-themes-updated/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>GD Press Tools 3.2.2 Pro / 2.4.4 Lite</title><link>http://www.dev4press.com/2010/blog/plugins-news/gd-press-tools-3-2-2-pro-2-4-4-lite/</link> <comments>http://www.dev4press.com/2010/blog/plugins-news/gd-press-tools-3-2-2-pro-2-4-4-lite/#comments</comments> <pubDate>Wed, 21 Apr 2010 19:29:13 +0000</pubDate> <dc:creator>MillaN</dc:creator> <category><![CDATA[Plugins]]></category> <category><![CDATA[admin users]]></category> <category><![CDATA[approximation]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[estimation]]></category> <category><![CDATA[footer]]></category> <category><![CDATA[improvements]]></category> <category><![CDATA[maintenance mode]]></category> <category><![CDATA[new features]]></category> <category><![CDATA[partial backup]]></category> <category><![CDATA[press tools]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://www.dev4press.com/?p=1868</guid> <description><![CDATA[With changes made to WordPress 3.0 daily, there are always things that need to be fixed and changed. Here is another round of mostly WP 3.0 specific changes. But, Pro version got few more small features, and some of them are quite interesting.<br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></description> <content:encoded><![CDATA[<p>With changes made to WordPress 3.0 daily, there are always things that need to be fixed and changed. Here is another round of mostly WP 3.0 specific changes. But, Pro version got few more small features, and some of them are quite interesting.</p><p>With Pro version, you can now hide WP version from footer for non admin users. And on the Database Backup panel you will see estimated size of the backups. This goes for full backup and for partial backup. When you select partial backup tables, estimation will change and update to see how big file will be in the end. Right now you get uncompressed size, next version will show both compressed and uncompressed. Displayed values are only approximation.</p><p>Work on Pro goes on and next release is 3.3 with long waited maintenance mode, and after that we will go to major version bump and GD Press Tools 4.0 is next. More on that soon.</p><script src="http://feeds.feedburner.com/~s/adsense@gdragon.info?i=http://www.dev4press.com/2010/blog/plugins-news/gd-press-tools-3-2-2-pro-2-4-4-lite/" type="text/javascript" charset="utf-8"></script><br
/><div><img
src="http://www.dev4press.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br
/><a
target="_blank" href="http://www.gdstarrating.com/"><img
src="http://cdnx.dev4press.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br
/>]]></content:encoded> <wfw:commentRss>http://www.dev4press.com/2010/blog/plugins-news/gd-press-tools-3-2-2-pro-2-4-4-lite/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Content Delivery Network via cdnx.dev4press.com

Served from: www.dev4press.com @ 2012-02-09 23:38:05 -->
