Plugin Directory

Changeset 1933362


Ignore:
Timestamp:
08/30/2018 07:16:57 PM (8 years ago)
Author:
hive4apps
Message:

tagging version 1.1

Location:
options-management
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • options-management/tags/1.1/options-management.php

    r1912480 r1933362  
    44Plugin Name: Options Management
    55Description: A small plugin for developers to manage manually wordpress options.
    6 Version: 1.0
     6Version: 1.1
    77Author: Hive 4 Apps
    88Author URI: https://hive-4-apps.org
     
    1818}
    1919
    20 include_once "core\init.php";
     20include_once "core/init.php";
    2121
    2222define( "H4A_OM_PLUGIN_DIR_URL", plugin_dir_url( __FILE__ ) );
  • options-management/tags/1.1/readme.txt

    r1912480 r1933362  
    55Tested up to: 4.9.6
    66Requires PHP: 5.2.4
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 As plugin developper, 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.
     15As 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.
    1616This 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.
    1717
     
    2828== Changelog ==
    2929
     30= 1.1 =
     31* Debug - fix include path.
     32
    3033= 1.0 =
    3134* All options loaded visualization.
     
    3437== Upgrade Notice ==
    3538
     39= 1.1 =
     40This version is just a patch to fix an include path.
     41
    3642= 1.0 =
    3743This version is the first version for basic features.
  • options-management/trunk/options-management.php

    r1912480 r1933362  
    44Plugin Name: Options Management
    55Description: A small plugin for developers to manage manually wordpress options.
    6 Version: 1.0
     6Version: 1.1
    77Author: Hive 4 Apps
    88Author URI: https://hive-4-apps.org
     
    1818}
    1919
    20 include_once "core\init.php";
     20include_once "core/init.php";
    2121
    2222define( "H4A_OM_PLUGIN_DIR_URL", plugin_dir_url( __FILE__ ) );
  • options-management/trunk/readme.txt

    r1912480 r1933362  
    55Tested up to: 4.9.6
    66Requires PHP: 5.2.4
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 As plugin developper, 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.
     15As 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.
    1616This 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.
    1717
     
    2828== Changelog ==
    2929
     30= 1.1 =
     31* Debug - fix include path.
     32
    3033= 1.0 =
    3134* All options loaded visualization.
     
    3437== Upgrade Notice ==
    3538
     39= 1.1 =
     40This version is just a patch to fix an include path.
     41
    3642= 1.0 =
    3743This version is the first version for basic features.
Note: See TracChangeset for help on using the changeset viewer.