Plugin Directory

Changeset 1647878


Ignore:
Timestamp:
04/29/2017 06:43:49 AM (9 years ago)
Author:
nareshkumar1516
Message:

Changes made in the screenshot and the readme.txt and my plugin file too.

Location:
view-my-posts-alone
Files:
3 added
5 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • view-my-posts-alone/trunk/readme.txt

    r1646286 r1647878  
    11=== View My Posts Alone ===
    2 Contributors: nareshkumar1516
    3 Tags: WP,contributor, guest writers, multiple authors, custom role users
     2Contributors: nareshkumar1615
     3Tags: multiple authors,blog writers, custom user roles, contributors, blogs, dashbaord
    44Requires at least: 3.0.1
    55Tested up to: 4.7.3
    6 Stable tag: 1.1.1
     6Stable tag: 1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 This Plugin Allows contributors,students,writers of a blog,article to only view and manage their own posts which they have contributed and they might not be able to view what others have contributed.
     10It will display only the concerned contributor posts and other details of that contributor for the posts types and the Custom Post Type.
    1111
    1212== Description ==
     
    3131* Very Effective.
    3232
    33 Special thanks to iCLIENT TECHNOLOGIES, Cuddalore. Without my office mates and the management personals this would not be possible for me. My Sincere thanks to all of them. Thanks to http://iclienttech.com
    34 
    3533== Installation ==
    3634
     
    4139== Screenshots ==
    4240
    43 1. Plugin-Activation.png
    44 2. Admin-Dashboard.png
    45 3. Contributor-Dashboard.png
    46 
     411. Plugin being Installed in the List of Plugins Page
     422. Admin Dashboard after the plugin is Installed.
     433. Contributor Dashboard after the plugin is Installed.
    4744
    4845
     
    6865Initial release.
    6966
    70 = 1.1 =
    71 Plugins Function Names Altered
    72 
    7367== Upgrade Notice ==
    7468
    7569= 1.0 =
    7670This is the First Version of the Plugin
    77 
    78 = 1.1 =
    79 Changed the Function Names to be Unique
  • view-my-posts-alone/trunk/view_my_posts_alone.php

    r1646259 r1647878  
    22/*
    33Plugin Name: View My Posts Alone
    4 Version: 1.1.1
     4Version: 1.0
    55Plugin URI: https://github.com/Nareshkumar979/View-My-Posts-Alone
    66Description: This plugin is for the Contributors/Writers alone who make contributions to our site in the form of posts or any writings etc., Hence they can view only the contributions what they make unable to see what others have contributed.  It can be used for the posts as well as the Custom Post Type also.
     
    88Author URI: http://coolguynaresh.blogspot.in/
    99*/
    10 /*
    11  * Special thanks to iCLIENT TECHNOLOGIES, Cuddalore. Without my office mates and the management personals this would not be possible for me. My Sincere thanks to all of them.
    12  * Thanks to http://iclienttech.com
    13  */
    1410function vmpsa_hideotherspost( $wp_query ) {
    1511    if (strpos( $_SERVER[ 'REQUEST_URI' ], '/wp-admin/edit.php' ) !== false) {
Note: See TracChangeset for help on using the changeset viewer.