Plugin Directory

Changeset 370794


Ignore:
Timestamp:
04/08/2011 07:23:40 PM (15 years ago)
Author:
jkmassel
Message:

updating to 1.2

Location:
page-excerpt
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • page-excerpt/tags/1.0/readme.txt

    r128263 r370794  
    55Requires at least: 2.6
    66Tested up to: 2.8
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88
    99This plugin adds the same functionality of the excerpt feature in posts to pages.
  • page-excerpt/tags/1.1/pageExcerpt.php

    r367282 r370794  
    1010
    1111add_action( 'edit_page_form', 'pe_add_box');
    12 add_action('init', 'my_custom_init');
     12add_action('init', 'pe_init');
    1313
    1414function pe_init() {
  • page-excerpt/tags/1.2/pageExcerpt.php

    r367282 r370794  
    1010
    1111add_action( 'edit_page_form', 'pe_add_box');
    12 add_action('init', 'my_custom_init');
     12add_action('init', 'pe_init');
    1313
    1414function pe_init() {
  • page-excerpt/tags/1.2/readme.txt

    r367282 r370794  
    11=== Page Excerpt ===
    22Contributors: jkmassel
    3 Donate link: http://wordpress.org/donate/
     3Donate link: http://masseltech.com/donate/
    44Tags: excerpt, page, page excerpt, advanced options, CMS, content management
    55Requires at least: 2.6
    66Tested up to: 3.1
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88
    99This plugin adds the same functionality of the excerpt feature in posts to pages.
     
    2222
    2323== Changelog ==
     24
     25= 1.2 =
     26* Fixes a bug in v 1.1
    2427
    2528= 1.1 =
  • page-excerpt/trunk/pageExcerpt.php

    r367282 r370794  
    1010
    1111add_action( 'edit_page_form', 'pe_add_box');
    12 add_action('init', 'my_custom_init');
     12add_action('init', 'pe_init');
    1313
    1414function pe_init() {
  • page-excerpt/trunk/readme.txt

    r367282 r370794  
    11=== Page Excerpt ===
    22Contributors: jkmassel
    3 Donate link: http://wordpress.org/donate/
     3Donate link: http://masseltech.com/donate/
    44Tags: excerpt, page, page excerpt, advanced options, CMS, content management
    55Requires at least: 2.6
    66Tested up to: 3.1
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88
    99This plugin adds the same functionality of the excerpt feature in posts to pages.
     
    2222
    2323== Changelog ==
     24
     25= 1.2 =
     26* Fixes a bug in v 1.1
    2427
    2528= 1.1 =
Note: See TracChangeset for help on using the changeset viewer.