Plugin Directory

Changeset 1783186


Ignore:
Timestamp:
12/08/2017 11:06:34 AM (8 years ago)
Author:
jasie
Message:

set trunk to v1.1

Location:
widget-pagination/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • widget-pagination/trunk/includes/class-widget-pagination-utils.php

    r1783169 r1783186  
    66 *
    77 * @link       https://wordpress.org/support/profile/jasie
    8  * @since      1.1.0
     8 * @since      1.0.0
    99 *
    1010 * @package    Widget_Pagination
     
    1616 * A collection of variables and functions.
    1717 *
    18  * @since      1.1.0
     18 * @since      1.0.0
    1919 * @package    Widget_Pagination_Utils
    2020 * @subpackage Widget_Pagination/includes
     
    5858     * The pagination bar styles.
    5959     *
    60      * @since    1.1.0
     60     * @since    1.0.0
    6161     * @access   protected
    6262     * @var      array    $styles    Styles for appearance of pagination bar.
     
    7272     *
    7373     * @return boolean        true if valid, else false
    74      * @since    1.1
     74     * @since    1.1.0
    7575     */
    7676    protected function is_valid($type, $value) {
  • widget-pagination/trunk/widget-pagination.php

    r1776714 r1783186  
    3131}
    3232
    33 define("WGPAG_VERSION", "1.0.0");
     33define("WGPAG_VERSION", "1.1");
    3434
    3535if (!defined('WGPAG_NAME')) {
Note: See TracChangeset for help on using the changeset viewer.