Plugin Directory

Changeset 1412429


Ignore:
Timestamp:
05/08/2016 05:38:15 AM (10 years ago)
Author:
perezlabs
Message:

Slight tweak to the employee form in admin.

Location:
wp-hrms/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-hrms/trunk/readme.txt

    r1411841 r1412429  
    55Requires at least: 4.0
    66Tested up to: 4.5
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1919
    2020* Employees
    21 * Department
     21* Departments
    2222
    2323== Installation ==
     
    6060== Changelog ==
    6161
     62= 1.0.1 =
     63* Slight tweak to the employee form in admin.
     64
    6265= 1.0.0 =
    6366* First stable release.
  • wp-hrms/trunk/wp-hrms.php

    r1411841 r1412429  
    1313 * @wordpress-plugin
    1414 * Plugin Name: WP HRMS
    15  * Plugin URI: https://github.com/perezlabs/wp-hrms
     15 * Plugin URI: http://perezlabs.com
    1616 * Description: Human Resource Management System for WordPress
    17  * Version: 1.0.0
     17 * Version: 1.0.1
    1818 * Author: Perez Labs
    1919 * Author URI: http://perezlabs.com
     
    3131 * Define constants
    3232 */
    33 define( 'WP_HRMS_VERSION', '1.0.0' );
     33define( 'WP_HRMS_VERSION', '1.0.1' );
    3434define( 'WP_HRMS_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    3535define( 'WP_HRMS_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
Note: See TracChangeset for help on using the changeset viewer.