Changeset 1695008
- Timestamp:
- 07/12/2017 08:39:43 AM (8 years ago)
- Location:
- getcontentfromurl
- Files:
-
- 10 added
- 1 edited
- 2 copied
-
tags/1.0 (added)
-
tags/1.0/classes (added)
-
tags/1.0/classes/action.class.php (added)
-
tags/1.0/classes/ds.class.php (added)
-
tags/1.0/classes/shortcode.class.php (added)
-
tags/1.0/getcontentfromurl.php (copied) (copied from getcontentfromurl/trunk/getcontentfromurl.php) (2 diffs)
-
tags/1.0/languages (added)
-
tags/1.0/languages/de_DE.mo (added)
-
tags/1.0/languages/de_DE.po (added)
-
tags/1.0/readme.txt (copied) (copied from getcontentfromurl/trunk/readme.txt)
-
trunk/classes/action.class.php (added)
-
trunk/getcontentfromurl.php (modified) (2 diffs)
-
trunk/languages (added)
Legend:
- Unmodified
- Added
- Removed
-
getcontentfromurl/tags/1.0/getcontentfromurl.php
r1694995 r1695008 8 8 * Plugin Name: GetContentFromURL 9 9 * Plugin URI: https://daschmi.de/gcfu 10 * Description: Load Content from url by using xpath10 * Description: load content from url by using xpath 11 11 * Version: 1.0 12 12 * Author: Daniel Schmitzer 13 13 * Author URI: https://daschmi.de/ 14 14 * Text Domain: gcfu 15 * Domain Path: /languages 15 16 */ 16 17 … … 21 22 22 23 add_shortcode('gcfu', array('\gcfu\shortcode', 'gcfu')); 24 25 add_action('plugins_loaded', array('\gcfu\action', 'plugins_loaded')); -
getcontentfromurl/trunk/getcontentfromurl.php
r1694953 r1695008 8 8 * Plugin Name: GetContentFromURL 9 9 * Plugin URI: https://daschmi.de/gcfu 10 * Description: Load Content from url by using xpath10 * Description: load content from url by using xpath 11 11 * Version: 1.0 12 12 * Author: Daniel Schmitzer 13 13 * Author URI: https://daschmi.de/ 14 14 * Text Domain: gcfu 15 * Domain Path: /languages 15 16 */ 16 17 … … 21 22 22 23 add_shortcode('gcfu', array('\gcfu\shortcode', 'gcfu')); 24 25 add_action('plugins_loaded', array('\gcfu\action', 'plugins_loaded'));
Note: See TracChangeset
for help on using the changeset viewer.