Plugin Directory

Changeset 1309200


Ignore:
Timestamp:
12/15/2015 04:13:55 PM (10 years ago)
Author:
smartware.cc
Message:

Version 1.1 - part 2

Location:
css-autoloader/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • css-autoloader/trunk/css-autoloader.php

    r1254887 r1309200  
    44Plugin URI: http://smartware.cc/free-wordpress-plugins/css-autoloader/
    55Description: 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.0
    7 Author: smartware.cc
     6Version: 1.1
     7Author: smartware.cc, Peter's Plugins
    88Author URI: http://smartware.cc
     9Text Domain: cssautoload
    910License: GPL2
    1011*/
    1112
    12 /*  Copyright 2015  smartware.cc (email : [email protected])
     13/*  Copyright 2015 Peter Raschendorfer (email : [email protected])
    1314
    1415    This program is free software; you can redistribute it and/or modify
     
    4041    $this->plugin_name = 'CSS AutoLoader';
    4142    $this->plugin_slug = 'css-autoloader';
    42         $this->version = '1.0';
     43        $this->version = '1.1';
    4344    // allowed media types
    4445    $this->media = array( '' => 'all', '/all' => 'all', '/braille' => 'braille', '/embossed' => 'embossed', '/handheld' => 'handheld', '/print' => 'print', '/projection' => 'projection', '/screen' => 'screen', '/speech' => 'speech', '/tty' => 'tty', '/tv' => 'tv' );
     
    6667  // addd text domains
    6768  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' );
    7070  }
    7171 
     
    182182      <div class="meta-box-sortables">
    183183        <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>
    185185          <div class="inside">
    186186            <ul>
    187               <li><div class="dashicons dashicons-wordpress"></div>&nbsp;&nbsp;<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>&nbsp;&nbsp;<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>&nbsp;&nbsp;<a href="http://smartware.cc/"><?php _e( 'Author homepage', 'cssautoload_general' );?></a></li>
    190               <li><div class="dashicons dashicons-googleplus"></div>&nbsp;&nbsp;<a href="http://g.smartware.cc/"><?php _e( 'Authors Google+ Page', 'cssautoload_general' ); ?></a></li>
    191               <li><div class="dashicons dashicons-facebook-alt"></div>&nbsp;&nbsp;<a href="http://f.smartware.cc/"><?php _e( 'Authors facebook Page', 'cssautoload_general' ); ?></a></li>
     187              <li><div class="dashicons dashicons-wordpress"></div>&nbsp;&nbsp;<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>&nbsp;&nbsp;<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>&nbsp;&nbsp;<a href="http://smartware.cc/"><?php _e( 'Author homepage', 'cssautoload' );?></a></li>
     190              <li><div class="dashicons dashicons-googleplus"></div>&nbsp;&nbsp;<a href="http://g.smartware.cc/"><?php _e( 'Authors Google+ Page', 'cssautoload' ); ?></a></li>
     191              <li><div class="dashicons dashicons-facebook-alt"></div>&nbsp;&nbsp;<a href="http://f.smartware.cc/"><?php _e( 'Authors facebook Page', 'cssautoload' ); ?></a></li>
    192192            </ul>
    193193          </div>
    194194        </div>
    195195        <div class="postbox">
    196           <h3><span><?php _e( 'Need help?', 'cssautoload_general' ); ?></span></h3>
     196          <h3><span><?php _e( 'Need help?', 'cssautoload' ); ?></span></h3>
    197197          <div class="inside">
    198198            <ul>
    199               <li><div class="dashicons dashicons-wordpress"></div>&nbsp;&nbsp;<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>&nbsp;&nbsp;<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>&nbsp;&nbsp;<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>&nbsp;&nbsp;<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>&nbsp;&nbsp;<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>&nbsp;&nbsp;<a href="http://smartware.cc/contact/"><?php _e( 'Feel free to contact the Author', 'cssautoload' ); ?></a></li>
    202202            </ul>
    203203          </div>
  • css-autoloader/trunk/readme.txt

    r1254887 r1309200  
    11=== CSS AutoLoader ===
    2 Contributors: smartware.cc
     2Contributors: smartware.cc, petersplugins
    33Donate link: http://smartware.cc/make-a-donation/
    44Tags: css, style, styling, custom css, custom styles, custom stylesheet, custom stylesheets, load, autoload, header, wp_enqueue_style, wp_head
    55Requires at least: 3.0
    6 Tested up to: 4.3
    7 Stable tag: 1.0
     6Tested up to: 4.4
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4343
    4444= Languages =
    45 
     45 
    4646* English
    4747* German
    4848
    49 **Translators welcome!** The 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).
    5050
    5151= Do you like the CSS AutoLoader Plugin? =
     
    8080== Changelog ==
    8181
     82= 1.1 (2015-12-15) =
     83* Added Language Pack Support for translations
     84
    8285= 1.0 (2015-09-28) =
    8386* Initial Release
     87
     88== Upgrade Notice ==
     89
     90= 1.1 =
     91Added Language Pack Support for translations
Note: See TracChangeset for help on using the changeset viewer.