Changeset 2423119
- Timestamp:
- 11/22/2020 06:13:17 PM (5 years ago)
- Location:
- pinecast-wp-sync
- Files:
-
- 14 edited
- 1 copied
-
tags/1.0.12 (copied) (copied from pinecast-wp-sync/trunk)
-
tags/1.0.12/includes/admin/admin-functions.php (modified) (1 diff)
-
tags/1.0.12/includes/admin/settings.php (modified) (1 diff)
-
tags/1.0.12/package-lock.json (modified) (1 diff)
-
tags/1.0.12/package.json (modified) (1 diff)
-
tags/1.0.12/pinecast.php (modified) (1 diff)
-
tags/1.0.12/plugin.php (modified) (1 diff)
-
tags/1.0.12/readme.txt (modified) (3 diffs)
-
trunk/includes/admin/admin-functions.php (modified) (1 diff)
-
trunk/includes/admin/settings.php (modified) (1 diff)
-
trunk/package-lock.json (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/pinecast.php (modified) (1 diff)
-
trunk/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pinecast-wp-sync/tags/1.0.12/includes/admin/admin-functions.php
r2120413 r2423119 20 20 } 21 21 22 return apply_filters( 'Pinecast/is_pinecast_admin', $pinecast_screen );22 return apply_filters( 'Pinecast/is_pinecast_admin', $pinecast_screen ); 23 23 } 24 24 -
pinecast-wp-sync/tags/1.0.12/includes/admin/settings.php
r2120413 r2423119 50 50 */ 51 51 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' ) ); 53 53 } 54 54 -
pinecast-wp-sync/tags/1.0.12/package-lock.json
r2367379 r2423119 1 1 { 2 2 "name": "pinecast", 3 "version": "1.0.1 1",3 "version": "1.0.12", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
pinecast-wp-sync/tags/1.0.12/package.json
r2367379 r2423119 1 1 { 2 2 "name": "pinecast", 3 "version": "1.0.1 1",3 "version": "1.0.12", 4 4 "description": "", 5 5 "main": "gulpfile.js", -
pinecast-wp-sync/tags/1.0.12/pinecast.php
r2367379 r2423119 8 8 9 9 /** @var string Plugin version */ 10 public $version = '1.0.1 1';10 public $version = '1.0.12'; 11 11 12 12 /** @var string Main plugin file */ -
pinecast-wp-sync/tags/1.0.12/plugin.php
r2367379 r2423119 4 4 * Plugin URI: https://help.pinecast.com/articles/3072843-pinecast-wordpress-sync-plugin 5 5 * Description: Sync your Pinecast podcast episodes from Pinecast to WordPress 6 * Version: 1.0.1 16 * Version: 1.0.12 7 7 * Author: Pinecast 8 8 * Author URI: https://pinecast.com -
pinecast-wp-sync/tags/1.0.12/readme.txt
r2367380 r2423119 4 4 Requires at least: 5.2 5 5 Tested up to: 5.5 6 Stable tag: 1.0.1 16 Stable tag: 1.0.12 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 29 29 == Changelog == 30 30 31 = 1.0.12 = 32 * Make settings available to users who can edit posts. 33 31 34 = 1.0.9 = 32 * Update audio shortcode to optimize settings 35 * Update audio shortcode to optimize settings. 33 36 34 37 = 1.0.7 = … … 36 39 37 40 = 1.0 = 38 * The initial release 41 * The initial release. -
pinecast-wp-sync/trunk/includes/admin/admin-functions.php
r2120413 r2423119 20 20 } 21 21 22 return apply_filters( 'Pinecast/is_pinecast_admin', $pinecast_screen );22 return apply_filters( 'Pinecast/is_pinecast_admin', $pinecast_screen ); 23 23 } 24 24 -
pinecast-wp-sync/trunk/includes/admin/settings.php
r2120413 r2423119 50 50 */ 51 51 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' ) ); 53 53 } 54 54 -
pinecast-wp-sync/trunk/package-lock.json
r2367379 r2423119 1 1 { 2 2 "name": "pinecast", 3 "version": "1.0.1 1",3 "version": "1.0.12", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
pinecast-wp-sync/trunk/package.json
r2367379 r2423119 1 1 { 2 2 "name": "pinecast", 3 "version": "1.0.1 1",3 "version": "1.0.12", 4 4 "description": "", 5 5 "main": "gulpfile.js", -
pinecast-wp-sync/trunk/pinecast.php
r2367379 r2423119 8 8 9 9 /** @var string Plugin version */ 10 public $version = '1.0.1 1';10 public $version = '1.0.12'; 11 11 12 12 /** @var string Main plugin file */ -
pinecast-wp-sync/trunk/plugin.php
r2367379 r2423119 4 4 * Plugin URI: https://help.pinecast.com/articles/3072843-pinecast-wordpress-sync-plugin 5 5 * Description: Sync your Pinecast podcast episodes from Pinecast to WordPress 6 * Version: 1.0.1 16 * Version: 1.0.12 7 7 * Author: Pinecast 8 8 * Author URI: https://pinecast.com -
pinecast-wp-sync/trunk/readme.txt
r2367380 r2423119 4 4 Requires at least: 5.2 5 5 Tested up to: 5.5 6 Stable tag: 1.0.1 16 Stable tag: 1.0.12 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 29 29 == Changelog == 30 30 31 = 1.0.12 = 32 * Make settings available to users who can edit posts. 33 31 34 = 1.0.9 = 32 * Update audio shortcode to optimize settings 35 * Update audio shortcode to optimize settings. 33 36 34 37 = 1.0.7 = … … 36 39 37 40 = 1.0 = 38 * The initial release 41 * The initial release.
Note: See TracChangeset
for help on using the changeset viewer.