Plugin Directory

Changeset 2054444


Ignore:
Timestamp:
03/21/2019 07:59:15 AM (7 years ago)
Author:
nettantra
Message:

tagging version 1.0.2

Location:
widget-revisions
Files:
2 edited
7 copied

Legend:

Unmodified
Added
Removed
  • widget-revisions/tags/1.0.2/readme.txt

    r1916081 r2054444  
    55Author: NetTantra
    66Requires at least: 4.5
    7 Tested up to: 4.9.7
    8 Version: 1.0.1
    9 Stable tag: 1.0.1
     7Tested up to: 5.1.1
     8Version: 1.0.2
     9Stable tag: 1.0.2
    1010Requires PHP: 5.2
    1111License: GPLv2 or later
     
    4949== Changelog ==
    5050
     51= 1.1.1 =
     52* Fixed: table creation SQL query
     53
    5154= 1.0.1 =
    5255* Update widget description and fixed minor issue
  • widget-revisions/tags/1.0.2/widget-revisions.php

    r1916081 r2054444  
    44 Plugin URI: https://www.nettantra.com/wordpress/?utm_src=widget-revisions
    55 Description: Create Revisions for Widget. Widget Revisions is your new widget log keeper in WordPress. It keeps the record of every single parameter change you’ve ever made for any widget. It also enables you to rollback your widget to any of those previous settings with a just single click.
    6  Version: 1.0.1
     6 Version: 1.0.2
    77 Author: NetTantra
    88 Author URI: https://www.nettantra.com/wordpress/?utm_src=widget-revisions
     
    2626
    2727        $sql = "CREATE TABLE $table_name (
    28           `id` bigint(20) UNSIGNED UNSIGNED NOT NULL AUTO_INCREMENT,
     28          `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
    2929          `widget_id` int(11) DEFAULT NULL,
    3030          `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  • widget-revisions/trunk/readme.txt

    r1916081 r2054444  
    55Author: NetTantra
    66Requires at least: 4.5
    7 Tested up to: 4.9.7
    8 Version: 1.0.1
    9 Stable tag: 1.0.1
     7Tested up to: 5.1.1
     8Version: 1.0.2
     9Stable tag: 1.0.2
    1010Requires PHP: 5.2
    1111License: GPLv2 or later
     
    4949== Changelog ==
    5050
     51= 1.1.1 =
     52* Fixed: table creation SQL query
     53
    5154= 1.0.1 =
    5255* Update widget description and fixed minor issue
  • widget-revisions/trunk/widget-revisions.php

    r1916081 r2054444  
    44 Plugin URI: https://www.nettantra.com/wordpress/?utm_src=widget-revisions
    55 Description: Create Revisions for Widget. Widget Revisions is your new widget log keeper in WordPress. It keeps the record of every single parameter change you’ve ever made for any widget. It also enables you to rollback your widget to any of those previous settings with a just single click.
    6  Version: 1.0.1
     6 Version: 1.0.2
    77 Author: NetTantra
    88 Author URI: https://www.nettantra.com/wordpress/?utm_src=widget-revisions
     
    2626
    2727        $sql = "CREATE TABLE $table_name (
    28           `id` bigint(20) UNSIGNED UNSIGNED NOT NULL AUTO_INCREMENT,
     28          `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
    2929          `widget_id` int(11) DEFAULT NULL,
    3030          `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
Note: See TracChangeset for help on using the changeset viewer.