Plugin Directory

Changeset 2423119


Ignore:
Timestamp:
11/22/2020 06:13:17 PM (5 years ago)
Author:
pinecast
Message:

[1.0.12] Update admin permissions

Location:
pinecast-wp-sync
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • pinecast-wp-sync/tags/1.0.12/includes/admin/admin-functions.php

    r2120413 r2423119  
    2020    }
    2121
    22     return apply_filters( 'Pinecast/is_pinecast_admin', $pinecast_screen );
     22    return apply_filters( 'Pinecast/is_pinecast_admin', $pinecast_screen );
    2323}
    2424
  • pinecast-wp-sync/tags/1.0.12/includes/admin/settings.php

    r2120413 r2423119  
    5050     */
    5151    public function menu() {
    52         add_options_page( 'Pinecast settings', 'Pinecast', 'manage_options', 'pinecast', array( $this, 'output' ) );
     52        add_options_page( 'Pinecast settings', 'Pinecast', 'edit_posts', 'pinecast', array( $this, 'output' ) );
    5353    }
    5454
  • pinecast-wp-sync/tags/1.0.12/package-lock.json

    r2367379 r2423119  
    11{
    22  "name": "pinecast",
    3   "version": "1.0.11",
     3  "version": "1.0.12",
    44  "lockfileVersion": 1,
    55  "requires": true,
  • pinecast-wp-sync/tags/1.0.12/package.json

    r2367379 r2423119  
    11{
    22  "name": "pinecast",
    3   "version": "1.0.11",
     3  "version": "1.0.12",
    44  "description": "",
    55  "main": "gulpfile.js",
  • pinecast-wp-sync/tags/1.0.12/pinecast.php

    r2367379 r2423119  
    88
    99        /** @var string Plugin version */
    10         public $version = '1.0.11';
     10        public $version = '1.0.12';
    1111
    1212        /** @var string Main plugin file */
  • pinecast-wp-sync/tags/1.0.12/plugin.php

    r2367379 r2423119  
    44 * Plugin URI:      https://help.pinecast.com/articles/3072843-pinecast-wordpress-sync-plugin
    55 * Description:     Sync your Pinecast podcast episodes from Pinecast to WordPress
    6  * Version:         1.0.11
     6 * Version:         1.0.12
    77 * Author:          Pinecast
    88 * Author URI:      https://pinecast.com
  • pinecast-wp-sync/tags/1.0.12/readme.txt

    r2367380 r2423119  
    44Requires at least: 5.2
    55Tested up to: 5.5
    6 Stable tag: 1.0.11
     6Stable tag: 1.0.12
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    2929== Changelog ==
    3030
     31= 1.0.12 =
     32* Make settings available to users who can edit posts.
     33
    3134= 1.0.9 =
    32 * Update audio shortcode to optimize settings
     35* Update audio shortcode to optimize settings.
    3336
    3437= 1.0.7 =
     
    3639
    3740= 1.0 =
    38 * The initial release
     41* The initial release.
  • pinecast-wp-sync/trunk/includes/admin/admin-functions.php

    r2120413 r2423119  
    2020    }
    2121
    22     return apply_filters( 'Pinecast/is_pinecast_admin', $pinecast_screen );
     22    return apply_filters( 'Pinecast/is_pinecast_admin', $pinecast_screen );
    2323}
    2424
  • pinecast-wp-sync/trunk/includes/admin/settings.php

    r2120413 r2423119  
    5050     */
    5151    public function menu() {
    52         add_options_page( 'Pinecast settings', 'Pinecast', 'manage_options', 'pinecast', array( $this, 'output' ) );
     52        add_options_page( 'Pinecast settings', 'Pinecast', 'edit_posts', 'pinecast', array( $this, 'output' ) );
    5353    }
    5454
  • pinecast-wp-sync/trunk/package-lock.json

    r2367379 r2423119  
    11{
    22  "name": "pinecast",
    3   "version": "1.0.11",
     3  "version": "1.0.12",
    44  "lockfileVersion": 1,
    55  "requires": true,
  • pinecast-wp-sync/trunk/package.json

    r2367379 r2423119  
    11{
    22  "name": "pinecast",
    3   "version": "1.0.11",
     3  "version": "1.0.12",
    44  "description": "",
    55  "main": "gulpfile.js",
  • pinecast-wp-sync/trunk/pinecast.php

    r2367379 r2423119  
    88
    99        /** @var string Plugin version */
    10         public $version = '1.0.11';
     10        public $version = '1.0.12';
    1111
    1212        /** @var string Main plugin file */
  • pinecast-wp-sync/trunk/plugin.php

    r2367379 r2423119  
    44 * Plugin URI:      https://help.pinecast.com/articles/3072843-pinecast-wordpress-sync-plugin
    55 * Description:     Sync your Pinecast podcast episodes from Pinecast to WordPress
    6  * Version:         1.0.11
     6 * Version:         1.0.12
    77 * Author:          Pinecast
    88 * Author URI:      https://pinecast.com
  • pinecast-wp-sync/trunk/readme.txt

    r2367380 r2423119  
    44Requires at least: 5.2
    55Tested up to: 5.5
    6 Stable tag: 1.0.11
     6Stable tag: 1.0.12
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    2929== Changelog ==
    3030
     31= 1.0.12 =
     32* Make settings available to users who can edit posts.
     33
    3134= 1.0.9 =
    32 * Update audio shortcode to optimize settings
     35* Update audio shortcode to optimize settings.
    3336
    3437= 1.0.7 =
     
    3639
    3740= 1.0 =
    38 * The initial release
     41* The initial release.
Note: See TracChangeset for help on using the changeset viewer.