Blog Post

GD Press Tools 4.0.1 Pro

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.

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.

Win the plugin license

It’s not too late, yet and if you don’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 March 4 2011. To participate:

  1. You only need to follow us on Twitter.
  2. Tweet this:

    GD Press Tools 4.0 Pro for #WordPress giveaway. For a chance to win it, follow @milangd and retweet http://dv4p.com/gdpt4

  3. You can tweet as many times as you want, the more the better are chances to win.

Promo coupon

To get 40% discount for this plugin (for yearly recurring payments standard and developer licenses, coupon is applied to initial payment only): GDPRESSTOOLS4. Coupon can be used until March 7 2011.

More about GD Press Tools Pro:
http://dv4p.com/gdpt

Please wait...
GD Press Tools Pro
Powerful administration plugin for WordPress

Collection of various administration, backup, cleanup, debug, events logging, tweaks and other useful tools and addons that can help with everyday tasks and optimization.

About the author

Milan Petrovic
Milan Petrovic

CEO and Lead developer of Dev4Press Web Development company, working with WordPress since 2008, first as a freelancer, later founding own development company. Author of more than 250 plugins and more than 20 themes.

Subscribe to Dev4Press Newsletter

Get the latest announcements, release digests, promotions and exclusive discounts, and general Dev4Press-related news straight into your mailbox.


This form collects your email (optionally your name) for the purpose of sending you newsletters. Check out our Privacy Policy for more information on how we store and manage your data. We will not send you any spam. Newsletters are sent 2 to 4 times every month.

13 thoughts on “GD Press Tools 4.0.1 Pro”

  1. Thanks Milan. It works like a charm.

    Please wait...
  2. Almost there. Timestamps in job scheduler are apparently created width old method and show in Jobs -> Next Run as correct time – 7 hrs.

    Please wait...
    • Yeah, I missed that. It will be in next version.

      Please wait...
  3. Just found it in /code/internal/admin.php in lines 186, 249, and 267.

    Please wait...
  4. And finally some cosmetics. In /forms/cron/jobs.php $key is a correct timestamp therefore date("r",$key) is misleading.
    Replace line:
    echo ''.date("r", $mykey).'';
    with
    $tmp = str_replace("0","",date("O", $key));
    $offset = (int) $tmp;
    $mykey = $key - ( $offset * 3600 );
    echo ''.date("r", $mykey).'';

    Please wait...
  5. Line to replace should read ( of course, sorry ):
    echo ''.date("r", $key).'';

    Please wait...
  6. When I try to run a backup job from Cron Scheduler using ‘run now’ I get:
    Fatal error: Cannot use string offset as an array in /home/fw2scom0/public_html/wp-content/plugins/gd-press-tools/code/backup/backup.php on line 27

    Please wait...
    • I will check that. There will be one more minor revision on Friday.

      Please wait...
    • Yeah, current code wasn’t capable of running jobs with run now, if the job has arguments, and backup job does, so it will break always. I have already changed that and new version does this properly. Thanks for other time related suggestions, I have already made changes to cron/jobs panel.

      Please wait...
  7. Front page -> Registrations -> Registrations Log link points to the wrong place:
    /wp-admin/admin.php?page=gd-press-tools-registration
    should be
    /wp-admin/admin.php?page=gd-press-tools-registrations

    Please wait...
  8. Plugin fails to find wp-config.php if this file is not in the root of the installation. In my case it resides one level below ( not ./wp-config.php but ../wp-config.php ). Two places are affected: Security -> File System – not found ( minor problem ), Backup -> File System config file is missing in both tasks Full Website Content and Config and HTAccess ( major problem ).

    Please wait...
    • I will add alternative locations to both security and backup.

      Please wait...
  9. following you on twitter and facebook.

    here is my tweet : http://twitter.com/#!/funbu/status/43035819983896576

    thanks.

    Please wait...

Comments are closed.

SiteGround - Managed WordPress Hosting
Grammarly - Number 1 Writing App