Plugin Directory

Changeset 836626


Ignore:
Timestamp:
01/11/2014 11:44:12 AM (12 years ago)
Author:
GeekPress
Message:

tagging 2.1.4.1

Location:
simple-pagination
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • simple-pagination/tags/2.1.4.1/readme.txt

    r831243 r836626  
    55Requires at least: 2.7
    66Tested up to: 3.8
    7 Stable tag: 2.1.4
     7Stable tag: 2.1.4.1
    88
    99Simple Pagination allows to set up an advanced pagination for posts and comments. You have an easier navigation on your WordPress.
     
    6767== Changelog ==
    6868
     69= 2.1.4.1 =
     70
     71* Fixed stupid error with Plugin URI
     72
    6973= 2.1.4 =
    7074
  • simple-pagination/tags/2.1.4.1/simple-pagination.php

    r831243 r836626  
    44/*
    55Plugin Name: Simple Pagination
    6 Plugin URI: http://wordpress.org/plugins/simple-auto-featured-image/
     6Plugin URI: http://wordpress.org/plugin/simple-pagination/
    77Description: Simple Pagination allows to set up an advanced pagination for posts and comments. You have an easier navigation on your WordPress.
    8 Version: 2.1.4
     8Version: 2.1.4.1
    99Author: GeekPress
    1010Author URI: http://www.geekpress.fr/
     
    2929
    3030// Define contants
    31 define( 'SP_VERSION' , '2.1.4' );
     31define( 'SP_VERSION' , '2.1.4.1' );
    3232define( 'SP_URL' , plugins_url(plugin_basename(dirname(__FILE__)).'/') );
    3333
  • simple-pagination/trunk/readme.txt

    r831243 r836626  
    55Requires at least: 2.7
    66Tested up to: 3.8
    7 Stable tag: 2.1.4
     7Stable tag: 2.1.4.1
    88
    99Simple Pagination allows to set up an advanced pagination for posts and comments. You have an easier navigation on your WordPress.
     
    6767== Changelog ==
    6868
     69= 2.1.4.1 =
     70
     71* Fixed stupid error with Plugin URI
     72
    6973= 2.1.4 =
    7074
  • simple-pagination/trunk/simple-pagination.php

    r831243 r836626  
    44/*
    55Plugin Name: Simple Pagination
    6 Plugin URI: http://wordpress.org/plugins/simple-auto-featured-image/
     6Plugin URI: http://wordpress.org/plugin/simple-pagination/
    77Description: Simple Pagination allows to set up an advanced pagination for posts and comments. You have an easier navigation on your WordPress.
    8 Version: 2.1.4
     8Version: 2.1.4.1
    99Author: GeekPress
    1010Author URI: http://www.geekpress.fr/
     
    2929
    3030// Define contants
    31 define( 'SP_VERSION' , '2.1.4' );
     31define( 'SP_VERSION' , '2.1.4.1' );
    3232define( 'SP_URL' , plugins_url(plugin_basename(dirname(__FILE__)).'/') );
    3333
Note: See TracChangeset for help on using the changeset viewer.