Changeset 1986749
- Timestamp:
- 12/06/2018 12:24:09 PM (7 years ago)
- Location:
- podigee
- Files:
-
- 2 edited
- 3 copied
-
tags/0.6.4 (copied) (copied from podigee/trunk)
-
tags/0.6.4/podigee-quick-publish.php (copied) (copied from podigee/trunk/podigee-quick-publish.php) (2 diffs)
-
tags/0.6.4/readme.txt (copied) (copied from podigee/trunk/readme.txt) (2 diffs)
-
trunk/podigee-quick-publish.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
podigee/tags/0.6.4/podigee-quick-publish.php
r1974226 r1986749 4 4 * Plugin URI: https://podigee.com 5 5 * Description: Let's you import metadata from your Podigee podcast feed right into the Wordpress post editor. Not (yet) compatible to Gutenberg. Developed for Podigee by Jürgen Krauß (https://www.es-ist-ein-krauss.de/). 6 * Version: 0.6. 36 * Version: 0.6.4 7 7 * Author: Podigee 8 8 * Author URI: https://podigee.com … … 127 127 } 128 128 $options['pfex_slug'] = strtolower(trim($input['pfex_slug'])); 129 if(!preg_match('/^[a-z0-9 ]+$/i', $options['pfex_slug'])) {129 if(!preg_match('/^[a-z0-9-_]+$/i', $options['pfex_slug'])) { 130 130 $options['pfex_slug'] = ''; 131 131 } -
podigee/tags/0.6.4/readme.txt
r1974226 r1986749 5 5 Tested up to: 4.9 6 6 Requires PHP: 5.2.4 7 Stable tag: 0.6. 37 Stable tag: 0.6.4 8 8 License: MIT License 9 9 License URI: https://opensource.org/licenses/MIT 10 10 11 Let's you import metadata from your Podigee podcast feed right into the Wordpress post editor. Not (yet) compatible to Gutenberg. Developed for Podigee by Jürgen Krauß(https://www.es-ist-ein-krauss.de/).11 Let's you import metadata from your Podigee podcast feed right into the Wordpress post editor. Not (yet) compatible to Gutenberg. Developed for Podigee by [Jürgen Krauß](https://www.es-ist-ein-krauss.de/). 12 12 13 13 == Description == … … 19 19 Note: The plugin currently does not work with the Gutenberg editor! We plan to add that functionality in a future version. 20 20 21 Developed for Podigee by Jürgen Krauß(https://www.es-ist-ein-krauss.de/).21 Developed for Podigee by [Jürgen Krauß](https://www.es-ist-ein-krauss.de/). 22 22 23 23 MIT License -
podigee/trunk/podigee-quick-publish.php
r1974226 r1986749 4 4 * Plugin URI: https://podigee.com 5 5 * Description: Let's you import metadata from your Podigee podcast feed right into the Wordpress post editor. Not (yet) compatible to Gutenberg. Developed for Podigee by Jürgen Krauß (https://www.es-ist-ein-krauss.de/). 6 * Version: 0.6. 36 * Version: 0.6.4 7 7 * Author: Podigee 8 8 * Author URI: https://podigee.com … … 127 127 } 128 128 $options['pfex_slug'] = strtolower(trim($input['pfex_slug'])); 129 if(!preg_match('/^[a-z0-9 ]+$/i', $options['pfex_slug'])) {129 if(!preg_match('/^[a-z0-9-_]+$/i', $options['pfex_slug'])) { 130 130 $options['pfex_slug'] = ''; 131 131 } -
podigee/trunk/readme.txt
r1974226 r1986749 5 5 Tested up to: 4.9 6 6 Requires PHP: 5.2.4 7 Stable tag: 0.6. 37 Stable tag: 0.6.4 8 8 License: MIT License 9 9 License URI: https://opensource.org/licenses/MIT 10 10 11 Let's you import metadata from your Podigee podcast feed right into the Wordpress post editor. Not (yet) compatible to Gutenberg. Developed for Podigee by Jürgen Krauß(https://www.es-ist-ein-krauss.de/).11 Let's you import metadata from your Podigee podcast feed right into the Wordpress post editor. Not (yet) compatible to Gutenberg. Developed for Podigee by [Jürgen Krauß](https://www.es-ist-ein-krauss.de/). 12 12 13 13 == Description == … … 19 19 Note: The plugin currently does not work with the Gutenberg editor! We plan to add that functionality in a future version. 20 20 21 Developed for Podigee by Jürgen Krauß(https://www.es-ist-ein-krauss.de/).21 Developed for Podigee by [Jürgen Krauß](https://www.es-ist-ein-krauss.de/). 22 22 23 23 MIT License
Note: See TracChangeset
for help on using the changeset viewer.