Plugin Directory

Changeset 1318368


Ignore:
Timestamp:
12/30/2015 07:42:51 AM (10 years ago)
Author:
primestrategy
Message:

update WP SiteManager 1.1.7

Location:
wp-sitemanager/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-sitemanager/trunk/modules/bread-crumb.php

    r879379 r1318368  
    332332
    333333private function add_posts_page_array( $bread_crumb_arr ) {
    334     if ( is_page() || is_front_page() ) {
     334    if ( is_page() || is_front_page() || is_404() ) {
    335335        return $bread_crumb_arr;
    336336    } elseif ( is_category() ) {
  • wp-sitemanager/trunk/readme.txt

    r1305832 r1318368  
    44Requires at least: 3.5
    55Tested up to: 4.4
    6 Stable tag: 1.1.6
     6Stable tag: 1.1.7
    77
    88WP SiteManager is an integrated package comprising of necessary functions for using WordPress as a CMS.
     
    3434
    3535== Changelog ==
     36= 1.1.7 =
     37* fix : Posts page link displayed on bread crumb when 404 page.
     38
    3639= 1.1.6 =
    3740* change : Keywords and description  setting are reflected on Posts page.
  • wp-sitemanager/trunk/wp-sitemanager.php

    r1305832 r1318368  
    55 Description: WP SiteManager is an integrated package comprising of necessary functions for using WordPress as a CMS.
    66 Author: Prime Strategy Co.,LTD.
    7  Version: 1.1.6
     7 Version: 1.1.7
    88 Author URI: http://www.prime-strategy.co.jp/
    99 License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.