Changeset 1417942
- Timestamp:
- 05/16/2016 02:21:45 PM (10 years ago)
- Location:
- copyfight
- Files:
-
- 40 added
- 2 edited
-
tags/1.4.0 (added)
-
tags/1.4.0/LICENSE.txt (added)
-
tags/1.4.0/_inc (added)
-
tags/1.4.0/_inc/copyfight-admin.css (added)
-
tags/1.4.0/_inc/copyfight-admin.js (added)
-
tags/1.4.0/_inc/copyfight.css (added)
-
tags/1.4.0/_inc/copyfight.js (added)
-
tags/1.4.0/_inc/img (added)
-
tags/1.4.0/_inc/img/copyfight-logo-color.svg (added)
-
tags/1.4.0/_inc/img/copyfight-logo-dark.svg (added)
-
tags/1.4.0/_inc/img/copyfight-logo-light.svg (added)
-
tags/1.4.0/_inc/img/copyfight-logo.png (added)
-
tags/1.4.0/_inc/img/copyfight_business_plan.png (added)
-
tags/1.4.0/_inc/img/copyfight_enterprise_plan.png (added)
-
tags/1.4.0/_inc/img/copyfight_freemium_plan.png (added)
-
tags/1.4.0/_inc/img/copyfight_premium_plan.png (added)
-
tags/1.4.0/_inc/img/icn-green.png (added)
-
tags/1.4.0/_inc/img/icn-grey-black.png (added)
-
tags/1.4.0/_inc/img/icn-red.png (added)
-
tags/1.4.0/_inc/img/icn-yellow.png (added)
-
tags/1.4.0/cache (added)
-
tags/1.4.0/cache/fontlist.txt (added)
-
tags/1.4.0/cache/index.php (added)
-
tags/1.4.0/class.copyfight-admin.php (added)
-
tags/1.4.0/class.copyfight.php (added)
-
tags/1.4.0/copyfight.php (added)
-
tags/1.4.0/index.php (added)
-
tags/1.4.0/languages (added)
-
tags/1.4.0/languages/copyfight-es_ES.mo (added)
-
tags/1.4.0/languages/copyfight-es_ES.po (added)
-
tags/1.4.0/languages/copyfight-nl_NL.mo (added)
-
tags/1.4.0/languages/copyfight-nl_NL.po (added)
-
tags/1.4.0/readme.txt (added)
-
tags/1.4.0/uninstall.php (added)
-
tags/1.4.0/views (added)
-
tags/1.4.0/views/config.php (added)
-
tags/1.4.0/views/index.php (added)
-
tags/1.4.0/views/notice.php (added)
-
tags/1.4.0/views/plans.php (added)
-
tags/1.4.0/widgets.php (added)
-
trunk/copyfight.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
copyfight/trunk/copyfight.php
r1417936 r1417942 4 4 Plugin URI: https://getcopyfight.com/ 5 5 Description: Copyright protection 6 Version: 1.4 6 Version: 1.4.0 7 7 Author: Copyfight 8 8 Author URI: https://getcopyfight.com/ … … 35 35 add_action( 'plugins_loaded', 'copyfight_textdomain' ); 36 36 37 define( 'COPYFIGHT_VERSION', '1.4 ' );37 define( 'COPYFIGHT_VERSION', '1.4.0' ); 38 38 define( 'COPYFIGHT_MINIMUM_WP_VERSION', '3.3.0' ); 39 39 define( 'COPYFIGHT_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
copyfight/trunk/readme.txt
r1417916 r1417942 7 7 Requires at least: 3.3.0 8 8 Tested up to: 4.5.2 9 Stable tag: 1.4 9 Stable tag: 1.4.0 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.