Changeset 2054444
- Timestamp:
- 03/21/2019 07:59:15 AM (7 years ago)
- Location:
- widget-revisions
- Files:
-
- 2 edited
- 7 copied
-
tags/1.0.2 (copied) (copied from widget-revisions/trunk)
-
tags/1.0.2/assets (copied) (copied from widget-revisions/trunk/assets)
-
tags/1.0.2/includes (copied) (copied from widget-revisions/trunk/includes)
-
tags/1.0.2/includes/class-wp-widget-revisions.php (copied) (copied from widget-revisions/trunk/includes/class-wp-widget-revisions.php)
-
tags/1.0.2/readme.txt (copied) (copied from widget-revisions/trunk/readme.txt) (2 diffs)
-
tags/1.0.2/uninstall.php (copied) (copied from widget-revisions/trunk/uninstall.php)
-
tags/1.0.2/widget-revisions.php (copied) (copied from widget-revisions/trunk/widget-revisions.php) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/widget-revisions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widget-revisions/tags/1.0.2/readme.txt
r1916081 r2054444 5 5 Author: NetTantra 6 6 Requires at least: 4.5 7 Tested up to: 4.9.78 Version: 1.0. 19 Stable tag: 1.0. 17 Tested up to: 5.1.1 8 Version: 1.0.2 9 Stable tag: 1.0.2 10 10 Requires PHP: 5.2 11 11 License: GPLv2 or later … … 49 49 == Changelog == 50 50 51 = 1.1.1 = 52 * Fixed: table creation SQL query 53 51 54 = 1.0.1 = 52 55 * Update widget description and fixed minor issue -
widget-revisions/tags/1.0.2/widget-revisions.php
r1916081 r2054444 4 4 Plugin URI: https://www.nettantra.com/wordpress/?utm_src=widget-revisions 5 5 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. 16 Version: 1.0.2 7 7 Author: NetTantra 8 8 Author URI: https://www.nettantra.com/wordpress/?utm_src=widget-revisions … … 26 26 27 27 $sql = "CREATE TABLE $table_name ( 28 `id` bigint(20) UNSIGNED UNSIGNEDNOT NULL AUTO_INCREMENT,28 `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, 29 29 `widget_id` int(11) DEFAULT NULL, 30 30 `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', -
widget-revisions/trunk/readme.txt
r1916081 r2054444 5 5 Author: NetTantra 6 6 Requires at least: 4.5 7 Tested up to: 4.9.78 Version: 1.0. 19 Stable tag: 1.0. 17 Tested up to: 5.1.1 8 Version: 1.0.2 9 Stable tag: 1.0.2 10 10 Requires PHP: 5.2 11 11 License: GPLv2 or later … … 49 49 == Changelog == 50 50 51 = 1.1.1 = 52 * Fixed: table creation SQL query 53 51 54 = 1.0.1 = 52 55 * Update widget description and fixed minor issue -
widget-revisions/trunk/widget-revisions.php
r1916081 r2054444 4 4 Plugin URI: https://www.nettantra.com/wordpress/?utm_src=widget-revisions 5 5 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. 16 Version: 1.0.2 7 7 Author: NetTantra 8 8 Author URI: https://www.nettantra.com/wordpress/?utm_src=widget-revisions … … 26 26 27 27 $sql = "CREATE TABLE $table_name ( 28 `id` bigint(20) UNSIGNED UNSIGNEDNOT NULL AUTO_INCREMENT,28 `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, 29 29 `widget_id` int(11) DEFAULT NULL, 30 30 `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
Note: See TracChangeset
for help on using the changeset viewer.