Changeset 1309200
- Timestamp:
- 12/15/2015 04:13:55 PM (10 years ago)
- Location:
- css-autoloader/trunk
- Files:
-
- 3 edited
-
css-autoloader.php (modified) (4 diffs)
-
pluginicon.png (modified) (previous)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
css-autoloader/trunk/css-autoloader.php
r1254887 r1309200 4 4 Plugin URI: http://smartware.cc/free-wordpress-plugins/css-autoloader/ 5 5 Description: This Plugin allows you to load additional CSS files without the need to change files in the Theme directory. To load additional CSS files just put them into a directory named cssautoload. 6 Version: 1. 07 Author: smartware.cc 6 Version: 1.1 7 Author: smartware.cc, Peter's Plugins 8 8 Author URI: http://smartware.cc 9 Text Domain: cssautoload 9 10 License: GPL2 10 11 */ 11 12 12 /* Copyright 2015 smartware.cc(email : [email protected])13 /* Copyright 2015 Peter Raschendorfer (email : [email protected]) 13 14 14 15 This program is free software; you can redistribute it and/or modify … … 40 41 $this->plugin_name = 'CSS AutoLoader'; 41 42 $this->plugin_slug = 'css-autoloader'; 42 $this->version = '1. 0';43 $this->version = '1.1'; 43 44 // allowed media types 44 45 $this->media = array( '' => 'all', '/all' => 'all', '/braille' => 'braille', '/embossed' => 'embossed', '/handheld' => 'handheld', '/print' => 'print', '/projection' => 'projection', '/screen' => 'screen', '/speech' => 'speech', '/tty' => 'tty', '/tv' => 'tv' ); … … 66 67 // addd text domains 67 68 function add_text_domains() { 68 load_plugin_textdomain( 'cssautoload_general', false, basename( dirname( __FILE__ ) ) . '/languages' ); 69 load_plugin_textdomain( 'cssautoload', false, basename( dirname( __FILE__ ) ) . '/languages' ); 69 load_plugin_textdomain( 'cssautoload' ); 70 70 } 71 71 … … 182 182 <div class="meta-box-sortables"> 183 183 <div class="postbox"> 184 <h3><span><?php _e( 'Like this Plugin?', 'cssautoload _general' ); ?></span></h3>184 <h3><span><?php _e( 'Like this Plugin?', 'cssautoload' ); ?></span></h3> 185 185 <div class="inside"> 186 186 <ul> 187 <li><div class="dashicons dashicons-wordpress"></div> <a href="https://wordpress.org/plugins/<?php echo $this->plugin_slug; ?>/"><?php _e( 'Please rate the plugin', 'cssautoload _general' ); ?></a></li>188 <li><div class="dashicons dashicons-admin-home"></div> <a href="http://smartware.cc/free-wordpress-plugins/<?php echo $this->plugin_slug; ?>/"><?php _e( 'Plugin homepage', 'cssautoload _general'); ?></a></li>189 <li><div class="dashicons dashicons-admin-home"></div> <a href="http://smartware.cc/"><?php _e( 'Author homepage', 'cssautoload _general' );?></a></li>190 <li><div class="dashicons dashicons-googleplus"></div> <a href="http://g.smartware.cc/"><?php _e( 'Authors Google+ Page', 'cssautoload _general' ); ?></a></li>191 <li><div class="dashicons dashicons-facebook-alt"></div> <a href="http://f.smartware.cc/"><?php _e( 'Authors facebook Page', 'cssautoload _general' ); ?></a></li>187 <li><div class="dashicons dashicons-wordpress"></div> <a href="https://wordpress.org/plugins/<?php echo $this->plugin_slug; ?>/"><?php _e( 'Please rate the plugin', 'cssautoload' ); ?></a></li> 188 <li><div class="dashicons dashicons-admin-home"></div> <a href="http://smartware.cc/free-wordpress-plugins/<?php echo $this->plugin_slug; ?>/"><?php _e( 'Plugin homepage', 'cssautoload'); ?></a></li> 189 <li><div class="dashicons dashicons-admin-home"></div> <a href="http://smartware.cc/"><?php _e( 'Author homepage', 'cssautoload' );?></a></li> 190 <li><div class="dashicons dashicons-googleplus"></div> <a href="http://g.smartware.cc/"><?php _e( 'Authors Google+ Page', 'cssautoload' ); ?></a></li> 191 <li><div class="dashicons dashicons-facebook-alt"></div> <a href="http://f.smartware.cc/"><?php _e( 'Authors facebook Page', 'cssautoload' ); ?></a></li> 192 192 </ul> 193 193 </div> 194 194 </div> 195 195 <div class="postbox"> 196 <h3><span><?php _e( 'Need help?', 'cssautoload _general' ); ?></span></h3>196 <h3><span><?php _e( 'Need help?', 'cssautoload' ); ?></span></h3> 197 197 <div class="inside"> 198 198 <ul> 199 <li><div class="dashicons dashicons-wordpress"></div> <a href="http://wordpress.org/plugins/<?php echo $this->plugin_slug; ?>/faq/"><?php _e( 'Take a look at the FAQ section', 'cssautoload _general' ); ?></a></li>200 <li><div class="dashicons dashicons-wordpress"></div> <a href="http://wordpress.org/support/plugin/<?php echo $this->plugin_slug; ?>/"><?php _e( 'Take a look at the Support section', 'cssautoload _general'); ?></a></li>201 <li><div class="dashicons dashicons-admin-comments"></div> <a href="http://smartware.cc/contact/"><?php _e( 'Feel free to contact the Author', 'cssautoload _general' ); ?></a></li>199 <li><div class="dashicons dashicons-wordpress"></div> <a href="http://wordpress.org/plugins/<?php echo $this->plugin_slug; ?>/faq/"><?php _e( 'Take a look at the FAQ section', 'cssautoload' ); ?></a></li> 200 <li><div class="dashicons dashicons-wordpress"></div> <a href="http://wordpress.org/support/plugin/<?php echo $this->plugin_slug; ?>/"><?php _e( 'Take a look at the Support section', 'cssautoload'); ?></a></li> 201 <li><div class="dashicons dashicons-admin-comments"></div> <a href="http://smartware.cc/contact/"><?php _e( 'Feel free to contact the Author', 'cssautoload' ); ?></a></li> 202 202 </ul> 203 203 </div> -
css-autoloader/trunk/readme.txt
r1254887 r1309200 1 1 === CSS AutoLoader === 2 Contributors: smartware.cc 2 Contributors: smartware.cc, petersplugins 3 3 Donate link: http://smartware.cc/make-a-donation/ 4 4 Tags: css, style, styling, custom css, custom styles, custom stylesheet, custom stylesheets, load, autoload, header, wp_enqueue_style, wp_head 5 5 Requires at least: 3.0 6 Tested up to: 4. 37 Stable tag: 1. 06 Tested up to: 4.4 7 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 = Languages = 45 45 46 46 * English 47 47 * German 48 48 49 **Translators welcome!** Th e languages directory contains POT files to start new translations. Please [contact Author](http://smartware.cc/) if you would like to do a translation.49 **Translators welcome!** This plugin uses Language Packs and can be translated on [translate.wordpress.org](https://translate.wordpress.org/) (please [contact me](http://smartware.cc/contact/) if you want me to add creedits here). 50 50 51 51 = Do you like the CSS AutoLoader Plugin? = … … 80 80 == Changelog == 81 81 82 = 1.1 (2015-12-15) = 83 * Added Language Pack Support for translations 84 82 85 = 1.0 (2015-09-28) = 83 86 * Initial Release 87 88 == Upgrade Notice == 89 90 = 1.1 = 91 Added Language Pack Support for translations
Note: See TracChangeset
for help on using the changeset viewer.