Skip to content

Commit

Permalink
make display version dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew vonderLuft committed Apr 4, 2011
1 parent 2c43b1a commit fac84cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copy_move_extension.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require_dependency 'application_controller'

class CopyMoveExtension < Radiant::Extension
version "2.3.2"
version "#{File.read(File.expand_path(File.dirname(__FILE__)) + '/VERSION')}"
description "Adds the ability to copy or move a page with or without its children"
url "https://github.com/avonderluft/radiant-copy-move"
url "https://github.com/jomz/radiant-copy-move"

def activate
Admin::PagesController.class_eval do
Expand Down

0 comments on commit fac84cc

Please sign in to comment.