Plugin Directory

Changeset 1346754


Ignore:
Timestamp:
02/09/2016 02:38:10 PM (10 years ago)
Author:
sanderonline
Message:

Update

Location:
oypie/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oypie/trunk/oypie.php

    r1225355 r1346754  
     1<<<<<<< .mine
    12<?php
    23/*
     
    45Plugin URI: http://sanderonlinemedia.nl/oypie;
    56Description: This plugin is for photographers who use the service 'OYPO'. In this plugin you can generate shortcodes for your pages and posts. The shortcode generator can you find under 'Tools' > 'SanderOnline'.
    6 Version: 1.1.3
     7Version: 1.1.4
    78Author: SanderOnline Media / Sander Dijkstra
    89Author URI: http://sander-dijkstra.nl/
     
    1415require_once("widget.php");
    1516
     17if (current_user_can('manage_options')){
    1618// Add options page
    1719add_action( 'admin_menu', 'oypie_menu' );
     20
     21}
    1822
    1923wp_enqueue_script('jquery');
     
    3034
    3135// Admin Pages
    32    
     36if (current_user_can('manage_options')){   
    3337function oypie_price_page() {
    34     require_once("pages/price.php");
     38    require_once("pages/price.php"); 
    3539    }
    3640   
     
    4448function oypie_preference_page() {
    4549    require_once("pages/preference.php");
     50}
    4651}
    4752
     
    8186 
    8287add_action('admin_enqueue_scripts', 'oypie_admin_css');
    83 ?>
  • oypie/trunk/readme.txt

    r1225355 r1346754  
    2828== Changelog ==
    2929
     30= 1.1.4 =
     31Some securityfixes for multiuser WordPress platforms.
     32
    3033= 1.1.3 =
    3134Some few updates
    3235
    33 
    3436= 1.1.2 =
    3537Preferences added, old shortcode generators have been updated.
    36 
    3738
    3839= 1.1.1 =
Note: See TracChangeset for help on using the changeset viewer.