Changeset 1181820
- Timestamp:
- 06/16/2015 11:42:28 AM (11 years ago)
- Location:
- coceca
- Files:
-
- 15 added
- 1 deleted
- 3 edited
-
tags/1.0/coceca.php (modified) (1 diff)
-
tags/1.1 (added)
-
tags/1.1/coceca.php (added)
-
tags/1.1/includes (added)
-
tags/1.1/includes/coceca_plugin-class.php (added)
-
tags/1.1/includes/functions.php (added)
-
tags/1.1/includes/plugin-dependencies.php (added)
-
tags/1.1/includes/templates (added)
-
tags/1.1/includes/templates/email_popup.php (added)
-
tags/1.1/includes/templates/get_started.php (added)
-
tags/1.1/includes/templates/list_extensions.php (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/screenshot-1.jpg (added)
-
tags/1.1/screenshot-2.jpg (added)
-
tags/1.1/screenshot-3.jpg (added)
-
tags/1.1/screenshot-4.jpg (added)
-
tags/2.0 (deleted)
-
trunk/coceca.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coceca/tags/1.0/coceca.php
r1169126 r1181820 13 13 14 14 defined( 'ABSPATH' ) or die( 'Plugin file cannot be accessed directly.' ); 15 define( 'COCECA_PLUGIN_VERSION', ' 0.1' );15 define( 'COCECA_PLUGIN_VERSION', '1.0' ); 16 16 define( 'PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); 17 17 define( 'COCECA_PLUGIN_NAME', trim( dirname( PLUGIN_BASENAME ), '/' ) ); -
coceca/trunk/coceca.php
r1181115 r1181820 4 4 Description: CTA plugin is an innovative solution designed to help you grow your WordPress blog. It creates an opportunity for you to promote your WordPress Websites & Blogs and engage your site visitors, in more ways than one. 5 5 Author: CoCeCa 6 Version: 2.06 Version: 1.1 7 7 Plugin URI: http://coceca.com/ 8 8 Author URI: http://coceca.com/help/ … … 13 13 14 14 defined( 'ABSPATH' ) or die( 'Plugin file cannot be accessed directly.' ); 15 define( 'COCECA_PLUGIN_VERSION', ' 0.1' );15 define( 'COCECA_PLUGIN_VERSION', '1.1' ); 16 16 define( 'PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); 17 17 define( 'COCECA_PLUGIN_NAME', trim( dirname( PLUGIN_BASENAME ), '/' ) ); -
coceca/trunk/readme.txt
r1181115 r1181820 85 85 == Changelog == 86 86 87 = 2.0=87 = 1.1 = 88 88 * Removed Update Checker from that version. 89 89 * Removed Required email functionality on plugin page load.
Note: See TracChangeset
for help on using the changeset viewer.