Plugin Directory

Changeset 336883


Ignore:
Timestamp:
01/25/2011 10:40:57 AM (15 years ago)
Author:
galerio
Message:

tag 2.1 and used Role instead of User Level

Location:
better-delete-revision
Files:
6 edited
7 copied

Legend:

Unmodified
Added
Removed
  • better-delete-revision/tags/1.2/better-delete-revision.php

    r320928 r336883  
    66
    77Description: Better Delete Revision is based on the old "Delete Revision" plugin
    8 but it is compatible with the latest version of Wordpress (3.0.3) with improved
     8but it is compatible with the latest version of Wordpress (3.x) with improved
    99features. It not only deletes redundant revisions of posts from your Wordpress
    1010Database, it also deletes other database content related to each revision such
     
    1717can.
    1818
    19 Version: 1.1
     19Version: 1.2
    2020
    2121Author: Galerio & Urda
     
    3636Changelog
    3737
    38 2010-10-??  v1.1
     382011-01-25 v1.2 Used the Roles and Capabilities system instead of User Level
     39
     402010-10-01  v1.1
    3941            Typo and English Corrections
    4042
     
    7577        add_options_page('Better Delete Revision',
    7678                         'Better Delete Revision',
    77                          8,
     79                         'manage_options',
    7880                         basename(__FILE__),
    7981                         'my_options_bdelete_revision');
  • better-delete-revision/tags/1.2/changelog.txt

    r302878 r336883  
     12011-01-25  v1.2 Used the Roles and Capabilities system instead of User Level
     2
    132010-10-21  v1.1
    24            English corrections
  • better-delete-revision/tags/1.2/php/functions.php

    r302881 r336883  
    3838function get_bdr_version()
    3939{
    40     return '1.1';
     40    return '1.2';
    4141}
    4242
  • better-delete-revision/tags/1.2/readme.txt

    r320920 r336883  
    44Tags: better delete revision, revision, delete, remove, removal, revision removal, delete revision, disable revision, no revision, revision manager, manage revision, remove revision, post revision, page revision, optimize database, database optimization, optimize, fast, light, faster, lighter, speed up
    55Requires at least: 2.7
    6 Tested up to: 3.0.3
    7 Stable tag: 1.1
     6Tested up to: 3.1
     7Stable tag: 1.2
    88
    99Remove and delete old revision of posts, pages and related meta content completely then optimize Database: reduce size and optimization to speed up!
     
    1212
    1313Better Delete Revision not only deletes redundant revisions of posts from your Wordpress Database, it also deletes other database content related to each revision such meta information, tags, relationships, and more.
    14 Better Delete Revision is based on the old "Delete Revision" plugin but it is compatible with the latest version of Wordpress (3.0.3) with improved features.
     14Better Delete Revision is based on the old "Delete Revision" plugin but it is compatible with the latest version of Wordpress (3.x) with improved features.
    1515= Your current published, scheduled, and draft posts are never touched by this plugin! =
    1616This plugin can also perform optimizations on your Wordpress database. With optimization and old revision removal this plugin will keep your database lighter and smaller throughout use. Removing old revisions and database optimizations is one of the best things you can do to your Wordpress blog to keep it running as fast as it can.
     17Wordpress MU or customs instalaltion (like some pre-made installation of some Hosting Providers) are not yet supported. Wordpress MU support is in our TODO list.
    1718
    1819Post Revisions are a feature introduced in Wordpress 2.6. Whenever you or Wordpress saves a post or a page, a revision is automatically created and stored in your Wordpress database. Each additional revision will slowly increase the size of your database. If you save a post or page multiple times, your number of revisions will greatly increase overtime. For example, if you have 100 posts and each post has 10 revisions you could be storing up to 1,000 copies of older data! The Better Delete Revision plugin is your #1 choice to quickly and easily removing revision from your Wordpress database. Try it out today to see what a lighter and smaller Wordpress database can do for you!
     
    5758
    5859== Changelog ==
     60= 1.2 =
     61* Used the Role and Capabilities system instead of User Level
     62
    5963= 1.1 =
    6064* 2010-10-21  v1.1
     
    8286    * Possibly Move SQL queries into abstracted file?
    8387    * Clean up SQL (ID vs `ID`)
     88    * Remove revisions also for Worpdress MU
  • better-delete-revision/tags/1.2/todo.txt

    r302881 r336883  
    1515    * Possibly Move SQL queries into abstracted file?
    1616    * Clean up SQL (ID vs `ID`)
     17    * Support for Wordpress MU
  • better-delete-revision/trunk/better-delete-revision.php

    r320928 r336883  
    66
    77Description: Better Delete Revision is based on the old "Delete Revision" plugin
    8 but it is compatible with the latest version of Wordpress (3.0.3) with improved
     8but it is compatible with the latest version of Wordpress (3.x) with improved
    99features. It not only deletes redundant revisions of posts from your Wordpress
    1010Database, it also deletes other database content related to each revision such
     
    1717can.
    1818
    19 Version: 1.1
     19Version: 1.2
    2020
    2121Author: Galerio & Urda
     
    3636Changelog
    3737
    38 2010-10-??  v1.1
     382011-01-25 v1.2 Used the Roles and Capabilities system instead of User Level
     39
     402010-10-01  v1.1
    3941            Typo and English Corrections
    4042
     
    7577        add_options_page('Better Delete Revision',
    7678                         'Better Delete Revision',
    77                          8,
     79                         'manage_options',
    7880                         basename(__FILE__),
    7981                         'my_options_bdelete_revision');
  • better-delete-revision/trunk/changelog.txt

    r302878 r336883  
     12011-01-25  v1.2 Used the Roles and Capabilities system instead of User Level
     2
    132010-10-21  v1.1
    24            English corrections
  • better-delete-revision/trunk/php/functions.php

    r302881 r336883  
    3838function get_bdr_version()
    3939{
    40     return '1.1';
     40    return '1.2';
    4141}
    4242
  • better-delete-revision/trunk/readme.txt

    r320920 r336883  
    44Tags: better delete revision, revision, delete, remove, removal, revision removal, delete revision, disable revision, no revision, revision manager, manage revision, remove revision, post revision, page revision, optimize database, database optimization, optimize, fast, light, faster, lighter, speed up
    55Requires at least: 2.7
    6 Tested up to: 3.0.3
    7 Stable tag: 1.1
     6Tested up to: 3.1
     7Stable tag: 1.2
    88
    99Remove and delete old revision of posts, pages and related meta content completely then optimize Database: reduce size and optimization to speed up!
     
    1212
    1313Better Delete Revision not only deletes redundant revisions of posts from your Wordpress Database, it also deletes other database content related to each revision such meta information, tags, relationships, and more.
    14 Better Delete Revision is based on the old "Delete Revision" plugin but it is compatible with the latest version of Wordpress (3.0.3) with improved features.
     14Better Delete Revision is based on the old "Delete Revision" plugin but it is compatible with the latest version of Wordpress (3.x) with improved features.
    1515= Your current published, scheduled, and draft posts are never touched by this plugin! =
    1616This plugin can also perform optimizations on your Wordpress database. With optimization and old revision removal this plugin will keep your database lighter and smaller throughout use. Removing old revisions and database optimizations is one of the best things you can do to your Wordpress blog to keep it running as fast as it can.
     17Wordpress MU or customs instalaltion (like some pre-made installation of some Hosting Providers) are not yet supported. Wordpress MU support is in our TODO list.
    1718
    1819Post Revisions are a feature introduced in Wordpress 2.6. Whenever you or Wordpress saves a post or a page, a revision is automatically created and stored in your Wordpress database. Each additional revision will slowly increase the size of your database. If you save a post or page multiple times, your number of revisions will greatly increase overtime. For example, if you have 100 posts and each post has 10 revisions you could be storing up to 1,000 copies of older data! The Better Delete Revision plugin is your #1 choice to quickly and easily removing revision from your Wordpress database. Try it out today to see what a lighter and smaller Wordpress database can do for you!
     
    5758
    5859== Changelog ==
     60= 1.2 =
     61* Used the Role and Capabilities system instead of User Level
     62
    5963= 1.1 =
    6064* 2010-10-21  v1.1
     
    8286    * Possibly Move SQL queries into abstracted file?
    8387    * Clean up SQL (ID vs `ID`)
     88    * Remove revisions also for Worpdress MU
  • better-delete-revision/trunk/todo.txt

    r302881 r336883  
    1515    * Possibly Move SQL queries into abstracted file?
    1616    * Clean up SQL (ID vs `ID`)
     17    * Support for Wordpress MU
Note: See TracChangeset for help on using the changeset viewer.