Changeset 1933362
- Timestamp:
- 08/30/2018 07:16:57 PM (8 years ago)
- Location:
- options-management
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1 (copied) (copied from options-management/trunk)
-
tags/1.1/options-management.php (modified) (2 diffs)
-
tags/1.1/readme.txt (modified) (4 diffs)
-
trunk/options-management.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
options-management/tags/1.1/options-management.php
r1912480 r1933362 4 4 Plugin Name: Options Management 5 5 Description: A small plugin for developers to manage manually wordpress options. 6 Version: 1. 06 Version: 1.1 7 7 Author: Hive 4 Apps 8 8 Author URI: https://hive-4-apps.org … … 18 18 } 19 19 20 include_once "core \init.php";20 include_once "core/init.php"; 21 21 22 22 define( "H4A_OM_PLUGIN_DIR_URL", plugin_dir_url( __FILE__ ) ); -
options-management/tags/1.1/readme.txt
r1912480 r1933362 5 5 Tested up to: 4.9.6 6 6 Requires PHP: 5.2.4 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 As plugin develop per, sometimes you need to visualize and delete some wordpress options, specially when you´re working on the activation/uninstallation of your plugin and during testing phases.15 As plugin developer, sometimes you need to visualize and delete some wordpress options, specially when you´re working on the activation/uninstallation of your plugin and during testing phases. 16 16 This small plugin can help you to get an overview of all options loaded and you can easily delete one of them if it´s necessary. 17 17 … … 28 28 == Changelog == 29 29 30 = 1.1 = 31 * Debug - fix include path. 32 30 33 = 1.0 = 31 34 * All options loaded visualization. … … 34 37 == Upgrade Notice == 35 38 39 = 1.1 = 40 This version is just a patch to fix an include path. 41 36 42 = 1.0 = 37 43 This version is the first version for basic features. -
options-management/trunk/options-management.php
r1912480 r1933362 4 4 Plugin Name: Options Management 5 5 Description: A small plugin for developers to manage manually wordpress options. 6 Version: 1. 06 Version: 1.1 7 7 Author: Hive 4 Apps 8 8 Author URI: https://hive-4-apps.org … … 18 18 } 19 19 20 include_once "core \init.php";20 include_once "core/init.php"; 21 21 22 22 define( "H4A_OM_PLUGIN_DIR_URL", plugin_dir_url( __FILE__ ) ); -
options-management/trunk/readme.txt
r1912480 r1933362 5 5 Tested up to: 4.9.6 6 6 Requires PHP: 5.2.4 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 As plugin develop per, sometimes you need to visualize and delete some wordpress options, specially when you´re working on the activation/uninstallation of your plugin and during testing phases.15 As plugin developer, sometimes you need to visualize and delete some wordpress options, specially when you´re working on the activation/uninstallation of your plugin and during testing phases. 16 16 This small plugin can help you to get an overview of all options loaded and you can easily delete one of them if it´s necessary. 17 17 … … 28 28 == Changelog == 29 29 30 = 1.1 = 31 * Debug - fix include path. 32 30 33 = 1.0 = 31 34 * All options loaded visualization. … … 34 37 == Upgrade Notice == 35 38 39 = 1.1 = 40 This version is just a patch to fix an include path. 41 36 42 = 1.0 = 37 43 This version is the first version for basic features.
Note: See TracChangeset
for help on using the changeset viewer.